-
When stopping the recording by using
```
await FlutterScreenRecording.stopRecordScreen
```
This package will autosave the file and return with the path as `String` type.
But I want only to get…
-
Hi, I am using my Nest Cams within Frigate in Home Assistant. The cameras work intermittently and turn off from time to time with the error ' No Frames Have been Recieved, check Error Logs'. How do i …
-
播放直播流,ws-flv的地址,用的“HTML 集成示例”。
现在发现h265能正常播放,但是h264的反倒播放不了。好尴尬。
能解析出流的格式信息,然后控制台打印出下面消息后,就一直loading,反正不出画面。
[MSEController] > MediaSource onSourceOpen
EasyPlayer-element.min.js:1 [FLVDemuxer] > …
-
海康设备作为下级域级联,目前设备中部分为H264又有部分为H265,且需要经过视频安全边界只支持GB28181的UDP流,由于业务原因我们无法要求他们更改,目前264可以正常转码播放但是265还不行,如何同时兼容H264和H265 。 目前我们使用的是srs-gb28181单独分支部署的。
-
Hi Naveen,
I using your player for streaming h264/h265 sessions in web and it's working really great!
There are not much available players with h265 support along with audio. This feature would re…
-
### Description
I have some h265 HDR videos that id' like to convert to x264 while keeping colors of HDR
I have read some threads about this but not sur if why i found is relevant:
https://www.…
-
我读取H264格式RTSP流1920*1080分辨率,解码后得到Mpp_Frame,从中读取Mpp_Buffer,参考例子编码成JPG没问题
但是当用H265格式RTSP流,对解码后的Mpp_Frame中的Mpp_Buffer 编码成Jpg就出现问题,
H264格式解码 1920*1080 的 hor_stride与ver_stride为1920*1088
H265格式(hevc_rkm…
-
I want to be able to check a field in ImgFrame that came from a video encoder to see whether or not it is a keyframe. For h264/h265, that is dependent on whether it is actually a keyframe or not. For …
-
So I have been fiddling a bit with the go2rtc to support playing streams from NVR's that support it, so far I got it to work by adding:
**Require: onvif-replay
Range: clock=20240507T203746Z-202405…
-
We have some manual implementation of refcounter class [here](https://github.com/Intel-Media-SDK/MediaSDK/blob/master/samples/sample_common/include/avc_structures.h#L223). I believe we can replace it …