Flash video seek (like youtube)
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
精彩评论