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.
- Host: GitHub
- URL: https://github.com/circuit/drone-bot
- Owner: circuit
- Created: 2019-05-28T03:09:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:26:47.000Z (over 3 years ago)
- Last Synced: 2025-02-09T20:33:32.162Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 523 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.