1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

www/angie-module-rtmp: Angie RTMP dynamic module

Module provides HLS and MPEG-DASH live streaming capabilities for those who
want a lightweight solution based on the HTTP protocol.
The stream is published in the MPEG-TS format over HTTP.
MPEG-TS is a widely adopted, well known and well documented streaming format.

PR:		273462
This commit is contained in:
Oleg A. Mamontov 2023-08-31 00:01:02 +03:00 committed by Robert Clausecker
parent 2043de1ccc
commit b8d28925a9
5 changed files with 45 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += angie-module-perl
SUBDIR += angie-module-postgres
SUBDIR += angie-module-redis2
SUBDIR += angie-module-rtmp
SUBDIR += angie-module-xslt
SUBDIR += anyremote2html
SUBDIR += apache-mode.el

View File

@ -0,0 +1,22 @@
PORTNAME= angie-module-rtmp
GH_TUPLE= arut:nginx-rtmp-module:v1.2.2:module
COMMENT= Angie RTMP dynamic module
MASTERDIR= ${.CURDIR}/../../www/angie
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${MODDIR}
${INSTALL_LIB} ${WRKSRC}/objs/ngx_rtmp_module.so \
${STAGEDIR}${MODDIR}
${INSTALL_MAN} ${WRKSRC_module}/README.md ${STAGEDIR}${DOCSDIR}
do-install-DEBUG-on:
${INSTALL} ${COPY} -m ${_SHAREMODE} \
${WRKSRC_DEBUG}/objs/ngx_rtmp_module.so \
${STAGEDIR}${MODDIR}/ngx_rtmp_module-debug.so
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,15 @@
[
{ type: install
message: <<EOM
The RTMP dynamic module for Angie has been installed.
To enable this module, add the following to %%PREFIX%%/etc/angie/angie.conf
and reload angie:
load_module modules/ngx_rtmp_module.so;
Please refer to the module documentation for further details:
https://github.com/arut/nginx-rtmp-module
EOM
}
]

View File

@ -0,0 +1,4 @@
Module provides HLS and MPEG-DASH live streaming capabilities for those who
want a lightweight solution based on the HTTP protocol.
The stream is published in the MPEG-TS format over HTTP.
MPEG-TS is a widely adopted, well known and well documented streaming format.

View File

@ -0,0 +1,3 @@
%%DOCSDIR%%/README.md
%%MODDIR%%/ngx_rtmp_module.so
%%DEBUG%%%%MODDIR%%/ngx_rtmp_module-debug.so