How to detect when VoD server is done playing/streaming?
Posted: 11 Jun 2010 10:00
Hi,
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:
I wanted to know once the VLC VoD server is done streaming "Test1" video using the rtsp interface. Is this possible?
Thanks and any help will be greatly appreciated!
coolnumber9
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