Dear members,
We're using the ja-magz-ii template in our local public radio joomla website for text and video content.
Video content is currently published using the Youtube setting. Other options are local, Vimeo, Youku and other.
Recently we started using our own media streaming. server running Wowza.
Wowza has a great player the we would like to use in stead of Youtube.
The Wowza player is an embeddable light weight HTML5 Player.
We tried using this in the "others" setting with no succes. A sample scripts below
Sample code:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Wowza player</title>
</head>
<body>
<h1>LOZ Player test Theaterweekend in The Lux - LOZ</h1>
<a href="index.html">Home</a>
<div id="playerElement" style="width:640px; height:390px; padding:0;"></div>
<script type="text/javascript" src="//player.wowza.com/player/latest/wowzaplayer.min.js"></script>
<script type="text/javascript">
WowzaPlayer.create("playerElement",
{
"license":"<removed>",
"sources":[{
"sourceURL":"https://5e2b3e3114872.streamlock.net:1443/vod/mp4:Theaterweekend in The Lux - LOZ.mp4/playlist.m3u8"
},
{
"sourceURL":""
}],
"title":"Theaterweekend in The Lux - LOZ",
"description":"",
"autoPlay":true,
"mute":false,
"volume":75,
"posterFrameURL":"https://www.lokaleomroepzeewolde.nl/images/logo/Logo_2019.png"
}
);
</script>
</body>
</html>
Could the Wowza player become an option?
Suggestions for work arounds other than iFrames are welcome!
Regards, Jan