Hello,
I am trying to use VLC to transcode a directshow input to MJPEG and stream it over HTTP to the iPhone.
Currently, I have been using this command:
vlc -vvv dshow:// :sout=#transcode{vcodec=MJPG,vb=2000,scale=1}:duplicate{dst=std{access=http,mux=mpjpeg,dst=192.168.1.178:8080/stream.mpjpg}}
When I open the stream in another instance of VLC, the stream opens perfectly. When I attempt to launch this stream in the iPhone browser, the video is not displayed. The message is "Safari cannot open this file."
Has anyone used VLC to successfully do this? Also, I am open to any suggestions for streaming directshow to the iPhone.
Thanks