资源简介
这是公司做得直播服务器的代码,里面包含 已经移植到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个文件信息
- 上一篇:PolSAR图像Pauli分解源码
- 下一篇:ST公司器件的AD库
相关资源
- 深入理解Nginx模块开发与架构解析第
- nginx-flv部署和安装.zip
- ffmpeg+nginx+nginx-rtmp-module搭建个人直播
- nginx已经配置好了nginx-rtmp-module+VLC可播
- 深入理解Nginx 第二版
- nginx离线安装所需要的rpm包
- SUSE编译安装nginx涉及到的软件包
- 实战Nginx(完整目录版)
- SpringBoot前后端分离demo后台工程+前台
- 实战Nginx_取代Apache的高性能Web服务器
- 深入理解Nginx模块开发与架构解析第
- WIN10+VS2017编译nginx用到的资源包
- Nginx核心知识100讲全套课件.zip
- GeoIP.dat.gz和GeoLiteCity.dat.gz.rar
- Nginx教程从入门到精通
- nginx实战pdf
- 深入理解nginx:模块开发与架构解析
- linux中离线安装nginx.含相关依赖组件
- easystream
- Nginx核心知识全套课件.rar
- H265(ffmpeg_and_nginx-rtmp).7z
- Nginx源码分析
- OBS+NGINX 实现rtmp直播推流.zip
- 深入剖析Nginx 扫描版高清完整.pdf版
- 内网centos7下安装nginx.zip
- 直播系统开发 基于Nginx与Nginx-rtmp-mo
- Nginx高性能Web服务器详解.pdf
- 直播系统开发:基于Nginx与Nginx-rtmp-
- Centos7系统离线安装nginx包tar.gz
- 使用Awstats分析Nginx的访问日志.doc
评论
共有 条评论