Skip to content

Commit

Permalink
Merge remote-tracking branch 'stephenbasile/dash' into dash
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Nov 10, 2013
2 parents 7481928 + 040c96e commit 6067ac2
Show file tree
Hide file tree
Showing 4 changed files with 2,582 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CORE_MODULES="$CORE_MODULES
ngx_rtmp_log_module \
ngx_rtmp_limit_module \
ngx_rtmp_hls_module \
ngx_rtmp_dash_module \
"


Expand All @@ -44,6 +45,7 @@ NGX_ADDON_DEPS="$NGX_ADDON_DEPS \
$ngx_addon_dir/ngx_rtmp_relay_module.h \
$ngx_addon_dir/ngx_rtmp_streams.h \
$ngx_addon_dir/hls/ngx_rtmp_mpegts.h \
$ngx_addon_dir/dash/ngx_rtmp_mp4.h \
"


Expand Down Expand Up @@ -78,7 +80,9 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
$ngx_addon_dir/ngx_rtmp_log_module.c \
$ngx_addon_dir/ngx_rtmp_limit_module.c \
$ngx_addon_dir/hls/ngx_rtmp_hls_module.c \
$ngx_addon_dir/dash/ngx_rtmp_dash_module.c \
$ngx_addon_dir/hls/ngx_rtmp_mpegts.c \
$ngx_addon_dir/dash/ngx_rtmp_mp4.c \
"
CFLAGS="$CFLAGS -I$ngx_addon_dir"

Expand Down
Loading

0 comments on commit 6067ac2

Please sign in to comment.