- From: szymon-wesolowski via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 Nov 2018 16:02:48 +0000
- To: public-html-media@w3.org
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