Is it possible for AWS Elemental MediaLive service to change MP4 input while the channel is running dynamically?

0

we want to add the feature like below:

  1. upload video files to the S3 bucket from our CMS solution (h.264/mp4).
  2. dynamically create a broadcast schedule with the files uploaded to the S3 bucket in step 1.
  3. start broadcasting the schedule in step2.

The most important thing is that the schedule can be dynamically edited even during broadcasting, but it seems that AWS Elemental MediaLive can't do that. If MediaLive is not enough, are there any other solutions?

please let us know if it is.

ray
asked 8 months ago239 views
1 Answer
1
Accepted Answer

AWS Elemental MediaLive does support the use of a Dynamic Input to select MP4 source files from an S3 bucket. Individual file sources can be selected by the MediaLive Schedule function, Define a MediaLive Input with this format: s3://<bucket_name>/<subfolder_path>/$urlPath$ The $urlPath$ is the dynamic variable that will be replaced by the MP4 file name. When creating the MediaLive Input Switch Schedule, select the Dynamic Input name, then enter the source file name to switch to. MediaLive Dynamic Input

NOTE: MediaLive can not start with a Dynamic Input, so a 'slate' or start source file must be selected to begin with, then schedule an Input Switch to the Dynamic Input.

AWS
Mike-ME
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions