跳至內容

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 年前檢視次數 471 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。