Hello,
The kaltura delivery profiles are kept in the delivery_profile table.
run:
# mysql -h$DB1_HOST -u$DB1_USER -p$DB1_PASS
mysql> select id,name,url,host_name from delivery_profile;
And then update according to your own setup.
Hello,
The kaltura delivery profiles are kept in the delivery_profile table.
run:
# mysql -h$DB1_HOST -u$DB1_USER -p$DB1_PASS
mysql> select id,name,url,host_name from delivery_profile;
And then update according to your own setup.