Hello,I am looking forward to stream audio files using WebRTC and NodeJS to clients.
It should also be possible to seek in the files.
Background:
Essentially I like to create a 'pseudo radio' where long prerecorded non stop DJ Mixes are streamed to the clients. (no i dont want to use ice cast)
Song information, as well its position in the mix (start time) is stored in a db.
A server side timer, which increments from 0 to the length of the mix, represents the current playback position.
Once a client connects to the node server the mix should be returned (streamed) from the timers position to the client,
so that all listener will hear the same song. Besides that connected clients will be provided with song information via
socket.io.
Anyone like to help me please with the streaming part (read audio, stream to client form any position)?
Best Regards
Marc