简体   繁体   中英

HTML5 video currentTime and buffering

I have a buffering issue.
On my page (which I access remotely), I have a video that I position using the currentTime attribute.

However, it seems like, despite the fact that I do not autobuffer, the video is still buffered until this position.

Is that correct?
Is there a way I can seek to this position without reading the video until this point in time?

Assuming you are referencing the video asset by http, you probably need to enable pseudo-streaming on your webserver, otherwise the entire video will be transferred even though the browsers might be sending the &start= parameters on the request.

Take a look here: http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v4/12207/video-delivery-http-pseudo-streaming

and another comment here: http://www.longtailvideo.com/support/blog/11887/html5-video-not-quite-there-yet

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM