NOTE !! This problem is resolved. The correct command syntax is:
vlc.exe" -vvv "input file name" --sout #std{access=udp,mux=ts,dst=192.168.1.10:1234}
ie: no ' marks!
***************************************************************************************************
I am running 1.0.5 on W7-64 on an I-7 system
I simply want to stream from one system to another over the LAN.
If I use the GUI I can start the file streaming using the panels to create an MRL of :sout=#std{access=udp,mux=ts,dst=192.168.1.12:1234}
"Streaming-VLC media Player" shows in the VLC Title line and "Streaming" and the time counter show in the bottom line, and I can open a second VLC with UDP:@192.168.1.10:1234 and the streamed file plays correctly.
However if I use the command line vlc.exe --vvv D:test.avi --sout '#standard{access=udp,mux=ts,dst=192.168.1.12:1234}'
VLC opens but does nothing. I've tried variations of the command line but nothing works. Can anyone help me?
While this is my main problem I have also encountered the following:
My second question pertains to subtitles. In the first example my subtitles do not display on the "streamed" file, although they do if VLC plays the file locally. Can anyone explain how to stream the subtitles with the video? Being hearing impaired I need both.
Finally How do I start the Web Interface from the command line? If I use -I http the VLC process starts but no GUI shows and there is no way to terminate the process.