> The trouble is, I think, when a second client connects to the same stream, 
> another instance of the class is created

In your "OnDemandServerMediaSubsession" subclass constructor, are you setting 
the "reuseFirstSource" parameter (in the parent class constructor) to True?  
This is important if - as in your case - you're streaming from a live input 
source.  It prevents a new input source object from being created each time a 
new client connects.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to