webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

can not see video with -o in janus website

Open GuoSirius opened this issue 2 years ago • 3 comments

execute command: docker run -idt --network=host --name webrtc-streamer mpromonet/webrtc-streamer -o -vvvvv -a0 -N100 -H 0.0.0.0:18888 -R 0:65535 -T0.0.0.0:3479 -tturn:turn@$(curl -s ifconfig.me):3479 -S0.0.0.0:3478 -s$(curl -s ifconfig.me):3478 -C /app/config.json

with -o janus join fail : onSetAnswer:{"error":"Can't get remote description."}

without -o janus join success

GuoSirius avatar Feb 15 '23 08:02 GuoSirius

i use -o also can not see the video in firefox . And the video shows without "-o",but the cpu is too high @mpromonet

jianxin123 avatar Feb 21 '23 07:02 jianxin123

Hi,

The -o option is supported only with H264 backend stream, and browser need to support H264 stream coming from backend. Using NullDecoder/NullEncoder doesnot adapt stream.

Best Regards, Michel.

mpromonet avatar Feb 21 '23 12:02 mpromonet

em... I use chrome today,it works . But, i used firefox before ,it also worked and fails now.

jianxin123 avatar Feb 22 '23 00:02 jianxin123