mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 11:40:22 +00:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user