Open gOODiDEA2002 opened 9 months ago
Hi,
You may get more information increasing log level.
Best Regards, Michel.
vlc displays the rtsp video normally
Hi,
Increasing the log level may help you.
Best Regards, Michel.
how to modify the log level?
how to modify the log level?
To modify the log level of WebRTC-Streamer, you can use the -v option when running the application. This option controls the verbosity of the logs:
-v for verbose logging -vv for more verbose logging -vvv for even more verbose logging
I have also encountered such problems, how to solve them?
Hi,
Did you try to add --net host
?
Best Regards
Michel
Describe the bug docker can't render rtsp video, Failed to DESCRIBE: liveMedia0
To Reproduce 1、config.json
{ "urls":{
"cam01" : { "video": "rtsp://Admin:A1234567@192.168.200.5:554/Streaming/Channels/101"} } }
2、docker
docker run -p 8000:8000 -v $PWD/config.json:/app/config.json mpromonet/webrtc-streamer
3、http://127.0.0.1:8000/ The video playback window remains black
Expected behavior The video window displays the video normally
Screenshots