DaWoody / free-video-player

An Open Source Free HTML 5 Video Player (GPLv3) - Able to play adaptive bitrate content aswell as normal content
http://www.freevideoplayer.org
GNU General Public License v3.0
3 stars 2 forks source link

Rewrite videoReady method to utilize the _generateAndReturnVideoObjectMapFromMpdObject instead #20

Closed DaWoody closed 8 years ago

DaWoody commented 8 years ago

The actual videoReady method should be using the return object from _generateAndReturnVideoObjectMapFromMpdObject to generate and add sourcebuffers and thus generate the plays.

DaWoody commented 8 years ago

This is done so we can prepare and make FVP more versatile to be able to handle ADS also

DaWoody commented 8 years ago

This is basically done. Only thing not working currently is subtitles and stitching them from the mpd. Need to rewrite some methods from the mpd parser module.

DaWoody commented 8 years ago

This was solved in #22