Re: [Live-devel] RTCP APP packet handling

2015-01-29 Thread Ross Finlayson
> What I’ve been unable to determine so far, is how the “RTCPInstance” > is selective about which clients it sends packets to. From what I > can see, sent packets are always delivered to all registered > clients (addresses in the groupsock). Since there is only a single > “StreamState” per subsess

Re: [Live-devel] Delay problem using PassiveServerMediaSubsession

2015-01-29 Thread whitfy
Well, actually I am already doing this... I tried to reuse as much code as possible form the proxy example. I can also see that these information are sent correctly to the viewer. Maybe some other information are not sent to the viewer? For example I see that in the SDP description of the proxy

Re: [Live-devel] RTCP APP packet handling

2015-01-29 Thread Ogden, Nick
Hi Ross. > The additions to the "RTCPInstance" class (to assign a > RTCP "APP" packet handler, and send an "APP" packet) look > reasonable, and I'll probably add them to the library soon. That's good to know, thanks. > The changes to "OnDemandServerMediaSubsession", however, > don't look quite r