- Newest
- Most votes
- Most comments
Hi,
In order for the input files to be played sequentially in MediaLive you would need to configure the "Source End Behavior" for those inputs as CONTINUE : https://docs.aws.amazon.com/medialive/latest/ug/transition-follow-success.html
For Server Side Ad Insertion workflows you can use AWS Elemental MediaTailor (in conjunction with MediaLive and MediaPackage) which can act on the SCTE-35 present on the live stream or video files and interpret VAST/VMAP or VPAID received from an Ad Decision Server to insert/replace the proper ads : https://aws.amazon.com/mediatailor/
If you want to create a live stream from VOD assets maybe AWS Elemental MediaTailor Channel Assembly could be more suited for your use case : https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly.html, https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-getting-started.html, https://aws.amazon.com/blogs/aws/how-to-use-channel-assembly-with-aws-elemental-mediatailor-to-launch-virtual-channels-from-existing-sources/
Thanks
Using the AWS MediaLive Workflow Wizard is a good start. You can add AWS MediaTailor for Server Side Ad Insertion (SSAI). MediaTailor reacts to SCTE-35 messages to trigger request ad content from an Ad Server, then modifies streaming manifests to include the ad content.
MediaLive has a Schedule function that can be used to switch between inputs, and insert SCTE-35 messages. https://docs.aws.amazon.com/medialive/latest/ug/setup-scte35-insertion.html.
Switching between MediaLive inputs can be performed thru the Schedule function. Example: Starting with a Slate MP4 file that loops before a streaming event, then a scheduled Input Switch to a live input. After the event, switch to another Slate MP4 file indicating event has ended.
Inserting SCTE-35 message for ad breaks (Cue-Out, Cue-In, etc) can be scheduled at specific times for SSAI. This could occur between video assets being played out thru MediaLive.
There is another path that can create FAST channels. AWS MediaTailor Channel Assembly (a specific adaptation of MediaTailor) https://aws.amazon.com/blogs/aws/how-to-use-channel-assembly-with-aws-elemental-mediatailor-to-launch-virtual-channels-from-existing-sources/. This channel playout service requires your content already be in an Adaptive Bit Rate format (HLS, DASH). The MP4 files would need to be transcoded to ABR format, perhaps using AWS MediaConvert.
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago