Re: [Live-devel] RTSPClientSession and doEventLoop in a dynamic server

2009-09-04 Thread Ross Finlayson
Another solution would be to turn off backgroundReadHandling whilst performing a DESCRIBE. Then turn it on again after the DESCRIBE is complete. That seems like a reasonable solution to your problem. Because you are breaking up your server implementation of "DESCRIBE" into two separate even

[Live-devel] RTSPClientSession and doEventLoop in a dynamic server

2009-09-02 Thread Rawling, Stuart
Hi, My implementation of a dynamic RTSPServer works as follows: When a request is received, the subclasses RTSPServer instance has an overloaded lookupServerMediaSession function. If the stream is not already present on the server, it will bootstrap the stream and add to the server before retur