Reliable solutions for online projects
Updated Acceptable Use Policy.
To integrate CMS Kernel Video Sharing (KVS) with AnycastCDN you need to follow some simple steps:
$config['project_url']="http://domain.com";
add:
$config['project_url_cdn']="http://acdn.domain.com";
This will add a new CMS variable with alter domain name.
If you need for example distribute video screenshots via aCDN, then replace project_url to project_url_cdn:
- $config['content_url_videos_screenshots']="$config[project_url]/contents/videos_screenshots";
+ $config['content_url_videos_screenshots']="$config[project_url_cdn]/contents/videos_screenshots";
Save the file and reload site administer panel to prevent load cached content.
By default aCDN stores files after the first download from the site and keeps on aCDN 2 days.