i read the spec of MediaSource API : http://www.w3.org/TR/media-source/ (working draft) and https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html (editor draft)
the first reference SourceBuffer method : appendArrayBuffer() the second : appendBuffer()
in chrome it seems that the only method available on SourceBuffer is append() but i dont find any documentation on that one.
Can someone let me know if he have more infos on the append() method in chrome and if any browser implement the appendBuffer() or appendArrayBuffer() ?
Thanks