This is a demonstration of video streaming using a Nodejs server.
To run this demonstration on a testing- or development environment, follow these steps.
- Download and install Node.js
- Install typescript npm module globally.
- Download or clone this repository.
- Install node dependencies, compile typescript and start server.
# Step 2
npm install -g typescript
# Step 3
git clone https://github.com/danielakl/VideoStreamer.git
cd VideoStreamer
# Step 4
npm install // Install nodejs dependencies.
npm run tsc // Compile typescript.
npm start // Start server
- Daniel Aune Klock - Initial work - danielakl
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
This project is heavily based off Video stream with Node.js and HTML5.
Express generator was used to generate the initial project structure.