MT#55283 track usage of rtpp-flags parsing

Change-Id: I1db41e06e3765d4af382b42f976118f88962f503
pull/2063/head
Richard Fuchs 3 months ago
parent d3ef4edfcf
commit fe06c5c1ef

@ -2228,6 +2228,7 @@ void call_ng_main_flags(const ng_parser_t *parser, str *key, parser_arg value, h
case CSH_LOOKUP("rtpp-flags"):
case CSH_LOOKUP("rtpp_flags"):;
/* s - list of rtpp flags */
out->rtpp_flags = true;
parse_rtpp_flags(&s, out);
break;
case CSH_LOOKUP("SDES"):

@ -191,6 +191,7 @@ RTPE_NG_FLAGS_STR_CASE_HT_PARAMS
#undef X
bool asymmetric:1,
rtpp_flags:1,
protocol_accept:1,
no_redis_update:1,
unidirectional:1,

Loading…
Cancel
Save