MetaCDN / videojs-shaka-player

Shaka Player playback technology for Video.js
Other
42 stars 22 forks source link

Error On video js 5.9.2 #14

Closed syedbaqarrizvi closed 7 years ago

syedbaqarrizvi commented 8 years ago

Hello jbroberg, Its very amazing to see your version of the combine shaka and VIdeo.js the most awesome thing in you code is the Resolution selector which seems pretty good actually. But i am having 3 Errors after putting like your example . its Playing mp4 is not working in .MPD

1) VIDEOJS: ERROR: The "Shaka" tech is undefined. Skipped browser support check for that // call appropriate log function if (console[type].apply) { console[type].apply(console, argsArray);

2) Uncaught TypeError: Cannot read property 'extend' of undefined(anonymous function) @ videojs.shaka.dev.js. videojs.Shaka = videojs.Html5.extend({

3) Uncaught ReferenceError: goog is not defined . goog.require('shaka.Player'); Screen shot

image

Hope you will respond me from your precious Time

Many Thanks , baqarrizvi

jbroberg commented 7 years ago

Hi there.

Sorry for taking so long to respond. I've just released a new version with a new build system. Read the updated README.md, give it a go and take a look at the example in example/shaka.html

If you are still having issues please share a hosted page that we can check out.