videojs / http-streaming

HLS, DASH, and future HTTP streaming protocols library for video.js
https://videojs-http-streaming.netlify.app/
Other
2.53k stars 425 forks source link

chore: add latency estimate to demo #1541

Closed adrums86 closed 1 week ago

adrums86 commented 1 month ago

Description

Use #EXT-X-PROGRAM-DATE-TIME tags when present https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.2.6, to estimate the latency of the current segment, adjusting for the time elapsed within the segment.

Specific Changes proposed

Please list the specific changes involved in this pull request.

Requirements Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.39%. Comparing base (8456cb3) to head (ab8de9b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1541 +/- ## ======================================= Coverage 86.39% 86.39% ======================================= Files 43 43 Lines 11165 11165 Branches 2552 2552 ======================================= Hits 9646 9646 Misses 1519 1519 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adrums86 commented 1 week ago

Going to close this because I don't think this is necessary and was more of a POC for informational purposes.