From: Michel Promonet Date: Sun, 31 Oct 2021 20:35:39 +0000 (+0100) Subject: v4l2rtspserver: improve live555 patch X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ae203538ea50b06d1edad4f534c1d5acc92893a8;p=openwrt-packages.git v4l2rtspserver: improve live555 patch Signed-off-by: Michel Promonet --- diff --git a/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format b/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format index 7d39c8648..a272a2c8a 100644 --- a/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format +++ b/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format @@ -9,3 +9,12 @@ "s=%s\r\n" "i=%s\r\n" "t=0 0\r\n" +@@ -299,7 +299,7 @@ char* ServerMediaSession::generateSDPDes + + // Generate the SDP prefix (session-level lines): + snprintf(sdp, sdpLength, sdpPrefixFmt, +- fCreationTime.tv_sec, fCreationTime.tv_usec, // o= ++ (long long)fCreationTime.tv_sec, (long long)fCreationTime.tv_usec, // o= + 1, // o= // (needs to change if params are modified) + addressFamily == AF_INET ? "IP4" : "IP6", // o=
+ ipAddressStr.val(), // o=