-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add experimental support for ManagedMediaSource #1453
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1453 +/- ##
==========================================
- Coverage 86.36% 86.36% -0.01%
==========================================
Files 43 43
Lines 11144 11151 +7
Branches 2545 2548 +3
==========================================
+ Hits 9625 9631 +6
- Misses 1519 1520 +1 ☔ View full report in Codecov by Sentry. |
Adding as |
Hi, any news? |
Adds basic support for ManagedMediaSource. Must be enabled with the
useManagedMediaSource
VHS option.Does not implement an alternate AirPlay source - this requires a more significant change, to add two source els. This means remote playback has to be disabled on the video el when using MMS.
Event listeners for advanced control are not yet implemented -
startstreaming
,endstreaming
,qualitychange