跳至内容

Issues with ad insertions in AWS MediaTailor

0

Hello,

I configured ad insertions in AWS MediaTailor by providing source content without ad markers and an XML file with VMAP to the ADS URL. When watching the playback URL, the video specified in VMAP was not being inserted into the source content. I checked the logs in CloudWatch, and they showed the following:

"skippedAds": [
    {
        "creativeUniqueId": "00001",
        "adMezzanineUrl": "https://d3re4i3vgppvr8.cloudfront.net/Media/Bumpers/AD-caribbean-15-HD.mp4",
        "skippedReason": "TRANSCODE_ERROR",
        "vastDuration": 15
    }
]

What could be the reason for this?

I am attaching the VMAP file I created below.

VMAP XML file

<vmap:VMAP xmlns:vmap="http://www.iab.net/videosuite/vmap" version="1.0">
    <vmap:AdBreak timeOffset="start" breakType="linear" breakId="preroll">
        <vmap:AdSource id="preroll-ad-1" allowMultipleAds="false" followRedirects="true">
            <vmap:AdTagURI templateType="vast3">
                <![CDATA[ https://n8ljfs0h09.execute-api.us-west-2.amazonaws.com/v1/ads?duration=15 ]]>
            </vmap:AdTagURI>
        </vmap:AdSource>
    </vmap:AdBreak>
</vmap:VMAP>

https://n8ljfs0h09.execute-api.us-west-2.amazonaws.com/v1/ads?duration=15

<VAST xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0">
    <Ad sequence="1">
        <InLine>
            <AdSystem>2.0</AdSystem>
            <AdTitle>AD-caribbean2-15</AdTitle>
            <Impression>
                <![CDATA[ https://n8ljfs0h09.execute-api.us-west-2.amazonaws.com/v1/impression ]]>
            </Impression>
            <Creatives>
                <Creative sequence="1" apiFramework="inLine" id="00002">
                    <Linear>
                        <Duration>00:00:15</Duration>
                        <MediaFiles>
                            <MediaFile id="00002" delivery="progressive" type="video/mp4" width="1280" height="720">
                                <![CDATA[ https://d3re4i3vgppvr8.cloudfront.net/Media/Bumpers/AD-caribbean2-15-HD.mp4 ]]>
                            </MediaFile>
                        </MediaFiles>
                    </Linear>
                </Creative>
            </Creatives>
        </InLine>
    </Ad>
</VAST>
已提问 2 年前456 查看次数
2 回答
0

The error "TRANSCODE_ERROR" indicates that AWS MediaTailor was unable to transcode the ad video successfully. This could be due to various reasons, such as an unsupported codec, resolution, or other video properties that MediaTailor cannot handle.

It's worth noting that AWS MediaTailor has specific requirements for ad videos, and while it supports a wide range of codecs and resolutions, some configurations may not be compatible. Ensuring that the ad video meets the supported specifications is crucial for successful ad insertion.

专家
已回答 2 年前
  • So "skippedReason": What's the problem with "NEW_CREATIVE"? I don't know what it's about because it doesn't come out in the guide.

0
AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。