EMS provides VOD content of a MP4 file stored in AWS S3 storage
I have an EMS running on a VM on AWS.
A MP4 file is stored in a AWS S3 storage.
Can the MP4 file be retrieved via VOD of the EMS? If so, how to configure the EMS? Or, is it a must to transfer the MP4 file to local storage of the VM?
1 Answers
I just get an idea about the question. I can use s3fs to mount the S3 bucket (containing the MP4 file) to local file system of the VM, and then EMS can handle the MP4 file as a local one.
Has any one done a similar setup before? Can you share your experience? Is the approach really workable? Is the performance satisfying?