1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/v4l2rtspserver/README.md

16 lines
370 B
Markdown
Raw Normal View History

2020-05-22 07:46:42 +00:00
v4l2rtspserver
==============
[v4l2rtspserver][1] is a RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9.
2021-03-26 03:48:13 +00:00
## up and running
```bash
$ docker-compose up -d
$ vlc rtsp://127.0.0.1/live
$ ffmpeg -rtsp_transport tcp -i rtsp://127.0.0.1/live -acodec copy -vcodec copy -t 60 cctv.mp4
$ vlc cctv.mp4
```
2020-05-22 07:46:42 +00:00
[1]: https://github.com/mpromonet/v4l2rtspserver