Skip to content

SvenFestersen/radio-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radio Streams

A small server to proxy audio (radio station) streams. I had to write this because my DLNA-enabled AV receiver does not support radio streams without file extension...

Usage

Create a JSON file (e.g. streams.json) in the following format:

{
  "station1": "http://url/for/station1",
  "station2": "http://url/for/station2"
}

Start the server:

stream-proxy --port 8080 streams.json

The streams will then be available at "http://localhost:8080/radio/station1.mp3" and "http://localhost:8080/radio/station2.mp3".

About

Simple proxy server for internet radio station streams

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages