Re: Is this software even supported anymore?
We have a possible fix to this. I am suspecting that the script may be choking on any wild special characters or multi-byte characters that are being passed to IE. The fix attempt is to apply a regex prior to passing the URL to the browser: In Icecast2.js: var fixedUrl = url.replace(/(<[^>]*>)|([^ -~])/g, ""); ie.Navigate2( fixedUrl ); So far, Raduga has been stable for about 20 hours. Let's hope this fixed it.
|