Skip to content

Commit

Permalink
bmd_common fourcc cmdline example improved
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MartinPulec committed Nov 19, 2024
1 parent 2d71744 commit 1bfae7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/blackmagic_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit 1bfae7b

Please sign in to comment.