An open API service indexing awesome lists of open source software.

https://github.com/mahboub99/learn-rtsp-protocol


https://github.com/mahboub99/learn-rtsp-protocol

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Learn-RTSP-protocol

## Real Time Streaming Protocol (RTSP)

> Real Time Streaming Protocol (RTSP) is an application-level network communication system that transfers real-time data from multimedia to an endpoint device by communicating directly with the server streaming the data.


## How to Run

> after cloning the rebo run these commands:

to install node modules

```CLI
$ npm install
```

to run `RTSP` server

```CLI
$ npm strat
```

then open `index.html`


## To Run your own stream

> in app.js file

```javascript
streamUrl: "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_175k.mov";
```

replace the `streamUrl` with your demo `rtsp` url or with your camera `rtsp` url


## Screen Shoots

![Demo1](https://user-images.githubusercontent.com/43186742/85395640-bceed000-b550-11ea-981c-83f573ad3901.PNG)