gst-plugins-rs/net/hlssink3/src
rajneeshksoni a7fe24a294 hlssink3: Add property track-pipeline-clock-for-pdt.
This is required to take care of clock skew between
system time and pipeline time.
`track-pipeline-clock-for-pdt: true` mean utd time is
sampled for first segment and for subsequent segments
keep adding the time based on pipeline clock. difference
of segment duration and PDT time will match.
track-pipeline-clock-for-pdt: false` mean utd time is
sampled for each segment. system time may jump forward
or backward based on adjustments. If application needs
to synchronization of external events `false` is
recommended.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1145>
2023-09-20 13:54:48 +03:00
..
imp.rs hlssink3: Add property track-pipeline-clock-for-pdt. 2023-09-20 13:54:48 +03:00
lib.rs hlssink3: Fix case on unspecified playlist type nick for consistency 2023-02-10 23:07:12 +00:00
playlist.rs hlssink3: Add property track-pipeline-clock-for-pdt. 2023-09-20 13:54:48 +03:00