videojs / http-streaming

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

fix: always use vod sync-point for vod #1456

Closed dzianis-dashkevich closed 10 months ago

dzianis-dashkevich commented 10 months ago

VOD playlists may contain Program Date Time. Since the player selects a sync point based on the nearest distance, we may have the wrong sync point for VOD.

Suggested changes: Always use the VOD strategy for VOD playlists.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (b4dd748) 86.14% compared to head (50d292d) 86.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1456 +/- ## ======================================= Coverage 86.14% 86.14% ======================================= Files 42 42 Lines 10624 10627 +3 Branches 2449 2450 +1 ======================================= + Hits 9152 9155 +3 Misses 1472 1472 ```

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