samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
559 stars 114 forks source link

sourceBuffer.buffered.end(i) is an abnormal data #17

Closed Lachrista closed 5 years ago

Lachrista commented 5 years ago

hi When video plays for a period of time (maybe 30s), video will get stuck, and it is abnormal to check the value of endtime (this.sourceBuffer.buffered.end(i) = 999888)at this time

samirkumardas commented 5 years ago

Can you try with the option 'clearBuffer' false? Let me if you get same result