
How To Disable Cahce In ShoutCAST ??
Hi, We are using JWplayer as shoutcast player in our website but there is a " Chache " problem!
users can't pause \ return the stream without get back to the first point they start to listen. how can i repair this ??
---= The code ----
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'jwplayer.flash.swf',
"file": "http://shoutcast.ilcast.com:8190/;*.mp3",
"primary": "flash",
'type': 'mp3',
'provider': 'sound',
'autostart': 'true',
'controlbar': 'bottom',
'width': '438',
'height': '87'
});
</script>