Re: [Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-15 Thread Ross Finlayson
> Can you verify 2013.11.15 is uploaded? I see changelog entries, but current > appears to be live.2013.11.14.tar.gz. Oops - my mistake. Thanks for letting me know; it's installed now. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ l

Re: [Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-15 Thread Bob Bischan
Ross, Can you verify 2013.11.15 is uploaded? I see changelog entries, but current appears to be *live.2013.11.14.tar.gz.* Thanks, Bob On Fri, Nov 15, 2013 at 6:46 AM, Ross Finlayson wrote: > Sorry I didn’t check where was the member. > The fRTPSink I would like to access is in > OnDemandServ

Re: [Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-15 Thread Ross Finlayson
> Sorry I didn’t check where was the member. > The fRTPSink I would like to access is in > OnDemandServerMediaSubsession::fRTPSink Actually, it's not there either. "fRTPSink" is a member of the "StreamState" class. But I'm not going to expose this, because the creation/destruction of the (pos

Re: [Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-15 Thread PROMONET Michel
ERNAL @@] De : live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : vendredi 15 novembre 2013 00:15 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

Re: [Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-14 Thread Ross Finlayson
> Then, do you think it could be possible to reduce the privacy of > ServerMediaSubsession::fRTPSink and define it as protected ? No - because there's no such member variable! Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel

[Live-devel] Allow access to RTPSink when ServerMediaSubsession is overired

2013-11-14 Thread PROMONET Michel
Hi Ross, The RTSP server we develop based on live555 implementation override the ServerMediaSubsession class. But in order to get some informations that are owned by the RTPSink we store (in our overriding class) the RTPSink returned by the createNewRTPSink. This is not nice but not