> >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
>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
> 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
Hi, I don't think I'm handling multiple client connections properly in my
camera's live rtsp server.
My camera has multiple streams and I derive a class from FramedSource for
each of my substreams, the constructor looks like this:-
StreamSource::StreamSource(UsageEnvironment &env,streamSubStream_