nginx rtmp 是个高性能的流媒体服务器,然国内的大环境下面 http/flv 用的比较多。
所以做了 1 个 http/flv 的输出模块。
主要特性有
1. http/flv 输出, 使用标准的 ngx http output 接口, 所有的 filter 应该都可以正常配置使用的
2. 和 ngx rtmp live 模块一样使用的是 reference shared memory, 内存占用应该比较少
3. 播放 http/flv 可以触发 notify, relay 等 rtmp 模块
欢迎使用,提 issue :)
源代码地址( https://github.com/dista/nginx-rtmp-module)
所以做了 1 个 http/flv 的输出模块。
主要特性有
1. http/flv 输出, 使用标准的 ngx http output 接口, 所有的 filter 应该都可以正常配置使用的
2. 和 ngx rtmp live 模块一样使用的是 reference shared memory, 内存占用应该比较少
3. 播放 http/flv 可以触发 notify, relay 等 rtmp 模块
欢迎使用,提 issue :)
源代码地址( https://github.com/dista/nginx-rtmp-module)