-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 🎵 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 | ||
``` | ||
|
||
set config file config.toml | ||
|
||
``` | ||
port : set port | ||
folder : name music folder in base project | ||
``` | ||
```bash | ||
make run | ||
``` |