an attempt to implement initial video key

This commit is contained in:
Roman Arutyunyan
2012-12-07 16:57:30 +04:00
parent 02dd440a25
commit c8ad56e2d2
4 changed files with 203 additions and 115 deletions

View File

@ -67,6 +67,8 @@ typedef struct {
ngx_chain_t *meta;
ngx_uint_t meta_version;
ngx_chain_t *video_key;
} ngx_rtmp_codec_ctx_t;