https://github.com/mahboub99/learn-rtsp-protocol
https://github.com/mahboub99/learn-rtsp-protocol
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahboub99/learn-rtsp-protocol
- Owner: Mahboub99
- Created: 2020-06-21T10:27:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T14:28:15.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T01:29:32.492Z (12 months ago)
- Language: HTML
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
