• Fragradio error
    5 replies, posted
I've come across an error with fragradio that when a player attempts to press the play button, this error pops up in the console: [code]BASS_StreamCreateURL error 41[/code] This only seems to happen to users running on Windows 8. If anyone wants to have a poke around the files, they can be found [URL="http://fragradio.co.uk/includes/plugins/Gmod_Beta.zip"]here[/URL]. Thanks! :)
It's happening for me too, on Windows 7.
I don't suppose you know an alternative radio? :)
Error 41 is BASS_ERROR_FILEFORM, which indicates that the client doesn't have the codec required to play the stream in question. Opening the stream myself, the codec they are using is has a mime of Content-Type: audio/aacp, so that means that it uses the aac format. This means each affected client will need to download and correctly install it - they should be able to get one by googling "Windows <x> aac codec", where <x> is their windows version and work from there. I know CNet has a codec pack for both Windows 7 or Windows 8, but I don't know if it is a reliable source for them or not. Strangely enough, both OSX/iOS, Windows 7, and Windows 8 all shipped with compatibility for this format in the standard build, so this shouldn't be happening.
Not sure how "good" this is, but I'm mirroring an mp3 stream of frag radio for my personal radio: [url]http://s1.pointblankrp.com:8000/index.html?sid=1[/url]
I guess bass doesn't support ACC streams, just files. I had that ACC issue too even with a bass ACC plug-in running.
Sorry, you need to Log In to post a reply to this thread.