Hi,
I can use the VLC GUI to create the exact streaming http server that I require (I read from an IPv6 webcam, transcode the stream and then make it available via IPv4). At the final stage of setup in the GUI, VLC gives you the equivalent command that would be run at the command line to get the same effect, however when I try and actually run this command it doesn't work. The CLI command that the GUI generates is as follows:
vlc http://[IPv6 Address]/nphContinuousServerPush?Resolution=640x480&Quality=Standard :sout=#transcode{vcodec=h264,vb=800,scale=1}:std{access=http,mux=ts,dst=0.0.0.0:11000}
When run from the CLI there are no warnings about the syntax, VLC just opens the IPv6 webcam feed and displays it (which doesn't happen when I run from the GUI because I don't check the "Display locally" box) but no other clients can connect to it.
Most notably the command line output does not say "creating httpd" when I run this command from the CLI as it does when I run it from the GUI.
Can anyone help explain why this isn't working?
OS: Linux (Ubuntu 10.04)
VLC Version: 1.0.6 (from repository)
Thanks,
Ben