Skip to content

Server that live-transcodes youtube and soundcloud items given a id

Notifications You must be signed in to change notification settings

benkaiser/stretto-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stretto Streamer

Offers endpoints for streaming mp3s from youtube and soundcloud.

Running

Dependencies: nodejs, ffmpeg (needed for youtube videos)

Setup:

npm install

Run:

PORT=<port> SOUNDCLOUD_ID=<soundcloud client id> node server.js

Endpoints

/youtube/<youtube_id

Starts streaming a youtube video as an mp3.

/soundcloud/<soundcloud_id>

Starts steaming a soundcloud track as an mp3 (requires a SOUNDCLOUD_ID be passed as an environment variable).

License

MIT

About

Server that live-transcodes youtube and soundcloud items given a id

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published