GithubHelp home page GithubHelp logo

sumonst21 / node-play Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mediagoom/node-play

0.0 3.0 0.0 21.37 MB

A nodejs streaming server implementation

License: GNU General Public License v3.0

Dockerfile 0.59% JavaScript 97.19% Python 2.22%

node-play's Introduction

node-play

Build Status Coverage Status codecov

A nodejs web streaming server. It needs node 8 or above.

node-play is a web server witch expose api for encoding your videos and playing them back in either HLS (HTTP LIVE STREAMING) or MPEG-DASH.

The UI is implemented in vue.js and the sources are in the mediagoom/node-play-ui repository.

For encoding it uses ffmpeg. A free tool.

For packaging it uses mg. A free tool.

It should work on both Linux and Window.

If you want to run on other platforms you may need to install the above tools yourself.

Run with docker

docker run -d -p 80:3000 --name node-play mediagoom/node-play 

Install globally

To install it globally run:

sudo -E npm install -g @mediagoom/node-play

To run it type:

nodeplay

Install locally

Create a directory to host node-play

mkdir nodeplay
cd nodeplay

then install it locally

npm install @mediagoom/node-play

run it

./node_modules/.bin/nodeplay

Configure

If you set the environment variable NODE_ENV to production node-play will save its works flows to disk. In this way in case something should happen in an encoding it will be restarted when node-play is restarted.

node-play's People

Contributors

aseduto avatar

Watchers

James Cloos avatar Md. Sumon Islam avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.