Skip to content

Scripts for piStreamRadio, a 24/7 music live streaming raspberry pi

License

Notifications You must be signed in to change notification settings

arnauldb/piStreamRadio

 
 

Repository files navigation

piStreamRadio

Example Stream: "Galaxy Noise Radio". Click the image to check out the stream!

Galaxy Noise Radio Live Stream link

Scripts for piStreamRadio, a 24/7 live streaming raspberry pi. This will allows for live streaming a video of music, playing over a gif, with the music information. Music and gifs are chosen from their respective folders in the radioFiles directory. Which comes included with some songs and gifs to get up and running quickly!

This wouldn't have been possible without the initial help of this guide posted on reddit. Shoutout to sikilikis!

Installing

I've provided nice bash scripts to handle nearly everything!

First, install the dependencies. Please note, you'll be doing some craziness like compiling ffmpeg, so it may literally take about 30-50 minutes if run on a raspberry pi 2.

cd piStreamRadio
./installDeps.sh

Then you probably want to edit your config.sh file to provide your Stream key and url (Default URL is for youtube).

cd radioFiles
cp config.example.sh config.sh

You can now edit the config.sh file. After this, simply start the stream!

./startStream.sh

And then sit back, relax, and vibe to your awesome radio! Gifs and Music and be removed and added from the radioFiles/ directory, in their respective directories. Be cautious removing while streaming however, as this could lead to errors while the video is encoding.

Tips

Coming soon!

Contributing

Feel free to open up a PR, and give any contributions!

About

Scripts for piStreamRadio, a 24/7 music live streaming raspberry pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%