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
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