> 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
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
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