this post was submitted on 18 Apr 2021
18 points (100.0% liked)
Open Source
32782 readers
604 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You don't really need a tool by itself, a few shell scripts should be enough.
I would use one shell script to loop through my song library and pipe data to some fifo.
Then you can read this fifo with ffmpeg and broadcast it somewhere.
The advantage of this approach is its flexible, easy to modify and you can use the tools you already have.
See https://trac.ffmpeg.org/wiki/StreamingGuide
I'd like something on which we can put music on and when we want stop it and broadcast source coming from a mic, or even input from our choice, instead of automated playlist from a folder.
You can do that as well with scripts, easily. If you are looking for a GUI Version I can't help you.
I'd be interested to learn how, I was just looking for a GUI bcs Im working for a friend that wants to do a Web radio station and with a GUI it would remive work that I'd have to do.
Or even https://github.com/nachomileo/ffmpeg_radio