Now that I'm tweaking the MediaSource
objects in JS, I find there seems to be no way to directly read out the byte stream data appended to SourceBuffer (i.e. a readBuffer()
API). Is it true or I'm missing something?
Thanks in advance!
Now that I'm tweaking the MediaSource
objects in JS, I find there seems to be no way to directly read out the byte stream data appended to SourceBuffer (i.e. a readBuffer()
API). Is it true or I'm missing something?
Thanks in advance!