
ShoutCast radio loops the same mp3
Hello
I have a ShoutCast radio station, I`m using JWPlayer6 to play it.
JWplayer6 gets stuck at one song, is not always the same song.. is the song that plays when you start listening to it.
The thing is that is not the entire song that replays everytime ... is like the end of it.. the last seconds or so..
Might be something about the buffering/cache ...
If you can help, this is the code i'm using:
<script type='text/javascript'>
jwplayer('player_div').setup({
file:'Station URL',
height: 100,
width: 560,
primary: 'flash',
fallback: false,
autostart: true
});
</script>
I tried playing it in JWPlayer5 too.
It doesn't get stuck anymore, but after 15 - 20 min, it gets stuttering.. annoying to listen to..
Thank you!