added support for multiple aac/avc codecs per stream

This commit is contained in:
Roman Arutyunyan
2012-06-13 17:35:48 +04:00
parent c377e3b5c6
commit 266e206afc
4 changed files with 54 additions and 23 deletions

View File

@ -49,6 +49,8 @@ struct ngx_rtmp_live_ctx_s {
uint32_t next_push;
uint32_t last_audio;
uint32_t last_video;
ngx_uint_t aac_version;
ngx_uint_t avc_version;
};