Skip to content

Node express app that streams mp3 from online video services in real-time

License

Notifications You must be signed in to change notification settings

rogeriopvl/node-ffmpeg-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node FFmpeg Streamer

Web app that converts any youtube video into mp3 in realtime.

This project is just a proof of concept.

Install

Just clone the repo and inside the project folder do:

npm install

Usage

To run the app just do the following:

node app

Then head to localhost:3000/youtube/<youtuve_video_id>, and you'll immediately start listening to the audio of the chosen video.

Example

To start head-banging to Moonspell, just use the following local URL:

http://localhost:3000/youtube/I4Far7J-cb8

Now enjoy!

License

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Node express app that streams mp3 from online video services in real-time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published