Re: [Live-devel] session state

2008-07-18 Thread Ross Finlayson
From the server point of view, after the calls to "doEventLoop()" how can I get information about the state of the session (INIT, READY or PLAY states)? There's really no way to do this with the current code. The 'session state' that you are looking for would be a property of each "RTSPServer

[Live-devel] session state

2008-07-18 Thread Breviario Marco
Using the testOnDemandRTSPServer example I request media to server and I can start and stop the streaming. >From the server point of view, after the calls to "doEventLoop()" how can I get information about the state of the session (INIT, READY or PLAY states)? Thanks in advance, Marco ___