Skip to main content
Known Participant
November 25, 2010
Question

Transfer files from FMS

  • November 25, 2010
  • 1 reply
  • 1169 views

Hello guys, how are you? I'm trying to figure out how to upload a file from FMS to another server like Amazon S3 for example. The thing is that i'll have some video and audio files in my FMS app and i need to move them to Amazon S3, so that i can stream them through the Amazon CloudFront service. Has anyone already did something like this?

Regards.   

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    November 25, 2010

    I would suggest you write separate script to transfer files from FMS machine to Amazon S3 - many of such scripts must be already written by many - you can google it I suppose.

    As far as streaming from Amazon CloudFront is concerned - i think that should be fine - as at end of they use FMS for streaming delivery.

    Known Participant
    November 25, 2010

    Hello, thank you very much for your answer.

    Would this script be written in ActionScript or something else? The main

    trouble is how to write it in the action script files supported by FMS.

    Regards.

    2010/11/25 SE_0208 <forums@adobe.com>

    I would suggest you write separate script to transfer files from FMS

    machine to Amazon S3 - many of such scripts must be already written by many

    - you can google it I suppose.

    >

    As far as streaming from Amazon CloudFront is concerned - i think that

    should be fine - as at end of they use FMS for streaming delivery.

    >

    Participating Frequently
    November 25, 2010

    Where is your FMS - is it on your own hardware or on Amazon EC2? Also is there any specific reason why you want transfer of files done by AS or not by any other scripts? You can look at AMFPHP for file upload stuff if you want though i don't have ready example to show you.