Skip to main content
Participant
October 14, 2010
Question

Stream specific section of an .flv?

  • October 14, 2010
  • 1 reply
  • 307 views

I'm new to Flash Media Server and couldn't find an answer in any of the docs.

We have FMS 3.0 and I have been asked if we had say a 30 minute .flv, would we be able to stream just from minute 5 to minute 10 of that 30 minute video? There are usually 6 'clips' in these 30 minute videos that we want to be able to stream seperately but we don't want to have to create 6 different .flv files.

If it can't be done with FMS 3, can it in 3.5 or  4?

Thanks!

    This topic has been closed for replies.

    1 reply

    Participant
    October 14, 2010

    After finding that Adobe calls them 'recorded streams' I think I found the correct syntax.

    public function play( name:Object [,start:Number [,len:Number [,reset:Object] ] ]):void

    start:Number being the starting point, then len:Number being the end point.