Arma 3
Live Radio (Beta)
118 Comments
Hakon Thorstensson 5 May @ 7:25am 
Is it possible to add custom radio URLs to scenarios that don't use a description.ext? I'm hosting an antistasi server for me and my friends and I'd really love to add more radio stations, but Antistasi doesn't seem to use any description.ext files. Simply creating one with nothing in it but
"class CfgRadioStations {
class my_station {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
};"
Doesn't do anything unfortunately
IriShbiGdaN 28 Apr @ 3:00pm 
By any chance has anyone tested this on a 20+ multiplayer server?
Quack 16 Nov, 2024 @ 5:31pm 
can you make this work for .m3u as well?
MajorBlunderbuss 2 Nov, 2024 @ 7:24am 
EDIT: Apparently it has something to do with BattleEye being active. Turning off BattleEye in the launcher let's the mod work as intended. I didn't had this issue before with BattleEye being active. Also, BattleEye blocks the "live_radio_x64.dll".
MajorBlunderbuss 2 Nov, 2024 @ 7:08am 
Hello, I'd like to inform you that the mod isn't working anymore with the latest update - the radio stations are mute and don't play anything.

Regards
Sanguinox 5 Sep, 2024 @ 6:12am 
@disco the mod is working as default. the mod adds the radio to vehicles, and iirc the easiest way to use it is with ACE
Disco 30 Aug, 2024 @ 11:49pm 
so how do we actually get this to work? do we add an addaction to a object? do we sync a module to an object?
where are instructions on how to get this to work?
Frost 25 Aug, 2024 @ 3:15am 
Check out my mod if you guys are looking for a large and diverse list. I have about 74 stations currently, with 150 planned.
SchultzIT 9 May, 2024 @ 9:31am 
I also tried creating a second mod to load after this one. Config.cpp is like this:

#define _ARMA_

class CfgPatches
{
class LiveRadio977
{
name = "Live Radio Haram";
author = "Schultz";
version = 1.0;
versionStr = "1.0.0";
versionAr[] = {1,0,0};
};
};
class CfgRadioStations
{
class s80s {
name = "80s80s";
url = "https://streams.80s80s.de/web/mp3-128";
};
class DanceWave {
name = "DanceWave Retro";
url = "http://dancewave.online:8080/retrodance.mp3";
};
class Italian80s {
name = "Feccia Italiana anni 80";
url = "http://maggie.torontocast.com:8118/;";
};
class Newwave80s {
name = "New Wave 80";
url = "http://puma.streemlion.com:2910/stream";
};
class DDR {
name = "DDR Radio";
url = "http://stream.laut.fm/ddr-rock";
};
};

still no luck
SchultzIT 9 May, 2024 @ 9:18am 
Hello first of all thanks for the mod! I am trying to "clone" it to use it on our LAN missions, because we use antistasi (no description.ext) and we want to add some stations.

I edited z\live_radio\addons\interface\CfgRadioStations.hpp and added some stations.

Then I edited z\live_radio\addons\interface\config.cpp from line 49 and added the same stations.

Packed with pboproject (no errors) and i'm just loading the edited version in game.

Still, I can only see the 3 default stations :(

Can you guide me somewhere please? Thanks
LoSantos_YT[PUMA$] 29 Apr, 2024 @ 7:16am 
@agitar could you tell us the name of the website without putting the url then steam will delete it?
CSIGN 25 Apr, 2024 @ 11:18am 
Playing Antistasi and not sure how to access the description.ext for it so I'd highly appreciate it if someone showed me how to access it or if the creator added the rest of the stations displayed in the screenshot because Classic Rock 109, Irish Radio and PulseEDM are the only ones that show up and I'd like to be able to play the other stations in the screenshot ingame too.
Ajite 5 Mar, 2024 @ 8:24am 
If you're looking for online radio stations to add, here's a webpage that lets you search for them:

{LINK REMOVED}
Jack 4 Jan, 2024 @ 7:34pm 
What URL's should or am I able to use?
am'z 23 Dec, 2023 @ 5:32am 
This mod made my day. I don't know how it got pass my radar. Best music mod out there.
Sanguinox 21 Dec, 2023 @ 11:15am 
you want to go into the folder where the scenario is located, and then you want to make a new text file. you want to name this file "description" and make sure its filetype is ".ext". Once thats done, follow the steps at the bottom of the description. replace "my radio FM" with the name of the station, and then replace the url with the url that goes to radio station you want to add
Ya Boi Roach 21 Dec, 2023 @ 10:17am 
I'm wanting to add it to a custom scenario I'm making
Sanguinox 20 Dec, 2023 @ 6:51am 
are you wondering for a custom scenario you have made, or one from the workshop? or do you want to add it to the mod itself?
Ya Boi Roach 19 Dec, 2023 @ 4:45pm 
Hi, loving the mod so far, just wondering how I can add more radio stations? I saw a comment from Theane about adding stations and I followed that, but still can't get any stations to show other than Classic Rock, Irish Radio, My Radio FM and the Pulse Electronic stuff
Conscript_CT 7 Nov, 2023 @ 6:19am 
How to convert mp3 to streaming audio?
kelly 28 Oct, 2023 @ 10:54pm 
1:54:30 [LIVE_RADIO] (manager) live_radio::streams: ["DEBUG","no listeners, shutting down stream"]


What does this debug error mean?
Frost 17 Oct, 2023 @ 3:56am 
Great mod.
Sanguinox 28 Sep, 2023 @ 7:43am 
only thing i can think of then would be for you to make your own local copy of the mod, and edit it to include the stations you want. (it uses the same format as the description.ext file would)
andrey 27 Sep, 2023 @ 5:53pm 
the newer antistasi mods aren't just missions but mods themselves, so I can't do the usual save mission and get a copy of it on your documents folder (also they don't allow normal arma saving because they have a persistent save system that works another way)
Sanguinox 27 Sep, 2023 @ 6:25am 
if its a workshop mission, you could maybe make a local copy of the mission (to prevent mod updates from reverting your changes). then you would just need to follow the same steps to add the radio stations to its description.ext
andrey 26 Sep, 2023 @ 10:21pm 
Hey, trying to add more stations to my local internet antistasi server but I don't have access to the mission's description.ext as it's a workshop mission, any other way or a tutorial to help me get by?
[BlaBer] Sto 14 Sep, 2023 @ 8:32am 
I'm so glad you are still developing this Brett. This mod is absolutely heaven sent. You're my hero, and everyone in the unit i use this with LOVES the added atmosphere. We are playing a custom gamemode in a particular place in the world, and the ability to add local radio channels from there of all sorts of local music styles just adds so much. I hope you will be motivated to continue working on this mod, it's really uniquely great, one of the best in all of arma (i say having played with all of the more and less popular mods since the A3 Alpha)
Brett  [author] 13 Sep, 2023 @ 1:17pm 
Update 0.8 is out, which should fix the crashing issues, as well as some performance improvements.

Changelog
https://github.com/BrettMayson/ArmaRadio/releases/tag/v0.8.0
Sanguinox 3 Sep, 2023 @ 7:11am 
Would it be possible to add a setting page in game to be able to also use custom radio stations with custom and vanilla missions?
CaptClueless 8 Aug, 2023 @ 11:43pm 
Any chance you could tie it to a loud speaker object? That way we could place one anywhere in the server and it would play 3d sound. Example would be to have music at a trader area.
[BlaBer] Sto 12 Apr, 2023 @ 4:37am 
Brett it would be wonderful if you could adress the bug posted by @ChromeExterior and @Nodoka Hanamura. This mod is unprecedented and awesome, it deserves this final bit of love. All that's needed it a bit of script that closes the radio stream under following certain events, like mission ending etc.
Nodo² 20 Sep, 2022 @ 1:16am 
@ChromExterior - Same issue is present in Multiplayer.
ChromeExterior 12 Sep, 2022 @ 5:49am 
Hey, i found a glitch in singleplayer. Upon spawning a vehicle and turning on the radio, returning to the editor with the radio still on does not turn off the radio and the music keeps playing and there's no way to turn it off other than restarting the game entirely.
Empy 11 Sep, 2022 @ 9:48am 
In regards to the Divide by zero error, I've got my dedi running at the moment. Seems to be working now, No crash for the last 5-6 mines.
S. Jorgensen 22 Jun, 2022 @ 5:54pm 
Does anyone know places for radio stations to make this work, as any stations i put in (Url to them) they dont work
Slobodan did nothing wrong 13 May, 2022 @ 7:54pm 
Is it only possible adding stations via the description.ext which is inside the missions pbo? Im having great difficulty getting things to work out with antistasi mostly because of unrelated problems.
Theane ⌫ 3 Apr, 2022 @ 4:55am 
nvm, figured it out simply by adding in description.ext

class CfgRadioStations {
class my_station {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
class my_station1 {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
class my_station2 {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
};

the list can be even longer simply by adding a new number after "class my_station"
Theane ⌫ 3 Apr, 2022 @ 3:57am 
how do i add more custom radio stations? i did get one to work in description.ext but i have not figured out how to add more
Urun 3 Apr, 2022 @ 12:32am 
Hello, I just did some tests with 3 friends on our dedicated server. The problem is not fixed, error code 0xC0000094 - Status_INTERGER_DIVIDE_BY_ZERO. It usually happened when one of us was switching to different channel or changing volume.
Brett  [author] 29 Mar, 2022 @ 6:58pm 
I have released an update tonight that will hopefully address the divide by zero error. Please let me know if it persists.
Mallekip 28 Mar, 2022 @ 12:35pm 
Hi. Love the concept of this mod. The stream starts instant you turn it on, which is great for immersion.

However I am also getting the same error as user Urun below. Only I was playing singleplayer, without any other mod loaded, and it occurred within 2 minutes of play. Can send an RPT if you'd like. Good luck!
Urun 25 Mar, 2022 @ 3:00am 
In dedicated server, there would be a random crash when someone plays music. Error code 0xC0000094 - Status_INTERGER_DIVIDE_BY_ZERO
Sluthuvve MVH 24 Mar, 2022 @ 10:24pm 
What do I need to do if I want it to apply to aircraft?
Brett  [author] 24 Mar, 2022 @ 9:59pm 
@Valen, The music will play through your default audio output in windows. There is no way to change this in the current version
Brett  [author] 24 Mar, 2022 @ 9:48pm 
@Lk, only live internet radio is supported via CfgRadioStations
Sluthuvve MVH 23 Mar, 2022 @ 10:03am 
I want to ask, is there any other way to add music to this mod?
Liam McKendrick 8 Jan, 2022 @ 4:11pm 
Perhaps it is just on my end, but it seems the key does not work for this mod.
The mod also seems to be missing the meta.cpp file, which prevents the launcher from being able to auto-download the mod from the workshop.
Valen 16 Dec, 2021 @ 5:32am 
Also, I've placed the FM radio object in the mission world through Zeus. But I could not pick it up as my character and keep it my inventory. Is there a way to make this a carryable item that I can place anywhere? Or maybe even interact and let it play while it is in my inventory. (as you need ACE interaction and that is not confortable if it isn't right next to you.)
Valen 16 Dec, 2021 @ 5:21am 
Also managed to add a custom stream to the list by editing a mission's description.ext file. No change in the speakers versus headset.
Valen 16 Dec, 2021 @ 1:49am 
For me some of the default radio channels worked that are shown in the orange/black interface screenshot. However, the audio was fed through to my laptop speaker output, instead of the headset audio that the other Arma 3 audio came through. It only started working when I placed the above code class CfgRadioStations { ...etc...}; in the debug panel and executed as local within a localhosted multiplayer session. As I am not sure how to edit the description.ext file from the 3rd party Antistasi Community 2.5.3 mission.