我有缓冲问题。
这是我的代码,我设置了 autoBuffering: true 但是当我从服务器运行视频时它看起来不像缓冲。当它在本地加载视频时它很好。
var player = $f("player", {
src: "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf",
version: [9, 115],
onFail: function () {
document.getElementById("info").innerHTML =
"You need the latest Flash version to see MP4 movies. " +
"Your version is " + this.getVersion();
}
}, {
clip: {
url:"http://path/Videos/04. The White Shirt.mp4
autoBuffering: true,
bufferLength : 2, autoPlay: true,
}
});