mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-06-16 04:25:15 +00:00
Fix manifest uri in user.njk
This commit is contained in:
parent
2a5e8d6ec2
commit
7b5a498241
@ -3,7 +3,7 @@
|
|||||||
<script src="/shaka-player.compiled.js"></script>
|
<script src="/shaka-player.compiled.js"></script>
|
||||||
<script>
|
<script>
|
||||||
shakaPolyFilled = false;
|
shakaPolyFilled = false;
|
||||||
var manifestUri = "https://spacecowboy.cc/live/knotteye/index.mpd"//document.location.protocol+'//'+document.location.host+'/live/{{ username }}/index.mpd';
|
var manifestUri = document.location.protocol+'//'+document.location.host+'/live/{{ username }}/index.mpd';
|
||||||
async function initPlayer() {
|
async function initPlayer() {
|
||||||
if(!shakaPolyFilled){
|
if(!shakaPolyFilled){
|
||||||
shaka.polyfill.installAll();
|
shaka.polyfill.installAll();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user