Hello,
anyone like to create the following project together with me ?:
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.