tags:

views:

18

answers:

1

Hi,

I'd like to make flv play like youtube - start from the middle of the video or skip to forward-spot without completing download the file.

We are now using any streaming server. We only have http server.

Can we do that like youtube?

Thanks

Sam

A: 

Yes it is possible, provided you use one of the following techniques:

For this to work, your FLV files need to contain keyframes indexed in the metadata header, which you need to inject using tools such as flvmeta or flvtool2.

Then you need to use a player that supports random-access seeking, like JWPLayer or pretty much all major open-source flash video players out there, where the feature should work out-of-the-box, especially if using a server module.

SirDarius