Page 1 of 1

RTSP to HTTP streaming

Posted: 28 Mar 2014 23:51
by aitte
Using VLC I can interface to issue http rtsp smoothly, and the command output is as follows:

:sout=#transcode{vcodec=h264,scale=Automático,acodec=mpga,ab=128,channels=2,samplerate=44100}:duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8090/camara},dst=display} :sout-keep

But when I try to run it from the command line in a batch scrit:

"C:\Archivos de programa\VideoLAN\VLC\vlc.exe" -I dummy -vvv rtsp://172.22.11.10 --sout="#transcode{vcodec=h264,scale=Automático,acodec=mpga,ab=128,channels=2,samplerate=44100}:duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8090/camara},dst=display} :sout-keep"

He shows these errors:

Image

Can you help me?

Re: RTSP to HTTP streaming

Posted: 22 Apr 2014 14:16
by Jean-Baptiste Kempf
Use "C:\Archivos de programa\VideoLAN\VLC\vlc.exe" -I dummy -vvv rtsp://172.22.11.10 --sout="#transcode{vcodec=h264,scale=Automático,acodec=mpga,ab=128,channels=2,samplerate=44100}:duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8090/camara},dst=display}" --sout-keep

Mind the " "