[media-source] append appendBuffer with negative timestampOffset give no result (#224)

szymon-wesolowski has just created a new issue for https://github.com/w3c/media-source:

== append appendBuffer with negative timestampOffset give no result ==
If timestampOffset property of sourceBuffer is set less then about -7.5, after appendBuffer sourceBuffer.buffered is still empty. 

This code does not append sourceBuffer.

let timestampOffset = -7.6
this.sourceBuffer.timestampOffset = timestampOffset;
this.sourceBuffer.appendBuffer(arrayBytes);


Please view or discuss this issue at https://github.com/w3c/media-source/issues/224 using your GitHub account

Received on Wednesday, 28 November 2018 16:02:49 UTC