开发者

Flash video seek (like youtube)

开发者 https://www.devze.com 2022-12-09 20:23 出处:网络
I have one problem - I have AS2 player and want to make it seek to any point in video (like youtube) no matter - does开发者_如何学JAVA that buffered or not.

I have one problem - I have AS2 player and want to make it seek to any point in video (like youtube) no matter - does开发者_如何学JAVA that buffered or not.

Now I can only seek only on already buffered video piece

Can anyone help me?

best Vladimir


You need a web server that supports seeking. Lighttpd supports it through mod flv streaming, and I am sure there are similar modules for apache and IIS.


Try to stream your video over the rtmp protocol with a Red5 : http://red5.org

0

精彩评论

暂无评论...
验证码 换一张
取 消