Convert RTSP stream to HTTP and stream it with VLC client

眉间皱痕 提交于 2019-12-12 14:22:22

问题


I have an IP-camera which deliveser a stream by RTSP, i can play it on PC with VLC player using the following URL:

rtsp://192.168.1.52:554/user=admin&password=&channel=1&stream=0.sdp?

I have linux server, and i want convert RTSP to HTTP and transmit it. I tryed like this, but it does not work:

vlc -vvv 'rtsp://192.168.1.52:554/user=admin&password=&channel=1&stream=0.sdp?' --sout '#standard{access=http,mux=ogg,url=192.168.1.41:8081}'

Where is my mistake?

来源:https://stackoverflow.com/questions/34578260/convert-rtsp-stream-to-http-and-stream-it-with-vlc-client

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!