https://github.com/oskarrough/internet-radio
https://github.com/oskarrough/internet-radio
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oskarrough/internet-radio
- Owner: oskarrough
- Created: 2018-08-30T14:09:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T14:12:38.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T00:16:05.163Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here's the idea:
You have a folder with audio files and would like people to be able to listen through them in a synchronized, continuous and looped stream.
You have one endpoint, be it example.com or example.com/playlist.m3u. Once a user connects, playback will start and it will be synchronized/live amongst clients.
First approach is to define a point in time. From there you compare with current time. With that value, you should be able to calculate where and at which track the stream should start playback.