问题
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