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

Jwplayer and IE11


Hello.
I am trying to stream rtmp
Player loaded to Chrome and Firefox, but IE display blank page only.
Page code:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Live Streaming</title>
<script src="jwplayer/jwplayer.js"></script>
<script>jwplayer.key="eWdKv91CvaRmcCxXbjjPNxTOcUWOPml+oOXcvA==";</script>
</head>
<body>
<table width="100%" height="100%" border="0">
<tbody>
<tr>
<td align="center" valign="center">
<div id="player"></div>
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<script type="text/javascript">
jwplayer("player").setup({
sources: [{
file: "rtmp://10.226.140.48:1935/live/CMSConvertedSD",
}],
width: 1024,
height: 576,
autostart: "true"
});
</script>
</td>
</tr>
</tbody>
</table>
</body>
</html>

How to reslove this issue?

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

Do you have Flash enabled on IE? Also, it may be possible that the codec of the video is not supported in IE.

This question has received the maximum number of answers.