Skip to content

Instantly share code, notes, and snippets.

@daslicht
Created July 9, 2012 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daslicht/3075567 to your computer and use it in GitHub Desktop.
Save daslicht/3075567 to your computer and use it in GitHub Desktop.
The idea is to create a radio streaming solution
which supplies the clients with song specific information.
The source file should be a prerecorded DJ mix >9h which is essentially a
big audio file to warrant seamless clickfree playback.
The song info could be stored in a DB , something like this:
start end ArtistName SongName SongID
0 1100 AnSolas&LightRocker SilkyWay 0001
1101 2222 ... ... ...
On the server side a timer is running from 0 to the length(in bytes?) of the mix.
Once a usser connects to the server the according SongInfo is pushed to the client,
as well once the next song started.
@daslicht
Copy link
Author

daslicht commented Jul 9, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment