Re: [Live-devel] Send RTCP from RTSPClient

2015-02-13 Thread Miguel Orenes
Hi Ross, Many thanks, I will try to update to latest version when I have a chance. Regards. Miguel Ángel Orenes Fernández ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Send RTCP from RTSPClient

2015-02-12 Thread Ross Finlayson
Miguel, As of the latest version (2015.02.12) of the “LIVE555 Streaming Media” code, it is now possible to send custom RTCP “APP” packets from RTSP clients (by accessing the “RTCPInstance” object - e.g., by calling “MediaSubsession::rtcpInstance()” - and calling “RTCPInstance:sendAppPacket()”)

[Live-devel] Send RTCP from RTSPClient

2015-02-12 Thread Miguel Orenes
Hi Ross, I am working on a media stream system by doing a massive use of live555, on some environment we are having some packaging lost and I would like to send some feedback from my RTSPClient in order to readapt our flow on these problematic environments. The point is I cannot find any example