Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

Why are you linking to jwpsrv.js? Can you e-mail us directly (support at jw player for com) and give us a URL of a test page that we can access?

This question has received the maximum number of answers.