From 1bfae7bf66070388b452b67ff627ff398dbb4a99 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 19 Nov 2024 12:07:57 +0100 Subject: [PATCH] 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. --- src/blackmagic_common.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/blackmagic_common.cpp b/src/blackmagic_common.cpp index 79450f67d..fb7461bb6 100644 --- a/src/blackmagic_common.cpp +++ b/src/blackmagic_common.cpp @@ -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"); }