- Newest
- Most votes
- Most comments
Thanks for your question. Can you clarify your request? Are you asking how to insert ad breaks when using the Channel Assembly function of AWS Media Tailor?
There are two different functions provided by AWS MediaTailor, Server Side Ad Insertion (SSAI) and Channel Assembly for linear playout.
First you must create a playout channel using Channel Assembly. https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly.html
As part of this process SCTE-35 ad markers need to be included to signal ad breaks. https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-integrating-mediatailor-ssai.html
The second stage would be to configure MediaTailor to perform the SSAI function. The SCTE-35 markers will trigger MediaTailor to send a request to an Ad Decision Server (ADS). https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html Note: Linear playout channels are treated similar to live streams and not VOD streams.
The ADS will send back links to the ad files that need to be inserted. MediaTailor will transcode these ad files to match the renditions of the content stream, then include in the playlist locations of those transcoded ads to be view. Once the ad duration is completed MediaTailor goes back to providing the playlist for the content.
I didn't explain enough. Previously, mediaTailor made it possible to expose ads through adbreaks in the channel assembly, but every time a program was created in the middle, the ManyRequest got stuck, which forced the program to be reset whenever the advertisement changed. At this time, I hope that the channel will not change smoothly and proceed through the advertisement server to receive new advertisements. And the channel assembly created a channel through programs that did not set the advertising brake. At this time, the advertisement is inserted through the ADS URL into the created channel. That is, the current channel does not have SCTE-35. And what I want additionally is that the advertisements A, B, and C were previously set for 10 minutes per program, but this time, I want to set them on a channel basis.
You want to insert ad breaks every 10 minutes into your live stream?