This commit is contained in:
2020-10-04 18:00:16 +02:00
parent 0a0202977e
commit 00381cfcd7
4 changed files with 30 additions and 9 deletions
-1
View File
@@ -17,7 +17,6 @@
app.ports.registerVideo.subscribe(function(args) {
requestAnimationFrame(function() {
console.log(document.getElementById(args[0]));
vd.setup(args[0], args[1] + "/manifest.mpd")
});
});