mediamtx: Add version 1.0.3 (#5070)

* mediamtx: Add version 1.0.3

* mediamtx: Put autoupdate url inside architecture

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
/lemon.sh 2023-09-04 07:20:17 +02:00 committed by GitHub
parent de0f8fda6b
commit f8cfdd9309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
bucket/mediamtx.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "1.0.3",
"description": "Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish and proxy video and audio streams",
"homepage": "https://github.com/bluenviron/mediamtx",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/bluenviron/mediamtx/releases/download/v1.0.3/mediamtx_v1.0.3_windows_amd64.zip",
"hash": "f3cffd7ec6113895e8742346644cd5856bd007e6535797ef41e4303cf4bc0d6c"
}
},
"bin": "mediamtx.exe",
"persist": "mediamtx.yml",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bluenviron/mediamtx/releases/download/v$version/mediamtx_v$version_windows_amd64.zip"
}
}
}
}