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,19 @@
/*
* Copyright (C) Roman Arutyunyan
*/
#ifndef _NGX_RTMP_STREAMS_H_INCLUDED_
#define _NGX_RTMP_STREAMS_H_INCLUDED_
#define NGX_RTMP_MSID 1
#define NGX_RTMP_CSID_AMF_INI 3
#define NGX_RTMP_CSID_AMF 5
#define NGX_RTMP_CSID_AUDIO 6
#define NGX_RTMP_CSID_VIDEO 7
#endif /* _NGX_RTMP_STREAMS_H_INCLUDED_ */