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: