Hi,
This probably should be listed under bug-report, but I don’t see one.
I have some audio-only streams - however they do not autoplay, even though autoplay works properly with live video streams.
The autoplay does work if not using flash, however.
Here is the code:
WowzaPlayer.create(‘playerElement’,
{
“license”:“PLAY1-8r7hU-RdBz7-yFeWJ-TEM4p-M8Ukt”,
“title”:"",
“description”:"",
“sourceURL”:thisVideoEncode,
“autoPlay”:true,
“volume”:“75”,
“useFlash”:true,
“mute”:false,
“loop”:false,
“audioOnly”:true,
//“debugLevel”:“OFF”,
“uiShowQuickRewind”:true,
“uiQuickRewindSeconds”:“30”
});
If you have a solution, please let me know,
Sincerely,
Alan