Re: [Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-11 Thread Ross Finlayson
> 2) During observation make a new connection with another instance of your > client in order to receive the same stream a second time. You will notice the > values of presentationTime in 1) to jump. > > So the receiving process of the first client is influenced by the connection > of the secon

Re: [Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-11 Thread Gajdosik Johannes
On Wed, 10 Aug 2016 07:28:41 -0700 Ross Finlayson wrote: > Absolutely not! > > LIVE555 programmers should never have to deal with RTP timestamps directly. > Our software automatically uses RTCP to convert presentation times to RTP > timestamps (when transmitting) and back to presentation time

Re: [Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-10 Thread Ross Finlayson
Absolutely not! LIVE555 programmers should never have to deal with RTP timestamps directly. Our software automatically uses RTCP to convert presentation times to RTP timestamps (when transmitting) and back to presentation times (when receiving). Presentation times are all that you need to thi

[Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-10 Thread Gajdosik Johannes
Thanks for the LiveMedia Software! While receiving rtp over rtsp from my liveMedia server implementation, I receive bad timestamps every time when a new client starts to receive the same stream. I fixed this behaviour with the patch below. This patch also gives me full control over the timestam