https://github.com/wl0ckk/dragonfly
platform for IP camera streaming to the web
https://github.com/wl0ckk/dragonfly
camera css docker ffmpeg hls-live-streaming html rtsp ruby typescript
Last synced: 3 months ago
JSON representation
platform for IP camera streaming to the web
- Host: GitHub
- URL: https://github.com/wl0ckk/dragonfly
- Owner: Wl0cKk
- Created: 2024-08-16T02:33:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:46:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T05:09:28.365Z (over 1 year ago)
- Topics: camera, css, docker, ffmpeg, hls-live-streaming, html, rtsp, ruby, typescript
- Language: TypeScript
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DragonFly  
## platform for IP camera streaming to the web
___
[](screenshots/README.md)
___
#### (the program is still in development)
Until I migrate the project to WebRTC from HLS this program is problematic to use even for me.
##### please use - `ruby app.rb`
___
### run in docker -
```bash
$ docker build -t dragon_fly .
$ docker network create --subnet=192.168.1.0/24 my_network # put your subnet instead of 192.168.1.0/24
$ docker run --network my_network -p 1234:1234 -v $(pwd):/app -v /tmp:/tmp dragon_fly
# if not runned
$ docker ps -a # to find container id
$ docker start CONTAINER ID
```