Video streaming using nodejs
- Clone the repo:
$ git clone https://github.com/brunovalenga/nodejs-straming.git
$ cd nodejs-streaming
-
Install dependencies (npm v3+):
$ npm install
3. **Create directory:**
```shell
$ mkdir movies (Linux, OXS and Windows)
- 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>
- Running:
$ node app.js
- Access: http://localhost:3000/