Skip to content

Is it possible to insert ads through ADS from Ad insertion in channel output url of aws media tailer?

0

Is it possible to insert the ad through ADS when I put the channel output URL into the content source of Ad Insertion in AWS MediaTailor? For your information, I don't want to insert per-program ads in the channel assembly. Only in the channel assembly, you want to gather the program to create a channel and insert the ad every 10 minutes in that channel stream into the ADS URL. If there is any way, I would appreciate it if you could let me know.

  • You want to insert ad breaks every 10 minutes into your live stream?

asked a year ago184 views
2 Answers
0

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.

AWS
answered a year ago
0

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.

answered a year 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.