Results 219 comments of Daniel Silhavy

The SourceBuffers of the MSE require a certain amount of data in the buffer before playback can be triggered. That might cause a problem here. Can you please check if...

The minimum buffer is platform/browser specific. Although 50ms sounds like it should be enough imo. Can you provide a hosted version of the MPD + content? Please also check if...

Ok then there is no usable audio data in the SourceBuffer. That explains why the playback does not start. I can see that your MPD has a `presentationTimeOffset`. You might...

@wilaw I wonder if this is still relevant and should be supported in dash.js. Would also need to check if MSE supports playback of muxed content.

Sounds good, thanks. Anyone who is interested in this feature please leave a comment.

Unfortunately this is not yet supported. We can leave this issue open as a feature request. Is this something you can implement and contribute to dash.js?

Possibly related to #3961 . @dsparacio : Can you provide a sample MPD for this? @wschidol : Is this something that you deal with in #3961 ?

I think the problem here is related to small differences in the segment duration. As an example: - Segment duration according to MPD is 4 seconds - When checking the...