Created
November 6, 2014 17:37
-
-
Save rgr2k/1a766eb9365eb5bca7d5 to your computer and use it in GitHub Desktop.
Cdn Delivery Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <CDNDeliveryConfig> | |
| <httpDelivery> | |
| <priority>0</priority> | |
| <provider>Akamai</provider> | |
| <prefix>http://akmd.sambavideos.sambatech.com</prefix> | |
| </httpDelivery> | |
| <rtmpDelivery> | |
| <priority>0</priority> | |
| <provider>Akamai</provider> | |
| <prefix>rtmp://akms.sambavideos.sambatech.com/ondemand</prefix> | |
| </rtmpDelivery> | |
| <hdsDelivery> | |
| <priority>0</priority> | |
| <provider>Akamai</provider> | |
| <prefix>http://cers10hds-vh.akamaihd.net/z</prefix> | |
| <suffix>/manifest.f4m</suffix> | |
| </hdsDelivery> | |
| <hlsAkamaiDelivery> | |
| <priority>0</priority> | |
| <provider>Akamai</provider> | |
| <prefix>http://cers10hls-vh.akamaihd.net/i</prefix> | |
| <suffix>/master.m3u8</suffix> | |
| </hlsAkamaiDelivery> | |
| </CDNDeliveryConfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment