views:

428

answers:

2

Am working in flex video player with RTMP. My Question is.. How to skip the video file to the middle of a video without having to download the whole file using RTMP.

I have some basic questions in flex video player with RTMP.

  1. Where i want to put the Video file(FLV). Red5 server location or any other folder.

  2. Where i want to put the flex project out put file Red5 server or any other server like XAMPP.

  3. How Can i skip the frames in flex using RTMP(*red5*)..

Thanks in Advance... Aswath

A: 

I am having almost same kind of problem. I want play a flv file from anyplace like youtube. Suppose flv file is 20MB and content duration is 5 min. I may need to start the video from 4min. In that case i don't want to download 0-4min video. Is it possible?

Note: i am using flash.net.NetStream attached to flash.media.Video.

+1  A: 

It is easy:

stream.seek() call in flash. But don't forget to convert your video to mp4, or tag it with flvtool2

Max Lapshin
why it's needed to convert a video to mp4, or tag it with flvtool2 ?
zxcat