-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to DESCRIBE: liveMedia0 #664
Comments
Hi, You may get more information increasing log level. Best Regards, |
Hi, Increasing the log level may help you. Best Regards, |
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 |
I have also encountered such problems, how to solve them? |
Hi, |
Describe the bug
docker can't render rtsp video, Failed to DESCRIBE: liveMedia0
To Reproduce
1、config.json
{
"urls":{
"cam01" : { "video": "rtsp://Admin:[email protected]: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
The text was updated successfully, but these errors were encountered: