Commit 761f8028 authored by David Fuhrmann's avatar David Fuhrmann

macosx: do not switch mux and access in opens stream out panel (fixes #9173)

parent 442b1df3
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
[o_mrl_string appendFormat: [o_mrl_string appendFormat:
@"standard{mux=%@,access=%@,dst=%@%@}", @"standard{mux=%@,access=%@,dst=%@%@}",
o_mode, o_mux_string, o_finalStreamAddress, o_announce]; o_mux_string, o_mode, o_finalStreamAddress, o_announce];
} else { } else {
NSString * o_stream_name; NSString * o_stream_name;
......
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