Skip to main content
Participant
November 14, 2006
Question

Saving video to local machine using FMS

  • November 14, 2006
  • 1 reply
  • 253 views
Is there a way to save a video file to the local users machine using FMS? How about take several video clips and appending them into one clip using FMS?

Thanks
    This topic has been closed for replies.

    1 reply

    November 14, 2006
    FMS can't save to the user's local drive... it can only save on the server. What you can do is use php or another application server, or the FMS file class, to move the flv to a public directory and give the user a download link after .flv file after it has been recorded.

    For splicing video, you can use a server side stream and a playlist to record the clips to a new .flv file, but it's a slow process (1:1... so if you have 5 minutes of video in your clips, it will take 5 minutes to create the new FLV).