Aswath
Aswath

Reputation: 21

Flex video player Seeking with RTMP?

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

Upvotes: 0

Views: 1473

Answers (1)

Max Lapshin
Max Lapshin

Reputation: 822

It is easy:

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

Upvotes: 1

Related Questions