2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add Node-Media-Server

This commit is contained in:
kev
2021-10-13 16:45:14 +08:00
parent 345bbc1996
commit 1f24311e4a
5 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
node-media-server
=================
A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
Homepage: https://github.com/illuspas/Node-Media-Server

View File

@@ -0,0 +1,8 @@
version: "3.8"
services:
node-media-server:
image: illuspas/node-media-server
ports:
- "1935:1935"
- "8000:8000"
restart: unless-stopped