mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 22:39:25 +01:00
add v4l2rtspserver
This commit is contained in:
6
v4l2rtspserver/README.md
Normal file
6
v4l2rtspserver/README.md
Normal 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
|
||||
10
v4l2rtspserver/docker-compose.yml
Normal file
10
v4l2rtspserver/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user