silvermine / videojs-chromecast

MIT License
148 stars 75 forks source link

fix: missing preload function fixes #31

Closed daveferrara1 closed 4 years ago

daveferrara1 commented 5 years ago

Here is the error that is thrown when MUX is present.

Mux is attempting: tech_[preload]

VIDEOJS: Video.js: preload method not defined for Chromecast playback technology. TypeError: this.tech[method] is not a function at Player.techGet (pac12_videojs.js?phqwzs:26117) at Player.preload (pac12_videojs.js?phqwzs:27127) at i (pac12_videojs.js?phqwzs:95595) at X.e.getStateData (pac12_videojs.js?phqwzs:95595) at X._updateStateData (pac12_videojs.js?phqwzs:95595) at X. (pac12_videojs.js?phqwzs:95595) at pac12_videojs.js?phqwzs:95595 at Array.forEach () at o (pac12_videojs.js?phqwzs:95595) at X.i.emit (pac12_videojs.js?phqwzs:95595)