1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/go2rtc/README.md
2024-04-13 11:00:22 +08:00

18 lines
414 B
Markdown

go2rtc
======
[go2rtc][1] is a ultimate camera streaming application with support RTSP, RTMP,
HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
## up and running
```bash
$ mkdir -p data
$ wget -P data https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4
$ vi data/go2rtc.yaml
$ docker compose up -d
$ curl http://127.0.0.1:1984
```
[1]: https://github.com/AlexxIT/go2rtc