Force FFMPEG to use TCP protocol when reading a RTSP Stream

你离开我真会死。 提交于 2019-12-03 05:03:14
Alex Fotios

Just put the -rtsp_transport tcp right after ffmpeg to apply it on the input stream. Like this:

ffmpeg -rtsp_transport tcp -i "rtsp://x.x.x.x:554/user=x&password=x&channel=2&stream=0.sdp" -y video.jpg
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!