WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

rtsp stream not loading - error: no video

Open jffz opened this issue 2 years ago • 2 comments

Whenever I try to integrate an rtsp stream, it report ERROR: no video. This is from hacked yi cams (using 3 differents hacks related to their models). Integrating using surveillance station entity (based on the same rtsp stream) just works. No logs

jffz avatar Jun 06 '22 07:06 jffz

Same issue occurs from time to time.

igor-epam avatar Aug 06 '22 22:08 igor-epam

Check my new project. Maybe it handle this situation https://github.com/AlexxIT/go2rtc

AlexxIT avatar Aug 21 '22 11:08 AlexxIT

Check if port 8554 is not already used on same system. I had it too, port conflict. Changed it to 8555 in g2rtc.yaml.

Beer17HWAM avatar Jan 12 '23 09:01 Beer17HWAM

Should be fixed in v3

AlexxIT avatar Jan 20 '23 16:01 AlexxIT

@AlexxIT With the v3 I've got the following error always: ERROR: NotSupportedError: Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp4; codecs="undefined") is unsupported.

So, it doesn't work at all. instead of some random video stoppage.

igor-epam avatar Jan 20 '23 21:01 igor-epam

@igor-epam you need to run go2rtc on any computer you have. Enable log level trace. Any try to watch MSE stream in go2rtc WebUI.

AlexxIT avatar Jan 21 '23 02:01 AlexxIT