
uanble to play video on iphone or ipad if the video is a stream from database
uanble to play video on mobile if the video is a stream from database, my code is below <!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>use jw</title>
<script src="scripts/jwplayer.js"></script>
<script src="scripts/jwpsrv.js"></script>
<script> jwplayer.key = "***************=";</script>
</head>
<body>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "https://max-staging.global.anz.com/News/MaxCMSVideos/MAXCMS-93-8941_MarkB.mp4",
image: "http://img.zidafone.com/test.jpg",
width: 640,
height: 360,
title: 'Beautiful man',
flashplayer: "scripts/jwplayer.flash.swf",
description: 'This is the most beautiful woman in the world, do you agree?'
});
</script>
</body>
</html>