maca134 22 Posted June 30, 2015 This is something that started as a proof-of-concept thing one evening not long after discovering how to do ARMA extensions in C#. nRadio is a small mod for ARMA that allows clients to listen to internet radio mp3 streams. The mod includes a set of simple functions to interact with the extension and a basic "radio" dialog. Here is a small video of an earlier version: Get the latest version on GitHub @ https://github.com/maca134/arma-nradio 1 1 Share this post Link to post Share on other sites
ScarletttKate 10 Posted June 30, 2015 this would be useful, does it only read mp3 and nothing else right? will it read those other radio files? Share this post Link to post Share on other sites
maca134 22 Posted June 30, 2015 pretty sure its only mp3 so far Share this post Link to post Share on other sites
christian2526 68 Posted June 30, 2015 This is pretty cool, thanks for sharing! Share this post Link to post Share on other sites
Crielaard 435 Posted June 30, 2015 this would be great to have attached to an object like a radio so you can have live radio ingame...or...TFAR style in cars! Keep it up Share this post Link to post Share on other sites
Calgon87 10 Posted July 1, 2015 (edited) Hey ! very nice mod ! However how do you install it ? cant understand how to compile... Ty Edit : just found the "release" button sorry :) Edited July 1, 2015 by Calgon87 Mistake Share this post Link to post Share on other sites
dscha 147 Posted July 1, 2015 *.m3u possible? anyway: Good one! Share this post Link to post Share on other sites
maca134 22 Posted July 1, 2015 *.m3u possible? If you open the m3u, there should/might be an mp3 url Share this post Link to post Share on other sites
Kerc Kasha 102 Posted July 1, 2015 I tried this out but the streams just came out extremely jittery and sounding strange, not like it was failing to buffer or something but like it was playing in the wrong format. and this was with both the streams included in the mod and custom ones Share this post Link to post Share on other sites
maca134 22 Posted July 1, 2015 I tried this out but the streams just came out extremely jittery and sounding strange, not like it was failing to buffer or something but like it was playing in the wrong format. and this was with both the streams included in the mod and custom ones IT might be just that the latency on the stream is shit. I will see about some buffering options. Share this post Link to post Share on other sites
j0nes 194 Posted July 14, 2015 so if theres a repository of mp3 music stored on a website, and everyone in a server had this extension, would this be able to be applied globally to things like in game car radios? where the driver could select a song/station and everyone would hear it who had the extension? Share this post Link to post Share on other sites
torndeco 128 Posted July 15, 2015 @J0nes Yes with nRadio you could do this, it just requires a small bit of work (simply enough really). You just need to code some sqf code to send the music info to other players in the car, so that extension plays music stream for them. Share this post Link to post Share on other sites
miguel93041 0 Posted August 15, 2016 Not working anymore i think.. Share this post Link to post Share on other sites
Mr.jizz 9 Posted August 28, 2017 Prob pointless, but as far as i know the armaholic download (complete package) does not work no more, but i see on the github the files are newer (i also see a _x64.dll file in there, guess its 64bit ready?) and im takeing a big guess that the files (apart from the dialog/sqf) have to be made into a .dll file? (am i right or completely and utterly wrong?) to make this work as a mod?....i know maca is using this on the ccg servers so i know it works. This would be a great work a round instead of saving large music files in mod packs Share this post Link to post Share on other sites
BigDad 3 Posted October 17, 2017 Has any one have this working? Do you install into mission file. Running a remote internet radio station on a computer in my home. Share this post Link to post Share on other sites
BigDad 3 Posted October 27, 2017 Still stuck on "how" to place this into server. Installing has confused me. Where to be placed and start up. I can figure out to get working with this idea for setup with streaming files. Share this post Link to post Share on other sites