mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Update node modules
This commit is contained in:
parent
d429e6f7d8
commit
c05a371397
1993 changed files with 9729 additions and 44041 deletions
6
node_modules/@videojs/http-streaming/index.html
generated
vendored
6
node_modules/@videojs/http-streaming/index.html
generated
vendored
|
@ -177,6 +177,11 @@
|
|||
<label class="form-check-label" for="override-native">Override Native (reloads player)</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<input id=use-mms type="checkbox" class="form-check-input" checked>
|
||||
<label class="form-check-label" for="use-mms">[EXPERIMENTAL] Use ManagedMediaSource if available. Use in combination with override native (reloads player)</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<input id=mirror-source type="checkbox" class="form-check-input" checked>
|
||||
<label class="form-check-label" for="mirror-source">Mirror sources from player.src (reloads player, uses EXPERIMENTAL sourceset option)</label>
|
||||
|
@ -274,6 +279,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="text-center p-3" id=unit-test-link>
|
||||
<a href="test/debug.html">Run unit tests</a>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue