diff --git a/ngx_rtmp_codec_module.c b/ngx_rtmp_codec_module.c index 3b2557c..15ad62f 100644 --- a/ngx_rtmp_codec_module.c +++ b/ngx_rtmp_codec_module.c @@ -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) },