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.
This commit is contained in:
Martin Pulec
2024-11-19 12:07:57 +01:00
parent 2d71744c2c
commit 1bfae7bf66

View File

@@ -811,8 +811,11 @@ bmd_opt_help()
"net config for "
"DeckLink IP\n");
color_printf(TBOLD(
"noaa=239.255.194.26:noav=239.255.194.26") " - set output "
"audio/video address\n");
"noaa=239.255.194.26\\:16384:noav=239.255.194.26\\:"
"163888") " - set output "
"audio/video address\n(note that the shell will remove "
"backslash if not quoted, so you may use eg.:\nuv -t "
"'decklink:noaa=239.255.194.26\\:16384')\n");
color_printf("\n");
}