Date: Sat, 06 Jun 2026 04:26:16 +0000 From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b066a2d88d5 - main - multimedia/mediamtx: Update to 1.19.0 Message-ID: <6a23a168.1d06d.308ee260@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b066a2d88d5f7845a431ad3585b6382be8b10ea commit 5b066a2d88d5f7845a431ad3585b6382be8b10ea Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2026-06-06 04:24:36 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2026-06-06 04:24:39 +0000 multimedia/mediamtx: Update to 1.19.0 Changelog: https://github.com/bluenviron/mediamtx/releases/tag/v1.19.0 --- multimedia/mediamtx/Makefile | 3 +-- multimedia/mediamtx/distinfo | 14 +++++++------- multimedia/mediamtx/files/patch-mediamtx.yml | 28 +++++++++++++--------------- 3 files changed, 21 insertions(+), 24 deletions(-) diff --git a/multimedia/mediamtx/Makefile b/multimedia/mediamtx/Makefile index 411d42441aff..8530a1d6a677 100644 --- a/multimedia/mediamtx/Makefile +++ b/multimedia/mediamtx/Makefile @@ -1,7 +1,6 @@ PORTNAME= mediamtx DISTVERSIONPREFIX= v -DISTVERSION= 1.18.2 -PORTREVISION= 1 +DISTVERSION= 1.19.0 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 7b31a0e7ebe7..1f0147f257d7 100644 --- a/multimedia/mediamtx/distinfo +++ b/multimedia/mediamtx/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1778875757 -SHA256 (go/multimedia_mediamtx/mediamtx-v1.18.2/release.zip) = 09c827969e702e82be694da80dbf16dbdf5ff6819c33a374b1757e1bc0adb458 -SIZE (go/multimedia_mediamtx/mediamtx-v1.18.2/release.zip) = 5594711 -SHA256 (go/multimedia_mediamtx/mediamtx-v1.18.2/v1.18.2.mod) = 5dbbcc5b9b680e2b6ec899bac545240feb58a630022ca551a71f4befdecb302f -SIZE (go/multimedia_mediamtx/mediamtx-v1.18.2/v1.18.2.mod) = 4413 -SHA256 (go/multimedia_mediamtx/mediamtx-v1.18.2/v1.18.2.zip) = 48996ef92279bb8c1fe36ecf9845a212993b6be0a8a83d8deaca5556a88f1937 -SIZE (go/multimedia_mediamtx/mediamtx-v1.18.2/v1.18.2.zip) = 784747 +TIMESTAMP = 1780613020 +SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.0/release.zip) = 09c827969e702e82be694da80dbf16dbdf5ff6819c33a374b1757e1bc0adb458 +SIZE (go/multimedia_mediamtx/mediamtx-v1.19.0/release.zip) = 5594711 +SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.0/v1.19.0.mod) = 88195262fe49a4b34fed033065ea350300777bf760c5e4345c7de2dd36e6983e +SIZE (go/multimedia_mediamtx/mediamtx-v1.19.0/v1.19.0.mod) = 4604 +SHA256 (go/multimedia_mediamtx/mediamtx-v1.19.0/v1.19.0.zip) = c98040be743faf412b90f823b26a92c33d7fe323a5b97f2378c7ae572f022405 +SIZE (go/multimedia_mediamtx/mediamtx-v1.19.0/v1.19.0.zip) = 859485 diff --git a/multimedia/mediamtx/files/patch-mediamtx.yml b/multimedia/mediamtx/files/patch-mediamtx.yml index 6321735174c7..e228814f0f31 100644 --- a/multimedia/mediamtx/files/patch-mediamtx.yml +++ b/multimedia/mediamtx/files/patch-mediamtx.yml @@ -1,17 +1,18 @@ ---- mediamtx.yml.orig 2025-08-12 20:37:33 UTC +--- mediamtx.yml.orig 2026-06-04 22:46:38 UTC +++ mediamtx.yml -@@ -450,7 +450,6 @@ pathDefaults: - # * whep://existing-url -> the stream is pulled from another WebRTC server / camera - # * wheps://existing-url -> the stream is pulled from another WebRTC server / camera with HTTPS +@@ -482,7 +482,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 - # * rpiCamera -> the stream is provided by a Raspberry Pi Camera # 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 -@@ -564,101 +563,7 @@ pathDefaults: - # It can be can be a relative path (i.e. /otherstream) or an absolute RTSP URL. +@@ -612,100 +611,6 @@ pathDefaults: + # Path to which clients will be redirected. + # It can be a relative path (i.e. /otherstream) or an absolute RTSP URL. sourceRedirect: - +- - ############################################### - # Default path settings -> Raspberry Pi Camera source (when source is "rpiCamera") - @@ -86,7 +87,7 @@ - rpiCameraTextOverlayEnable: false - # Text that is printed on each frame. - # format is the one of the strftime() function. -- rpiCameraTextOverlay: '%Y-%m-%d %H:%M:%S - MediaMTX' +- 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. @@ -98,16 +99,13 @@ - # 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' +- 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' +- rpiCameraSoftwareH264Level: "4.1" - # M-JPEG JPEG quality (when codec is mjpeg). - rpiCameraMJPEGQuality: 60 -- -- ############################################### -+ ################################################# - # Default path settings -> Hooks - # Command to run when this path is initialized. + ############################################### + # Default path settings -> Hookshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a23a168.1d06d.308ee260>
