Description
Hi all.
After testing shaka-player a little bit more in depth, we realised that we have quite a big delay between first chunk seen and playback started. The cause is minBufferTime=10PTS in our VOD manifests. We never experienced this with other players (dash.js, bitmovin, Exo). And honestly we never understood this value to delay the startup. Before changing thousands of manifests, we are asking ourselves if you have miss interpreted this value. Regarding DASH-IF IOP:
the value of the minimum buffer time does not provide any instructions to the client on
how long to buffer the media. The value however describes how much buffer a client should have under ideal network conditions. As such, MBT is not describing the burstiness or jitter in the network, it is describing the burstiness or jitter in the content encoding. Together with the BW value, it is a property of the content. Using the "leaky bucket" model, it is the size of the bucket that makes BW true, given the way the content is encoded.
@haudiobe maybe can help there?
thanks
Activity