Hi,
I have a wowza streaming engine up and running on aws andI copied /conf/Server.license key in the following code snippet
var myPlayer = WowzaPlayer.create(‘playerElement’,{ “license”:"[wowza-player-license-key]", “sourceURL”:“http://wowza-engine-ip:1935/app1/test1/manifest.mpd”} );
where it says wowza-player-license-key but when I load the page I get Illegal license key format error when I load the page. What could be the reason, what is the right format? I tried putting the key string in the array and as a string in the object passed to WowzaPlayer.create but in both cases I get the same error
,
Hi,
I have a wowza streaming engine up and running on aws andI copied /conf/Server.license key in the following code snippet
var myPlayer = WowzaPlayer.create(‘playerElement’,{ “license”:"[wowza-player-license-key]", “sourceURL”:“http://wowza-engine-ip:1935/app1/test1/manifest.mpd”} );
where it says wowza-player-license-key but when I load the page I get Illegal license key format error when I load the page. What could be the reason, what is the right format? I tried putting the key string in the array and as a string in the object passed to WowzaPlayer.create but in both cases I get the same error