github:https://github.com/arut/nginx-rtmp-module/wiki
/* 点播相关*/
ngx_rtmp_dash_module
ngx_rtmp_mp4
ngx_rtmp_mp4
ngx_rtmp_mp4_module /* 主要支持rtmp MP4这块点播相关功能,支持seek操作*/
ngx_rtmp_flv_module /* 主要是flv文件格式的点播相关功能,支持seek操作 */
ngx_rtmp_play_module /* rtmp点播相关,支持本地,远程两种方式点播,远程点播http方式,支持flv,mp4两种格式 */
ngx_rtmp_record_module /* 视频录制默认是flv格式, 支持按时间,按文件大小,帧个数录制文件 */
/* hls文件切片相关*/
ngx_rtmp_hls_module
ngx_rtmp_mpegts
/* rtmp机制整体框架, 协议握手,初始化相关,数据收发*/
ngx_rtmp_handshake 主要是是三次握手相关
ngx_rtmp_handler 主要是数据接收rec