Hello all!
I'm trying to take an HTTP MJPG stream, and output the same stream as an MJPG (trying to work around bandwidth limitations at one work site by streaming from the VLC host to host multiple connection that the origin of the stream connot), and I am able to open the MJPG stream in VLC to view, but whenever I try to stream the output somewhere else, the program crashes. I've posted the log from the attempt here http://pastebin.com/0LNWUniJ and the command I ran was:
>.\vlc.exe http://69.36.50.86:82/mjpg/video.mjpg :sout=#transcode{vcodec=MJPG,vb=800,scale=1,width=800,height=600,acodec=none}:http{mux=mpjpeg,dst=:8080/} :sout-keep -vv --file-logging --logfile="C:\Program Files (x86)\VideoLAN\VLC\Logs\log.txt".
I would prefer to stream the output via HTTP, but I can use another protocol if necessary.
Thanks for reading, and any direction on the issue would be appreciated!