git: 9d580d69b027 - main - multimedia/mediamtx: Update to 1.19.2

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 28 Jun 2026 22:40:00 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d580d69b027bda1679d9056cc6c603d036d676f

commit 9d580d69b027bda1679d9056cc6c603d036d676f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-06-28 20:18:52 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-06-28 22:39:18 +0000

    multimedia/mediamtx: Update to 1.19.2
    
    Changelog: https://github.com/bluenviron/mediamtx/releases/tag/v1.19.2
---
 multimedia/mediamtx/Makefile                 |  2 +-
 multimedia/mediamtx/distinfo                 | 14 +++++++-------
 multimedia/mediamtx/files/patch-mediamtx.yml | 29 ++++++++++++++--------------
 3 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/multimedia/mediamtx/Makefile b/multimedia/mediamtx/Makefile
index b01c05daf4f4..40743c2760c5 100644
--- a/multimedia/mediamtx/Makefile
+++ b/multimedia/mediamtx/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mediamtx
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.19.1
+DISTVERSION=	1.19.2
 CATEGORIES=	multimedia net
 MASTER_SITES+=	https://github.com/video-dev/hls.js/releases/download/v1.6.16/:hlsjs
 DISTFILES+=	release.zip:hlsjs
diff --git a/multimedia/mediamtx/distinfo b/multimedia/mediamtx/distinfo
index 558c150adfe5..da5116d3adff 100644
--- a/multimedia/mediamtx/distinfo
+++ b/multimedia/mediamtx/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1781302782
-SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.1/release.zip) = 09c827969e702e82be694da80dbf16dbdf5ff6819c33a374b1757e1bc0adb458
-SIZE (go/multimedia_mediamtx/mediamtx-v1.19.1/release.zip) = 5594711
-SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.1/v1.19.1.mod) = 5093ce8e3f95f52f7af11aaf169ecefe7f6fc348f568094a706f5c5447baa4b4
-SIZE (go/multimedia_mediamtx/mediamtx-v1.19.1/v1.19.1.mod) = 4693
-SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.1/v1.19.1.zip) = ecd4c70ff4269e1b2dd99fd743066f5e21fe05150193597198efd13f4c7bad8b
-SIZE (go/multimedia_mediamtx/mediamtx-v1.19.1/v1.19.1.zip) = 865629
+TIMESTAMP = 1782681770
+SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.2/release.zip) = 09c827969e702e82be694da80dbf16dbdf5ff6819c33a374b1757e1bc0adb458
+SIZE (go/multimedia_mediamtx/mediamtx-v1.19.2/release.zip) = 5594711
+SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.2/v1.19.2.mod) = e2b47290d442a1f2817b474e3bc051962317be72ff6196d082522312b344bcad
+SIZE (go/multimedia_mediamtx/mediamtx-v1.19.2/v1.19.2.mod) = 4578
+SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.2/v1.19.2.zip) = 994f28903ee8104e284ddcac10ebe87258f4618c48011cc776a635ffcdc3030d
+SIZE (go/multimedia_mediamtx/mediamtx-v1.19.2/v1.19.2.zip) = 869607
diff --git a/multimedia/mediamtx/files/patch-mediamtx.yml b/multimedia/mediamtx/files/patch-mediamtx.yml
index e228814f0f31..c000e17aab7e 100644
--- a/multimedia/mediamtx/files/patch-mediamtx.yml
+++ b/multimedia/mediamtx/files/patch-mediamtx.yml
@@ -1,6 +1,6 @@
---- mediamtx.yml.orig	2026-06-04 22:46:38 UTC
+--- mediamtx.yml.orig	2026-06-28 21:24:55 UTC
 +++ mediamtx.yml
-@@ -482,7 +482,6 @@ pathDefaults:
+@@ -490,7 +490,6 @@ pathDefaults:
    # * whep://existing-url -> the stream is pulled from another WebRTC server / camera with HTTP+WHEP
    # * wheps://existing-url -> the stream is pulled from another WebRTC server / camera with HTTPS+WHEP
    # * redirect -> the stream is provided by another path or server
@@ -8,7 +8,7 @@
    # The following variables can be used in the source string:
    # * $MTX_QUERY: query parameters (passed by first reader)
    # * $G1, $G2, ...: regular expression groups, if path name is
-@@ -612,100 +611,6 @@ pathDefaults:
+@@ -624,101 +623,6 @@ pathDefaults:
    # Path to which clients will be redirected.
    # It can be a relative path (i.e. /otherstream) or an absolute RTSP URL.
    sourceRedirect:
@@ -89,22 +89,23 @@
 -  # format is the one of the strftime() function.
 -  rpiCameraTextOverlay: "%Y-%m-%d %H:%M:%S - MediaMTX"
 -  # Codec (auto, hardwareH264, softwareH264 or mjpeg).
--  # When is "auto" and stream is primary, it defaults to hardwareH264 (if available) or softwareH264.
--  # When is "auto" and stream is secondary, it defaults to mjpeg.
+-  # When is "auto", it defaults to:
+-  # * hardwareH264 when stream is primary and hardware encoder is available
+-  # * softwareH264 when stream is primary and hardware encoder is not available
+-  # * mjpeg when stream is secondary
 -  rpiCameraCodec: auto
 -  # Period between IDR frames (when codec is hardwareH264 or softwareH264).
 -  rpiCameraIDRPeriod: 60
 -  # Bitrate (when codec is hardwareH264 or softwareH264).
 -  rpiCameraBitrate: 5000000
--  # Hardware H264 profile (baseline, main or high) (when codec is hardwareH264).
--  rpiCameraHardwareH264Profile: main
--  # Hardware H264 level (4.0, 4.1 or 4.2) (when codec is hardwareH264).
--  rpiCameraHardwareH264Level: "4.1"
--  # Software H264 profile (baseline, main or high) (when codec is softwareH264).
--  rpiCameraSoftwareH264Profile: baseline
--  # Software H264 level (4.0, 4.1 or 4.2) (when codec is softwareH264).
--  rpiCameraSoftwareH264Level: "4.1"
--  # M-JPEG JPEG quality (when codec is mjpeg).
+-  # H264 profile (auto, baseline, main or high).
+-  # When is "auto", it defaults to:
+-  # * main when codec is hardwareH264
+-  # * baseline when codec is softwareH264
+-  rpiCameraH264Profile: auto
+-  # H264 level (4.0, 4.1 or 4.2).
+-  rpiCameraH264Level: "4.1"
+-  # M-JPEG quality (0-100).
 -  rpiCameraMJPEGQuality: 60
  
    ###############################################