Upload Modules

This commit is contained in:
mxd
2026-05-17 11:34:54 +08:00
commit 9f28fed00a
171 changed files with 53743 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
* Copyright (C) Winshining
*/
#ifndef _NGX_RTMP_HLS_MODULE_H_
#define _NGX_RTMP_HLS_MODULE_H_
ngx_int_t ngx_rtmp_hls_copy(ngx_rtmp_session_t *s, void *dst, u_char **src,
size_t n, ngx_chain_t **in);
#endif /* _NGX_RTMP_HLS_MODULE_H_ */