Skip to content

brunodasilvalenga/nodejs-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-streaming

Video streaming using nodejs

Requirements

  1. Node
  2. Express

Setup

  1. Clone the repo:
$ git clone https://github.com/brunovalenga/nodejs-straming.git
$ cd nodejs-streaming
  1. Install dependencies (npm v3+):

$ npm install


3. **Create directory:**

```shell
$ mkdir movies (Linux, OXS and Windows)
  1. Edit index.html:

Edit the file index.html in directory of the project and edit the attribute src

<video src="/movies/1.mp4" controls width="640" height="480"></video>
  1. Running:
$ node app.js

About

Video streaming using nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published