Change to:
define('KALTURA_SERVICE_URL' ,"https://www.kaltura.com");
Also, no need to assign the consts into variables and then use these, you can just use the consts directly.
Change to:
define('KALTURA_SERVICE_URL' ,"https://www.kaltura.com");
Also, no need to assign the consts into variables and then use these, you can just use the consts directly.