我有一个缓冲问题。
在我的页面(我远程访问)上,我有一个使用该currentTime
属性定位的视频。
然而,看起来,尽管我没有自动缓冲,但视频仍然缓冲到这个位置。
那是对的吗?
有没有办法在这个时间点之前不阅读视频就可以找到这个位置?
我有一个缓冲问题。
在我的页面(我远程访问)上,我有一个使用该currentTime
属性定位的视频。
然而,看起来,尽管我没有自动缓冲,但视频仍然缓冲到这个位置。
那是对的吗?
有没有办法在这个时间点之前不阅读视频就可以找到这个位置?
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