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:
parent
2043de1ccc
commit
b8d28925a9
@ -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
|
||||
|
22
www/angie-module-rtmp/Makefile
Normal file
22
www/angie-module-rtmp/Makefile
Normal 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"
|
15
www/angie-module-rtmp/files/pkg-message.in
Normal file
15
www/angie-module-rtmp/files/pkg-message.in
Normal 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
|
||||
}
|
||||
]
|
4
www/angie-module-rtmp/pkg-descr
Normal file
4
www/angie-module-rtmp/pkg-descr
Normal 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.
|
3
www/angie-module-rtmp/pkg-plist
Normal file
3
www/angie-module-rtmp/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%DOCSDIR%%/README.md
|
||||
%%MODDIR%%/ngx_rtmp_module.so
|
||||
%%DEBUG%%%%MODDIR%%/ngx_rtmp_module-debug.so
|
Loading…
Reference in New Issue
Block a user