Re: [Live-devel] Using RTCP to detect packet loss

2016-02-11 Thread Ross Finlayson
In the LIVE555 code, RTCP (both sending and receiving) is automated, and is not intended to be performed directly by application code. All the application code needs to do is create appropriate “RTCPInstance” objects at each end (something that's done automatically if you’re running a RTSP serv

[Live-devel] Using RTCP to detect packet loss

2016-02-11 Thread Mathijs Vos | Thimeo Audio Technology BV
Hi, I’ve recently started to use live555 for a small streaming project. Most of it is working now, but it’s not entirely clear to me how to deal with RTCP. I’ve studied the test programs that come with live555 but none of them seem to do what I want: to detect packet loss on both sides (both st