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

https://github.com/circuit/drone-bot

Play an rtsp stream in Circuit. Uses electron.
https://github.com/circuit/drone-bot

Last synced: about 1 year ago
JSON representation

Play an rtsp stream in Circuit. Uses electron.

Awesome Lists containing this project

README

          

# drone-stream

## Config

Rename config.js.template to config.js and edit file with your credentials.

## Install and run

```bash
# Clone this repository
git clone https://github.com/circuit/drone-stream
# Go into the repository
cd drone-stream
# Install dependencies
npm install
# Run the app
npm start
```

## Debug

Set `show` to true in main.js line 18 and uncomment line 25 to see the dev tools.