a real time streaming video application using RTSP (Real Time Streaming Protocol)
- Ceilometer metrics the second part consist in configuring ceilometer, monitoring instances, creating graphs using sophisticated algorithms
- NodeJs launchs a child process (ffmpeg) to get the data from the rtsp source
- ffmpeg receives the data from the RTSP source, decodes it and generates images.
- Then these images are sent to client browser through SocketIO
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- under development
$ git clone https://github.com/YassineFadhlaoui/Real-Time-Video-Streaming.git
$ cd Real-Time-Video-Streaming
```
$ cd client
$ npm install
```
```
$ cd server
$ npm install
```
how to run the project ?
You need an RTSP source to get this project working for example you can use VLC to spoof a RTSP traffic to do so see RTSP Streaming using VLC
- The generated rtsp link must look like rtsp://localhost:8554/vid
First of all you have to replace the second line in the Real-Time-Video-Streaming/server/streamserver.js file by the path of Real-Time-Video-Streaming folder
The server uses ffmpeg to get the data from RTSP Server, decodes and generates the images that will be displayed in the client browser using SocketIO to start the server issue these commands
$ cd server
$ node streamserver.js
$ cd client
$ npm start
then visit http://localhost:8000/
- ffmpeg installed
- nodejs installed
- Javascript
- Yassine Fadhlaoui - Initial work - Yassine Fadhlaoui
This project is licensed under the GPL-v3 License - see the LICENSE file for details
When the application starts you will see the openstack logo because this application is destined to run on an open stack instance but you can run it on your machine as well .