AWS Elemental MediaLive tutorial
This tutorial describes how to ingest a video source from an RTP source and generate one HLS output that contains one H.264 video encode and one audio encode. MediaLive will send the output to AWS Elemental MediaPackage. The output will consist of the following:
-
One parent manifest: channel.m3u8
-
One rendition manifest: channel-1.m3u8
-
TS files for each output: channel-1.00001.ts, channel-1.00002.ts, channel-1.00003.ts, and so on
This tutorial uses the default values for most configuration fields in the channel.
Note
All the text marked as an example in this tutorial is just that—a sample that shows what a piece of information typically looks like. You must replace each example with the information that is valid for your situation.
Topics
- Prerequisites for the tutorial
- Step 1: Set up the upstream system
- Step 2: Set up the downstream system
- Step 3: Create an input
- Step 4: Set up key information
- Step 5: Attach the input
- Step 6: Set up input video, audio, captions
- Step 7: Create an HLS output group
- Step 8: Set up the output and encodes
- Step 9: Create your channel
- Step 10: Start the upstream system and the channel
- Step 11: Clean up