mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
18 lines
414 B
Markdown
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
|