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