add nginx-rtmp

This commit is contained in:
kev 2021-10-13 17:08:01 +08:00
parent 1f24311e4a
commit d8ba0ac07e
3 changed files with 14 additions and 2 deletions

View File

@ -164,8 +164,8 @@ A collection of delicious docker recipes.
- [x] openmeetings :camera:
- [x] paddle-ocr
- [x] plex :moneybag:
- [x] red5 :+1:
- [x] red5-arm :construction:
- [x] red5 :+1: :camera:
- [x] red5-arm :construction: :camera:
- [x] rtmp-client-arm :+1:
- [x] rtmp-server :camera:
- [x] shairplay-arm
@ -352,6 +352,7 @@ A collection of delicious docker recipes.
- [x] nextcloud
- [x] sonatype/nexus3
- [ ] jwilder/nginx-proxy
- [x] tiangolo/nginx-rtmp :camera:
- [x] jazzdd/phpvirtualbox
- [x] sonatype/nexus3
- [x] jupyter/notebook

4
nginx-rtmp/README.md Normal file
View File

@ -0,0 +1,4 @@
nginx-rtmp
==========
https://github.com/tiangolo/nginx-rtmp-docker

View File

@ -0,0 +1,7 @@
version: "3.8"
services:
nginx-rtmp:
image: tiangolo/nginx-rtmp
ports:
- "1935:1935"
restart: unless-stopped