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
質問済み 9ヶ月前249ビュー
1回答
1
承認された回答

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
回答済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ