Welcome to the Node.js Media Streaming project! This repository demonstrates how to build a high-performance media streaming server using Node.js. The server supports both audio and video streaming, enabling you to deliver media content efficiently over the web.
- Nodejs
Pure Nodejs Only with Trusted Third party used for other part of project (No third party library used for streaming)
To run this project
- Clone this repo then ,
- Intsall dependency
npm i
- Run it
npm run dev
- Open videoStream.html to stream video
- Open audioStream.html to stream audio