资源简介

这是公司做得直播服务器的代码,里面包含 已经移植到WINDOWS的 NGINX 和 RTMP,HLS 代码,vs2013 打开解决方案直接编译就可以通过,DLL我都放里面了,CONF配置文件也在里面,直接运行都可以,外面推流进去就可以实现直播功能。

资源截图

代码片段和文件信息


#include 
#include 



extern ngx_module_t  ngx_core_module;
extern ngx_module_t  ngx_errlog_module;
extern ngx_module_t  ngx_conf_module;
extern ngx_module_t  ngx_rtmp_module;
extern ngx_module_t  ngx_rtmp_core_module;
extern ngx_module_t  ngx_rtmp_cmd_module;
extern ngx_module_t  ngx_rtmp_codec_module;
extern ngx_module_t  ngx_rtmp_access_module;
extern ngx_module_t  ngx_rtmp_record_module;
extern ngx_module_t  ngx_rtmp_live_module;
extern ngx_module_t  ngx_rtmp_play_module;
extern ngx_module_t  ngx_rtmp_flv_module;
extern ngx_module_t  ngx_rtmp_mp4_module;
extern ngx_module_t  ngx_rtmp_netcall_module;
extern ngx_module_t  ngx_rtmp_relay_module;
extern ngx_module_t  ngx_rtmp_exec_module;
extern ngx_module_t  ngx_rtmp_auto_push_module;
extern ngx_module_t  ngx_rtmp_notify_module;
extern ngx_module_t  ngx_rtmp_log_module;
extern ngx_module_t  ngx_rtmp_limit_module;
extern ngx_module_t  ngx_rtmp_hls_module;
extern ngx_module_t  ngx_rtmp_dash_module;
extern ngx_module_t  ngx_events_module;
extern ngx_module_t  ngx_event_core_module;
//extern ngx_module_t  ngx_iocp_module;
extern ngx_module_t  ngx_select_module;
//extern ngx_module_t  ngx_epoll_module;
extern ngx_module_t  ngx_openssl_module;
extern ngx_module_t  ngx_regex_module;
extern ngx_module_t  ngx_http_module;
extern ngx_module_t  ngx_http_core_module;
extern ngx_module_t  ngx_http_log_module;
extern ngx_module_t  ngx_http_upstream_module;
extern ngx_module_t  ngx_http_static_module;
extern ngx_module_t  ngx_http_autoindex_module;
extern ngx_module_t  ngx_http_index_module;
extern ngx_module_t  ngx_http_auth_basic_module;
extern ngx_module_t  ngx_http_access_module;
//extern ngx_module_t  ngx_http_limit_conn_module;
extern ngx_module_t  ngx_http_limit_zone_module;
extern ngx_module_t  ngx_http_limit_req_module;
extern ngx_module_t  ngx_http_geo_module;
extern ngx_module_t  ngx_http_map_module;
extern ngx_module_t  ngx_http_split_clients_module;
extern ngx_module_t  ngx_http_referer_module;
extern ngx_module_t  ngx_http_rewrite_module;
extern ngx_module_t  ngx_http_ssl_module;
extern ngx_module_t  ngx_http_proxy_module;
extern ngx_module_t  ngx_http_fastcgi_module;
extern ngx_module_t  ngx_http_uwsgi_module;
extern ngx_module_t  ngx_http_scgi_module;
extern ngx_module_t  ngx_http_memcached_module;
extern ngx_module_t  ngx_http_empty_gif_module;
extern ngx_module_t  ngx_http_browser_module;
extern ngx_module_t  ngx_http_upstream_ip_hash_module;
//extern ngx_module_t  ngx_http_upstream_least_conn_module;
//extern ngx_module_t  ngx_http_upstream_keepalive_module;
extern ngx_module_t  ngx_rtmp_stat_module;
extern ngx_module_t  ngx_rtmp_control_module;
extern ngx_module_t  ngx_http_write_filter_module;
extern ngx_module_t  ngx_http_header_filter_module;
extern ngx_module_t  ngx_http_chunked_filter_module;
extern ngx_module_t  ngx_http_range_header_filter_module;
extern ngx_module_t  ngx_http_gzip_filter_module;
extern ngx_module_t  ngx_http_postpone_filter_module;
extern

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        979  2009-12-15 21:54  nginx\conf\fastcgi.conf

     文件        909  2007-07-22 21:15  nginx\conf\fastcgi_params

     文件       2837  2006-07-28 23:16  nginx\conf\koi-utf

     文件       2223  2006-06-29 00:00  nginx\conf\koi-win

     文件       3221  2011-02-21 16:57  nginx\conf\mime.types

     文件       3583  2017-06-17 14:58  nginx\conf\nginx-rtmp.conf

     文件       2296  2017-08-08 17:57  nginx\conf\nginx.conf

     文件        544  2010-06-18 23:51  nginx\conf\scgi_params

     文件      11765  2017-06-16 16:03  nginx\conf\stat.xsl

     文件        570  2010-06-01 23:55  nginx\conf\uwsgi_params

     文件       3610  2006-07-28 23:16  nginx\conf\win-utf

     文件      40645  2018-07-26 10:38  nginx\core\nginx.c

     文件        642  2017-06-27 15:50  nginx\core\nginx.h

     文件       2755  2011-07-25 11:40  nginx\core\ngx_array.c

     文件       1032  2011-07-25 11:40  nginx\core\ngx_array.h

     文件       3616  2011-07-25 11:40  nginx\core\ngx_buf.c

     文件       4539  2011-07-25 11:40  nginx\core\ngx_buf.h

     文件       2597  2011-07-25 11:40  nginx\core\ngx_config.h

     文件      34420  2017-06-17 15:25  nginx\core\ngx_conf_file.c

     文件      12443  2017-06-20 11:34  nginx\core\ngx_conf_file.h

     文件      29797  2017-06-17 11:58  nginx\core\ngx_connection.c

     文件       5071  2017-06-17 11:57  nginx\core\ngx_connection.h

     文件       2324  2011-07-25 11:40  nginx\core\ngx_core.h

     文件       2394  2011-07-25 11:40  nginx\core\ngx_cpuinfo.c

     文件        587  2011-07-25 11:40  nginx\core\ngx_crc.h

     文件       4898  2011-07-25 11:40  nginx\core\ngx_crc32.c

     文件       1330  2011-07-25 11:40  nginx\core\ngx_crc32.h

     文件       5744  2011-07-25 11:40  nginx\core\ngx_crypt.c

     文件        279  2011-07-25 11:40  nginx\core\ngx_crypt.h

     文件      38064  2017-06-26 17:51  nginx\core\ngx_cycle.c

............此处省略1313个文件信息

评论

共有 条评论