mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
added sending metadata to clients
This commit is contained in:
@ -70,6 +70,9 @@ typedef struct {
|
||||
/* prepared headers (for live streaming) */
|
||||
ngx_chain_t *avc_pheader;
|
||||
ngx_chain_t *aac_pheader;
|
||||
|
||||
ngx_chain_t *meta;
|
||||
ngx_uint_t meta_version;
|
||||
} ngx_rtmp_codec_ctx_t;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user