Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Reconfigure Kaltura VOD domain

$
0
0

Yes, see:

Specifically:
In addition, when changing the CDN hostname, the kaltura.delivery_profile table must be updated.

# mysql -h$DB1_HOST -u$DB1_USER -p$DB1_PASS

mysql> select id,name,url,host_name from delivery_profile;

Then use update statements to reset the url and hostname.


Viewing all articles
Browse latest Browse all 7410

Trending Articles