Hello ,we use wowza player on a wix website but cannot have the full screen working. Could someone review the code and give me a suggestion? Thanks!
Hello @frank montenat,
Thanks for using Wowza Forums.
The issue could be related to the code of the rest of the page.
Try a simple page, something like this:
<html>
<head>
<title>Wowza Player Live Stream</title>
<script type="text/javascript" src="//player.wowza.com/player/latest/wowzaplayer.min.js"></script>
</head>
<body>
<div id="playerElement" style="width:100%; height:0; padding:0 0 56.25% 0"></div>
<script type="text/javascript">
WowzaPlayer.create('playerElement',
{
"license":"XXXXX",
"title":"",
"description":"",
"sourceURL":"http://streaminglivehd.com:1935/8014/8014/playlist.m3u8",
"autoPlay":false,
"volume":"95 ",
"mute":false,
"loop":false,
"audioOnly":false,
"uiShowQuickRewind":true,
"uiQuickRewindSeconds":"30"
}
);
</script>
</body>
</html>
See if full screen works then.
If it does, then its an issue with the wix platform handing the javascript of Wowza Player.
Regards,
Alex C.
Hello Alex, can i give you on script ? i have the same problem, but i can’t finf the soluce
i am french
and me, i will said thank you for answer
cordialy