collaborative music streaming over a peer-to-peer network
soundtrack.io is a collaborative online radio, almost like a jukebox for the Internet.
The "Queue" shows all requested tracks, ordered by oldest first. Upvote or downvote a track to add your vote, pushing it to the top or the bottom as per your preference.
Soundtrack aggregates streams from sources like YouTube and SoundCloud, so when a song is queued, it has multiple locations to play from if any one source fails for any particular reason.
Help others with reliability by hosting streams, earning Bitcoin in exchange for your node's work. Deposit and withdraw using normal Bitcoin addresses, compatible with all major wallets.
npm install -g FabricLabs/soundtrack
soundtrack
Supply environment variables FABRIC_PORT
and/or FABRIC_SEED
for Fabric
peer-to-peer communication and persistent storage, respectively.
Income can only be generated for online nodes, through an opt-in program.
To enable earning, be sure to provide FABRIC_SEED
with a mnemonic and use:
$ soundtrack --earn
Be sure to back up your keys — we are not responsble for any losses!
TODO: npm run make:api