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

Not able to view my Live Stream on Mobile


Hi, I am not able to view my live stream on desktop browser but not able to see it on Mobile. I am getting "Error loading player: No playable sources found". Kindly help.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="https://jwpsrv.com/library/3v7P5rheEeSlzBJtO5t17w.js"></script>
</head>

<body>
<div id='playerMMOEiLgulGKv'></div>
<script type='text/javascript'>
jwplayer('playerMMOEiLgulGKv').setup({
file: 'rtmp://sparkgroup.ectnow.com:1935/live/dwd2.stream',
image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '100%',
aspectratio: '16:9',
primary: 'flash'
});
</script>
</body>
</html>

1 Community Answers

Andrew

JW Player Support Agent  
0 rated :

This will not work on mobile due to the RTMP stream and Flash requirement. You would need to use HLS here.

This question has received the maximum number of answers.