Re: [Live-devel] Multiple clients on a single FramedSource substream

2012-01-28 Thread Ross Finlayson
> >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 b

Re: [Live-devel] Multiple clients on a single FramedSource substream

2012-01-28 Thread David J Myers
>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 e

Re: [Live-devel] Multiple clients on a single FramedSource substream

2012-01-28 Thread Ross Finlayson
> 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