Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
Michiyo

OpenFM Streaming radio with OC control!

Recommended Posts

Hello all!
Screen Shot


OpenFM.png

I'm here once again with a new addon mod for OpenComputers (Unlike most of my others this one works without OC too). OpenFM allows you to stream from lots of online radio streaming services to your Minecraft world, all sound playing is done client side so there is little added load server side.  OpenFM supports Streaming audio in MPEG 1/2/3 format, or pls/m3u playlists linking to MPEG 1/2/3 sources.

 

Downloads are at: http://minecraft.curseforge.com/projects/openfm

Source is at: https://github.com/PC-Logix/OpenFM

 

Usage:

fm = components.openfm_radio
fm.setURL("http://listen.radionomy.com/DeepHouse")
fm.start()
fm.stop()
fm.volUp()
fm.volDown()
fm.getVol()
Link to post
Share on other sites

Does it play YouTube music? Sorry if this is a stupid question, just wanting to know if I still need to throw my music onto tapes to be able to listen to my music in MC without my computer having a lag spike of death.

No as YT videos aren't OGG or MP3 directly, you could run it through a converter and host it somewhere and play the MP3 though.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.