Blog

Development notes, SourceMod releases, radio updates, and archived posts from the original WordPress site.

Nginx should be working fine for http and https now.

The error returning was "The plain HTTP request was sent to HTTPS port" which was caused from having the 80 and 443 ports in the same server block, under the Nginx config. Had to assign the standard HTTP and HTTPS (SSL) ports to a seperate ser...

Going to push another update later today for the website side of the player. This should hopefully fix all mount points, especially related to Icecast 2 streams (Didn't need to have the "/;" appended to the stream). Only took a very simple piece of code, but would love any feedback for stations that...

Another update for today xD. Finally managed to get the webserver backend up and running on Nginx, from Apache2. The site responsivness has increased drastically and internal server resource usage has decreased around 50%. Wanted to get this finished earlier, but didn't really have the free time wit...

Was checking over the auto-generated playlists earlier and noticed they wasn't getting updated correctly from the cronjob this morning.

Then, had a look over the PHP logs and noticed it was complaining about "allow_url_include = 0" which wasn't allowing:

$PlayList = parse_ini_file($this->Tune...

Quick update to say VPS swich has been completed.

Decided to drop Vultr and switch over to OVH for the increased memory and inclusive DDoS protection at around the same price. Will give me the ability to add more projects and not have to worry about VPS resources as much in the long term.

Had a...

Quick bit of info to say that the documentation for Radio 2 has been updated. Still got a few more things I'd like to add and make it a bit more cleaner, but everyone should now get the gist of how things work internally.

/sourcemod-plugins/radio-2/

Managed to get BETA 3 ready for release with support for custom stations alongside ShoutCast mode and finalised translations.

Updated the basic documentation with the new command "sm_radio_shoutcast_custom" - which when enabled, loads a custom station list and adds it to the main menu alongside...

Sorry for the longer than intended delay, had a very busy week since leaving the UK and not really had the time for coding with limited time constraints. Good news, that everything should settle down again come this week.

I've fixed some bugs on the backend code for the radio.dubbeh.net player. On...

Released a very small patch that stops auto-appending "/;" to stream URL's. It breaks any streams using IceCast 2 and had to be removed.

Will release the custom stream list alongside ShoutCast mode in BETA 3.