• 大小: 0.52M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


下载之后,将此文件解压,放到官网的nginx文件夹下面,更改配置即可

资源截图

代码片段和文件信息


/*
 * Copyright (C) Roman Arutyunyan
 */


#include 
#include 
#include 
#include 
#include “ngx_rtmp.h“


static char *ngx_rtmp_block(ngx_conf_t *cf ngx_command_t *cmd void *conf);
static ngx_int_t ngx_rtmp_add_ports(ngx_conf_t *cf ngx_array_t *ports
    ngx_rtmp_listen_t *listen);
static char *ngx_rtmp_optimize_servers(ngx_conf_t *cf ngx_array_t *ports);
static ngx_int_t ngx_rtmp_add_addrs(ngx_conf_t *cf ngx_rtmp_port_t *mport
    ngx_rtmp_conf_addr_t *addr);
#if (NGX_HAVE_INET6)
static ngx_int_t ngx_rtmp_add_addrs6(ngx_conf_t *cf ngx_rtmp_port_t *mport
    ngx_rtmp_conf_addr_t *addr);
#endif
static ngx_int_t ngx_rtmp_cmp_conf_addrs(const void *one const void *two);
static ngx_int_t ngx_rtmp_init_events(ngx_conf_t *cf
        ngx_rtmp_core_main_conf_t *cmcf);
static ngx_int_t ngx_rtmp_init_event_handlers(ngx_conf_t *cf
        ngx_rtmp_core_main_conf_t *cmcf);
static char * ngx_rtmp_merge_applications(ngx_conf_t *cf
      

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-29 10:47  nginx-rtmp-module-master\
     文件         115  2017-11-29 10:47  nginx-rtmp-module-master\AUTHORS
     文件        1307  2017-11-29 10:47  nginx-rtmp-module-master\LICENSE
     文件        9087  2017-11-29 10:47  nginx-rtmp-module-master\README.md
     文件        5882  2017-11-29 10:47  nginx-rtmp-module-master\config
     目录           0  2017-11-29 10:47  nginx-rtmp-module-master\dash\
     文件       47354  2017-11-29 10:47  nginx-rtmp-module-master\dash\ngx_rtmp_dash_module.c
     文件       23896  2017-11-29 10:47  nginx-rtmp-module-master\dash\ngx_rtmp_mp4.c
     文件        1357  2017-11-29 10:47  nginx-rtmp-module-master\dash\ngx_rtmp_mp4.h
     目录           0  2017-11-29 10:47  nginx-rtmp-module-master\doc\
     文件          80  2017-11-29 10:47  nginx-rtmp-module-master\doc\README.md
     目录           0  2017-11-29 10:47  nginx-rtmp-module-master\hls\
     文件       71543  2017-11-29 10:47  nginx-rtmp-module-master\hls\ngx_rtmp_hls_module.c
     文件       10750  2017-11-29 10:47  nginx-rtmp-module-master\hls\ngx_rtmp_mpegts.c
     文件        1020  2017-11-29 10:47  nginx-rtmp-module-master\hls\ngx_rtmp_mpegts.h
     文件       22251  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp.c
     文件       19517  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp.h
     文件       11729  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_access_module.c
     文件       16496  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_amf.c
     文件        1933  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_amf.h
     文件       17802  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_auto_push_module.c
     文件         589  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_bandwidth.c
     文件         584  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_bandwidth.h
     文件        1062  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_bitop.c
     文件        1162  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_bitop.h
     文件       22685  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_cmd_module.c
     文件        4817  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_cmd_module.h
     文件       26153  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_codec_module.c
     文件        2640  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_codec_module.h
     文件       18855  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_control_module.c
     文件       21001  2017-11-29 10:47  nginx-rtmp-module-master\ngx_rtmp_core_module.c
............此处省略57个文件信息

评论

共有 条评论