
Html5 Player Mod Allow Api players in playlists, key problem, we spoke before about this
Hi guys I have a problem, we discussed about this before and i got the ok I can do this and hand them out because there is no such feature available to do this. I need to provide mix playlist support and for the ability to embed different player engines as i can with the flash plugins. The only way to achieve this was making some modifications to the controller and model files. I supplied the sources for these changes also.
Unfortunately these have to be packed up into the html5 player file and i am working from the sources I guess you can see where this is going. It now unfortunately does not work with the commercial player because its missing key information.
The file in question is here
http://static.electroteque.org/js/jwplayer.api.html5.js
and here
http://jwplayer.electroteque.org/vimeo
most the work is actually in the model section in setItem its handling the switching between html5 video and api players.
As i need to give this out how am i possible able to override these parts now to make their keys work for the mobile fallback player ? unfortunately because the way its wrapped i may not be able to override those api classes easily.
let me know thanks.