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

The new streamingModule - Object Creation generates double segments #21

Closed DaWoody closed 7 years ago

DaWoody commented 7 years ago

Within the free.video.player.adaptive.stream.object.creation.js module, in the method generateAndReturnVideoObjectMapFromMpdObjectAndStreamBaseUrl the returning object has some errors. Following:

DaWoody commented 7 years ago

Solved a bit with the doubels issue in 57880bd5652f9e67ff4c8bcc47a08b1c3107d02c still stuff to do with video playback not working regurarly

DaWoody commented 7 years ago

This is solved, had to change mode for sourceBuffer to sequence as mentioned here