| Server IP : 167.99.254.82 / Your IP : 216.73.216.188 Web Server : Apache System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/awscli/examples/mediatailor/ |
Upload File : |
**To create a configuration**
The following ``put-playback-configuration`` creates a configuration named ``campaign_short``. ::
aws mediatailor put-playback-configuration \
--name campaign_short \
--ad-decision-server-url http://your.ads.url \
--video-content-source-url http://video.bucket/index.m3u8
Output::
{
"AdDecisionServerUrl": "http://your.ads.url",
"CdnConfiguration": {},
"DashConfiguration": {
"ManifestEndpointPrefix": "https://13484114d38f4383bc0d6a7cb879bd00.mediatailor.us-west-2.amazonaws.com/v1/dash/1cbfeaaecb69778e0c167d0505a2bc57da2b1754/campaign_short/",
"MpdLocation": "EMT_DEFAULT",
"OriginManifestType": "MULTI_PERIOD"
},
"HlsConfiguration": {
"ManifestEndpointPrefix": "https://13484114d38f4383bc0d6a7cb879bd00.mediatailor.us-west-2.amazonaws.com/v1/master/1cbfeaaecb69778e0c167d0505a2bc57da2b1754/campaign_short/"
},
"Name": "campaign_short",
"PlaybackConfigurationArn": "arn:aws:mediatailor:us-west-2:123456789012:playbackConfiguration/campaign_short",
"PlaybackEndpointPrefix": "https://13484114d38f4383bc0d6a7cb879bd00.mediatailor.us-west-2.amazonaws.com",
"SessionInitializationEndpointPrefix": "https://13484114d38f4383bc0d6a7cb879bd00.mediatailor.us-west-2.amazonaws.com/v1/session/1cbfeaaecb69778e0c167d0505a2bc57da2b1754/campaign_short/",
"Tags": {},
"VideoContentSourceUrl": "http://video.bucket/index.m3u8"
}
For more information, see `Creating a Configuration <https://docs.aws.amazon.com/mediatailor/latest/ug/configurations-create.html>`__ in the *AWS Elemental MediaTailor User Guide*.