mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
also npm update
This commit is contained in:
parent
b6d47e94c8
commit
65f15c7e46
2882 changed files with 382239 additions and 10785 deletions
29
node_modules/@videojs/http-streaming/index.html
generated
vendored
29
node_modules/@videojs/http-streaming/index.html
generated
vendored
|
@ -49,6 +49,9 @@
|
|||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="profile-tab" data-bs-toggle="tab" data-bs-target="#player-stats" type="button" role="tab" aria-selected="false">Player Stats</button>
|
||||
</li>
|
||||
<li class="nav-item" role="presentation">
|
||||
<button class="nav-link" id="profile-tab" data-bs-toggle="tab" data-bs-target="#content-steering" type="button" role="tab" aria-selected="false">Content Steering</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content container-fluid">
|
||||
|
@ -141,6 +144,11 @@
|
|||
<label class="form-check-label" for="dts-offset">Use DTS instead of PTS for Timestamp Offset calculation (reloads player)</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<input id=offset-each-segment type="checkbox" class="form-check-input">
|
||||
<label class="form-check-label" for="offset-each-segment">Calculate timestampOffset for each segment, regardless of its timeline (reloads player)</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<input id=llhls type="checkbox" class="form-check-input">
|
||||
<label class="form-check-label" for="llhls">[EXPERIMENTAL] Enables support for ll-hls (reloads player)</label>
|
||||
|
@ -171,6 +179,11 @@
|
|||
<label class="form-check-label" for="mirror-source">Mirror sources from player.src (reloads player, uses EXPERIMENTAL sourceset option)</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<input id="forced-subtitles" type="checkbox" class="form-check-input">
|
||||
<label class="form-check-label" for="forced-subtitles">Use Forced Subtitles (reloads player)</label>
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><label for=preload>Preload (reloads player)</label></span>
|
||||
<select id=preload class="form-select">
|
||||
|
@ -216,6 +229,22 @@
|
|||
<ul id="segment-metadata" class="col-8"></ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane" id="content-steering" role="tabpanel">
|
||||
<div class="row">
|
||||
<div class="content-steering col-8">
|
||||
<dl>
|
||||
<dt>Current Pathway:</dt>
|
||||
<dd class="current-pathway"></dd>
|
||||
<dt>Available Pathways:</dt>
|
||||
<dd class="available-pathways"></dd>
|
||||
<dt>Steering Manifest:</dt>
|
||||
<dd class="steering-manifest"></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="text-center p-3" id=unit-test-link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue