Skip to content

Commit 1bfae7b

Browse files
committed
bmd_common fourcc cmdline example improved
For the dst IP address-specifying opt, include also the port number. The port number should have escaped colon, so that add it to the example.
1 parent 2d71744 commit 1bfae7b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/blackmagic_common.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,11 @@ bmd_opt_help()
811811
"net config for "
812812
"DeckLink IP\n");
813813
color_printf(TBOLD(
814-
"noaa=239.255.194.26:noav=239.255.194.26") " - set output "
815-
"audio/video address\n");
814+
"noaa=239.255.194.26\\:16384:noav=239.255.194.26\\:"
815+
"163888") " - set output "
816+
"audio/video address\n(note that the shell will remove "
817+
"backslash if not quoted, so you may use eg.:\nuv -t "
818+
"'decklink:noaa=239.255.194.26\\:16384')\n");
816819
color_printf("\n");
817820
}
818821

0 commit comments

Comments
 (0)