Uncaught element is not video or audio DOM typeю v.2.7.0
Created by: Alexufo
I have a problem with initialization dash.js player v.2.7.0
Alll works fine but when I switch from from 2.6.8 to .2.7.0
I got
Uncaught element is not video or audio DOM type! ideoModel.js:116
My code.
<div>
<video id="videoPlayer" controls="controls"></video>
</div>
<script>
(function(){
var url = "***/webinar.mpd";
var player = dashjs.MediaPlayer().create();
player.initialize(document.querySelector("#videoPlayer"), url, true);
})();
</script>
This is actual on Opera 53.0.2907.68 and Firefox 62.0a1 When I come back from 2.7.0 to 2.6.8 problem is absent.