
Loading problem
When we using our video streaming with this code, after 1 to 2 minutes the stream stand still and do not load.
Where is the problem? Thank you for your help!
<script src="http://jwpsrv.com/library/vFQYPKbWEeSa_g4AfQhyIQ.js"></script>
<div id='playerzLNQrAjcgrJF'></div>
<script type='text/javascript'>
jwplayer('playerzLNQrAjcgrJF').setup({
file: 'http://stream.amikom.de:1935/live/gi.stream/playlist.m3u8',
image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '640',
height: '360',
skin: 'five',
autostart: 'true',
primary: 'flash'
});
</script>