swapped code & level in status sender for wirecast support

This commit is contained in:
Roman Arutyunyan 2012-12-26 14:28:31 +04:00
parent b0a7fa1c6b
commit c418e9cc33

View file

@ -437,11 +437,11 @@ ngx_rtmp_create_status(ngx_rtmp_session_t *s, char *code, char* level,
static ngx_rtmp_amf_elt_t out_inf[] = {
{ NGX_RTMP_AMF_STRING,
ngx_string("code"),
ngx_string("level"),
NULL, 0 },
{ NGX_RTMP_AMF_STRING,
ngx_string("level"),
ngx_string("code"),
NULL, 0 },
{ NGX_RTMP_AMF_STRING,