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

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

Awesome Lists containing this project

README

          

# DragonFly ![In Progress](https://img.shields.io/badge/WebRTC-in%20progress-orange) ![Unavailable](https://img.shields.io/badge/Docker-unavailable-red)
## platform for IP camera streaming to the web
___
[![View Screenshots](https://dummyimage.com/200x60/007bff/ffffff.png&text=View+Screenshots)](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
```