up vote 0 down vote favorite
share [g+] share [fb]

I have one problem - I have AS2 player and want to make it seek to any point in video (like youtube) no matter - does that buffered or not.

Now I can only seek only on already buffered video piece

Can anyone help me?

best Vladimir

link|improve this question

55% accept rate
feedback

2 Answers

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.