Postby noknok » 15 Sep 2009 14:37
Actually the eventing to which you denote in your post are the events from the "player".
Meaning the events are signaled as media is played/stopped/etc. It does not correllate to the connections which may occur on the stream.
For example, we start up say 10 various streams. We do at the time of starting them up receive the Opening, Playing events.
Then lets say we connect 5 clients to a specific stream, we receive NO notifications of those connections from clients, or disconnetcs from the clients.
Is their a log of sorts to which VLC writes too which we can monitor in a separate thread that may give us some notifications of this type of behavoir? Being we are use the .NET Videolan.Interop with 1.0.1 release, Im not sure if their is a command line switch to tell VLC process when starting to write to a specific log file, or pipe or something.
Thanks for any help
Shawn