2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 22:39:25 +01:00

add v4l2rtspserver

This commit is contained in:
kev
2020-05-22 15:46:42 +08:00
parent b6610a75ba
commit b03e4b678d
3 changed files with 20 additions and 4 deletions

6
v4l2rtspserver/README.md Normal file
View File

@@ -0,0 +1,6 @@
v4l2rtspserver
==============
[v4l2rtspserver][1] is a RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9.
[1]: https://github.com/mpromonet/v4l2rtspserver

View File

@@ -0,0 +1,10 @@
version: "3.8"
services:
v4l2rtspserver:
image: mpromonet/v4l2rtspserver
command: -H640 -W480 -P554
ports:
- "554:554"
devices:
- /dev/video0
restart: unless-stopped