mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:25 +02:00
add v4l2rtspserver
This commit is contained in:
parent
b6610a75ba
commit
b03e4b678d
@ -13,7 +13,6 @@ A collection of delicious docker recipes.
|
||||
|
||||
## Affiliates
|
||||
|
||||
[![](https://bandwagonhost.com/templates/organicbandwagon/images/logo.png)](https://bandwagonhost.com/aff.php?aff=21106)
|
||||
[![](https://www.vultr.com/media/banner_1.png)](https://www.vultr.com/?ref=6821947)
|
||||
|
||||
## Todo
|
||||
@ -152,16 +151,16 @@ A collection of delicious docker recipes.
|
||||
- [x] ffmpeg-arm
|
||||
- [x] ffserver :beetle:
|
||||
- [x] icecast
|
||||
- [x] live555
|
||||
- [x] live555 :camera:
|
||||
- [x] minidlna
|
||||
- [x] mpd
|
||||
- [x] murmur
|
||||
- [x] openmeetings
|
||||
- [x] openmeetings :camera:
|
||||
- [x] plex :moneybag:
|
||||
- [x] red5 :+1:
|
||||
- [x] red5-arm :construction:
|
||||
- [x] rtmp-client-arm :+1:
|
||||
- [x] rtmp-server
|
||||
- [x] rtmp-server :camera:
|
||||
- [x] shairplay-arm
|
||||
- [x] shoutcast
|
||||
- [x] tesseract
|
||||
@ -368,6 +367,7 @@ A collection of delicious docker recipes.
|
||||
- [x] jira
|
||||
- [x] amancevice/superset
|
||||
- [x] v2ray/official :cn:
|
||||
- [x] mpromonet/v4l2rtspserver :camera:
|
||||
- [x] centurylink/watchtower
|
||||
- [x] anapsix/webdis
|
||||
- [x] wekanteam/wekan
|
||||
|
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
|
Loading…
x
Reference in New Issue
Block a user