Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debug-ing/radio-music
Live radio streaming server for custom playlists
https://github.com/debug-ing/radio-music
go radio radio-music radio-online stream-server
Last synced: 7 days ago
JSON representation
Live radio streaming server for custom playlists
- Host: GitHub
- URL: https://github.com/debug-ing/radio-music
- Owner: debug-ing
- Created: 2024-12-11T00:43:09.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-11T19:09:42.000Z (17 days ago)
- Last Synced: 2025-01-11T19:35:39.449Z (17 days ago)
- Topics: go, radio, radio-music, radio-online, stream-server
- Language: Go
- Homepage:
- Size: 7.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎵 Live Radio Streaming Server
This project is a simple online radio server that allows you to stream your own playlist live for listeners. People can join at any time to enjoy the continuous music stream without restarting tracks from the beginning.
## Features
1. Live Music Streaming: Play music continuously from your playlist as a live stream.
2. Custom Playlist Support: Add your favorite tracks to a folder, and the server will stream them for listeners.
2. Professional Monitoring: Built-in support for Prometheus to monitor requests and server performance.## Running the Project
```bash
git clone https://github.com/debug-ing/radio-music
cd radio-music
go mod tidy
```template config.toml
```
port : set port
folder : name music folder in base project
``````bash
make build
./main --config=./config.toml
```