
Error Streaming m3u8
Hello,
I am running the following code using IE and it shows the error: "Error Loading Player: Could not load player configuration". The same error is displayed in Chrome also. Please suggest what went wrong. Thanks.
Code:
<html>
<head>
<script src="http://jwpsrv.com/library/MY_JW_PLAYER_ACCOUNT_TOKEN.js"></script>
<title>test page</title>
</head>
<body>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "http://wealthtv.apple-live-geo.adaptive.level3.net/apple/wealthtv/wealthtv/abc/abc.m3u8",
image: "http://example.com/uploads/myPoster.jpg",
width: 640,
height: 360
});
</script>
</body>
</html>