
jwTroubleShoot
hello ,
i am anand , i am a website developer .., im developing website for gospel tv ..., i want to put a live streaming video.., i got a link from client and i put into html code.., but its not working its always loading.... below i past the link .. can you help me....
there are using adobe flash media for live stream...
link:
<head>
<script src='http://jwpsrv.com/library/BheSwNloEeKx7xIxOQulpA.js'></script>
</head>
<body>
<div id='playerYWfpjXNquzKb'></div>
<script type='text/javascript'>
jwplayer('playerYWfpjXNquzKb').setup({
file:'rtmp://live.wmncdn.net/emax/0b73465e73398ad31e97fc2f4388a226.sdp',
image: 'Logo URL',
width: '640',
height: '360',
autostart: 'true'
});
</script>
</body>