Page 1 of 1

How to detect when VoD server is done playing/streaming?

Posted: 11 Jun 2010 10:00
by coolnumber9
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:

Code: Select all

vlc -vvv rtsp://xxx.xxx.xxx.xxx:5554/Test1 * where x is IP address of the server
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

Re: How to detect when VoD server is done playing/streaming?

Posted: 21 Jul 2010 11:45
by Sébastien Escudier
I don't understand your question.
how/where would you like to detect this ? client side, or server side ?