Commit b2a21c15 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Use #rtp consistent with MacOS and wx GUIs

(I haven't checked whether the UI labels need updating)
parent ec07497e
...@@ -434,7 +434,7 @@ COUNT() ...@@ -434,7 +434,7 @@ COUNT()
{ {
ISMORE(); ISMORE();
ATLEASTONE() ATLEASTONE()
mrl.append( "std{access=udp,mux=" ); mrl.append( "rtp{mux=" );
mrl.append( sout.psz_mux ); mrl.append( sout.psz_mux );
mrl.append( ",dst=" ); mrl.append( ",dst=" );
mrl.append( sout.psz_udp ); mrl.append( sout.psz_udp );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment