How to upload a file from FMS to Amazon S3 after the record?
How can I upload a recorded video file from Adobe FMS running on Amazon EC2 to Amazon S3 bucket after the file is created from RTMP stream?
I can't mount an S3 bucket with a write access, since "It is not technically possible to record files to the S3 bucket".
I can't use Amazon CloudFront for streaming, since it does not support custom origins with Streaming distributions.
Currently I have one FMS running on a Amazon EC2 (Adobe AMI) instance with EBS to store the content and the application is on another Amazon EC2 instance.
The whole idea is to use Amazon Elastic Load Balancing and CloudFront. FMS would be used only for creating the user contributed video content from RTMP stream.
I'm hoping there are others who have solved this issue.
