Arma 3
Live Radio (Beta)
121 kommentarer
Rick 24. sep. kl. 20:54 
apart from that the mod works well, nice job
Rick 24. sep. kl. 20:54 
Please can you add an option to remove server logs? This will be much more convenient as it spams the logs.
Boffin 27. aug. kl. 8:34 
any installation instructions? how do i open/bring up the radio for use in game?

cheers
Hakon Thorstensson 5. maj kl. 7:25 
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. kl. 15:00 
By any chance has anyone tested this on a 20+ multiplayer server?
Quack 16. nov. 2024 kl. 17:31 
can you make this work for .m3u as well?
MajorBlunderbuss 2. nov. 2024 kl. 7:24 
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 kl. 7:08 
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 kl. 6:12 
@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 kl. 23:49 
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 kl. 3:15 
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. maj 2024 kl. 9:31 
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. maj 2024 kl. 9:18 
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 kl. 7:16 
@agitar could you tell us the name of the website without putting the url then steam will delete it?
CSIGN 25. apr. 2024 kl. 11:18 
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 kl. 8:24 
If you're looking for online radio stations to add, here's a webpage that lets you search for them:

{LINK FJERNET}
Jack 4. jan. 2024 kl. 19:34 
What URL's should or am I able to use?
am'z 23. dec. 2023 kl. 5:32 
This mod made my day. I don't know how it got pass my radar. Best music mod out there.
Sanguinox 21. dec. 2023 kl. 11:15 
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 kl. 10:17 
I'm wanting to add it to a custom scenario I'm making
Sanguinox 20. dec. 2023 kl. 6:51 
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 kl. 16:45 
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 kl. 6:19 
How to convert mp3 to streaming audio?
kelly 28. okt. 2023 kl. 22:54 
1:54:30 [LIVE_RADIO] (manager) live_radio::streams: ["DEBUG","no listeners, shutting down stream"]


What does this debug error mean?
Frost 17. okt. 2023 kl. 3:56 
Great mod.
Sanguinox 28. sep. 2023 kl. 7:43 
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 kl. 17:53 
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 kl. 6:25 
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 kl. 22:21 
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 kl. 8:32 
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  [ophavsmand] 13. sep. 2023 kl. 13:17 
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 kl. 7:11 
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 kl. 23:43 
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 kl. 4:37 
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 kl. 1:16 
@ChromExterior - Same issue is present in Multiplayer.
ChromeExterior 12. sep. 2022 kl. 5:49 
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 kl. 9:48 
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. juni 2022 kl. 17:54 
Does anyone know places for radio stations to make this work, as any stations i put in (Url to them) they dont work
Charlie Kirk Died For Your Sins 13. maj 2022 kl. 19:54 
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 kl. 4:55 
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 kl. 3:57 
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 kl. 0:32 
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  [ophavsmand] 29. mar. 2022 kl. 18:58 
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 kl. 12:35 
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 kl. 3:00 
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 kl. 22:24 
What do I need to do if I want it to apply to aircraft?
Brett  [ophavsmand] 24. mar. 2022 kl. 21:59 
@Valen, The music will play through your default audio output in windows. There is no way to change this in the current version
Brett  [ophavsmand] 24. mar. 2022 kl. 21:48 
@Lk, only live internet radio is supported via CfgRadioStations
Sluthuvve MVH 23. mar. 2022 kl. 10:03 
I want to ask, is there any other way to add music to this mod?
Liam McKendrick 8. jan. 2022 kl. 16:11 
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.