Open kocoten1992 opened 7 years ago
It works with videojs 6.2.4 if you modify the way to get the html5 tech. Change:
var Html5 = videojs.getComponent('Html5');
by var Html5 = videojs.getTech('Html5');
also if you want to use the latest shaka player change if (videoTracks[i].type == "video") {
by if (videoTracks[i].videoCodec) {
This patches should be merged!
videojs 6 is out, when I tried upgrade it, it broken