new radio forum

General Lighting

Super Moderator
Staff member
nice bit of oldskool on there ;)

One suggestion - why not also add the direct stream links and/or your stream page (the one with the maps on it you can get to from searching here) as well as the built in player?

I think your station page is here..

http://www.internet-radio.com/station/bubbles/

although the webplayers are convenient; they don't work with all devices and it also means that if the "free" forum hosting goes pear shaped (these companies often try to change to a paid for service model and/or shut down abruptly).

Also clicking on the forum causes the player to cut out whilst its reloaded - with the stream links listeners can use full feature media players which have better sound quality (the web player can be left paused) or other advantages; such as being able to show visuals on TV sets along with the music (the sort of thing that cost a few grand in the 90s and you can now do with a obsolete PC that won't even run todays games!)
 

General Lighting

Super Moderator
Staff member
unfortunately I haven't got a lot of experience with SMF-based forums and I couldn't find the actual forum on your site; but those "free" forums are notoriously insecure. I thought it was more likely my ad blockers as I've encountered some forums that do not work at all and also been berated in many different languages (Swedish was most recent) by webmasters for using them :D

I would replace it with a wordpress based site - the hosting for decent ones isn't free unfortunately but they are not too difficult to edit. There are a lot of good free themesplugins.

My own site (http://www,ratcotel.net) is based on Wordpress and I am no computer genius.

haven't dealt with much coding since the late 1980s/early 1990s and dropped out of Uni in 1992 (I got thrown out and threatened with arrest for hacking the Internet before it was officially allowed and the course wasn't exactly inspiring - the pirate radio and rave scene in the bit of London I then lived it was far more interesting :D)

the site went through a variety of themes (there were originally two blogs; one for radio/media production and another for electronics/tech stuff until I found it too much to deal with updating and merged all the domains).

As you use mp3 this is a very easy way to get an autoplayer.

You literally only need to add this raw HTML to a blog page or a widget (but pick one that does not get reloaded each time you click on a page or make this page load up in a new browser tab (that way anything else going on shouldn't disturb it).

This uses HTML5 rather than Flash - it needs more modern browsers/devices and often only works well with MP3 rather than the AAC format (which gives better sound quality for the same bitrate)

but I've tried it with both VFR Europe (including listening on my mobile whilst cycling to work) and your station and it works. It should work for all of you using this server and sending MP3.

for bubbles her code is

HTML:
<audio autoplay preload="auto" controls src="http://uk3.internet-radio.com:8000/;"></audio>

I've made a test page here using this code which she is welcome to use until her forum/website is fixed or updated

http://ratcotel.net/?page_id=256

this code should work for everyone with shoutcast; but you must alter it to

HTML:
<audio autoplay preload="auto" controls src="http://**server number**.internet-radio.com:**port**;"></audio>

where **server number** is the first part of what your DJ's or playout connects to and **port** is the number after the colon :)) - everyone has their own unique port number on here in the same way every radio station is allocated a frequency by the Communications Ministry (or pirates picks one that they know isn't in use ;) )

The semicolon is important on shoutcast streams. I am not 100% sure why because it looks wrong but without it nothiing works.

I will share the icecast link later once I am more certain I am doing things correct (I've already managed to hose up my centovacast access and encounter other random issues getting my stream working with Icecast (although I am doing some more complex stuff with the mountpoints)
 
Last edited:

bubbles

New Member
a freind has offered to host a site for until 2016 as that is when he is payed up until then.i have emailed create a forum about the problem but not had a reply yet.x
 
Top