1 Star 1 Fork 136

Juan-Wan/nginx-http-flv-module

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ngx_rtmp_proxy_protocol.h 311 Bytes
Copy Edit Raw Blame History
winshining authored 8年前 . [dev] initial commit.
/*
* Copyright (C) Roman Arutyunyan
*/
#ifndef _NGX_RTMP_PROXY_PROTOCOL_H_INCLUDED_
#define _NGX_RTMP_PROXY_PROTOCOL_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#include "ngx_rtmp.h"
void ngx_rtmp_proxy_protocol(ngx_rtmp_session_t *c);
#endif /* _NGX_RTMP_PROXY_PROTOCOL_H_INCLUDED_ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/YmmWang/nginx-http-flv-module.git
git@gitee.com:YmmWang/nginx-http-flv-module.git
YmmWang
nginx-http-flv-module
nginx-http-flv-module
master

Search