How to control the length of load when using tag <video> in Sarafi

In Sarafi,when i use tag <video> .it will request all .ts after loading the .m3u8.Its the waste.

How to control the Sarafi to request the next .ts until the customer watched the pre one.

Or how to control the buffer like the config in hls.js, maxBufferLength,maxBufferSize?

You must set tag that is like this.

<video preload="none" type="application/x-mpegURL"></video>

Mime type is needed.

How to control the length of load when using tag &lt;video&gt; in Sarafi
 
 
Q