Update html/watch.ejs
This commit is contained in:
parent
6a1a9ce11e
commit
aca9dbec06
@ -410,7 +410,11 @@ button:hover, a:hover {
|
||||
|
||||
<!-- player -->
|
||||
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
||||
<script src="/static/vjs.min.js?v=45959"></script><!-- custom video player for poke --><script src="/static/player-base.js?v=4333_352&lang=en_us&set=player_ias.vflset"> </script>
|
||||
<script src="/static/vjs.min.js?v=45959"></script><script>window.mpdurl = "<%=u%>/api/manifest/dash/id/<%=VideoData.videoId%>?local=true&t=<%=btoa(Date.now())%>&f=<%=btoa(Date.now())%>"</script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dashjs@4/dist/dash.all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/videojs-contrib-dash@5/dist/videojs-dash.min.js"></script>
|
||||
|
||||
<!-- custom video player for poke --><script src="/static/player-base.js?v=4333_352&lang=en_us&set=player_ias.vflset"> </script>
|
||||
|
||||
<!-- ICONS -->
|
||||
<!-- Font awesome pro -->
|
||||
@ -1039,8 +1043,8 @@ Offical Discord Server! :3
|
||||
<video preload="none" poster="<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= VideoData.videoId %>/hqdefault.jpg" class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" >
|
||||
<% if (isvidious) { %>
|
||||
<% if (!qua) { %>
|
||||
<source src="<%=u%>/api/manifest/dash/id/<%=VideoData.videoId%>?local=true&t=<%=btoa(Date.now())%>&f=<%=btoa(Date.now())%>" label="dash">
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
||||
<% if (qua === "medium") { %>
|
||||
<source src="<%=u%>/latest_version?id=<%=VideoData.videoId%>&itag=18&local=true" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="sd360" selected="true" >
|
||||
<% } %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user