> The reason I was doing this is the comment in the following line in
> DeviceSource.cpp:
>
> gettimeofday(&fPresentationTime, NULL); // If you have a more accurate time -
> e.g., from an encoder - then use that instead.
>
> With respect to that comment: what is the recommended way of doing thi
Ross
Finlayson
Gesendet: Dienstag, 16. Mai 2017 21:35
An: LIVE555 Streaming Media - development & use
Betreff: Re: [Live-devel] Jumps in presentationTime values
> I’m failing to understand how the presentation time in live555 is to be used.
> I’m sending PTs, as generated by my HEVC e
> I’m failing to understand how the presentation time in live555 is to be used.
> I’m sending PTs, as generated by my HEVC encoder, which start at 0:0
That’s your problem. When streaming data using our RTSP server implementation,
presentation times (i.e., the “fPresentationTime” member variable