videojs / http-streaming

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

feat: Public function for updating VHS options #1446

Closed wseymour15 closed 7 months ago

wseymour15 commented 7 months ago

Description

Public function for updating VHS options. This gives the user a way top update VHS config after initialization of the player.

Specific Changes proposed

Requirements Checklist

codecov[bot] commented 7 months ago

Codecov Report

Attention: 151 lines in your changes are missing coverage. Please review.

Comparison is base (532aa4d) 85.98% compared to head (92a3003) 12.96%. Report is 1 commits behind head on main.

Files Patch % Lines
src/playlist-loader.js 0.00% 101 Missing :warning:
src/playlist-controller.js 0.00% 43 Missing :warning:
src/content-steering-controller.js 30.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1446 +/- ## =========================================== - Coverage 85.98% 12.96% -73.02% =========================================== Files 42 42 Lines 10458 10613 +155 Branches 2419 2445 +26 =========================================== - Hits 8992 1376 -7616 - Misses 1466 9237 +7771 ```

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