Flash video stream's meta data (onMetaData) contains only an object (and

no string before it), so read the object only.
This commit is contained in:
Sergey Dryabzhinsky 2016-02-26 20:36:25 +03:00
parent 1b7d6148e5
commit b937376041

View file

@ -663,10 +663,6 @@ ngx_rtmp_codec_reconstruct_meta(ngx_rtmp_session_t *s)
static ngx_rtmp_amf_elt_t out_elts[] = {
{ NGX_RTMP_AMF_STRING,
ngx_null_string,
"onMetaData", 0 },
{ NGX_RTMP_AMF_OBJECT,
ngx_null_string,
out_inf, sizeof(out_inf) },