Need you help.
I am new to VLC Video on Demand streaming. I have set-up a VLC VoD Streaming server on a Windows machine. I have a client program that runs in Linux which will call VLC through a command line interface requesting to play a streaming video on demand called "Test1". The program invokes VLC with the following command:
Code: Select all
vlc -vvv rtsp://xxx.xxx.xxx.xxx:5554/Test1
* where x is IP address of the server
Thanks and any help will be greatly appreciated!
coolnumber9