ScoopInstaller_Main/bucket/mediamtx.json
2024-02-05 00:32:23 +00:00

23 lines
848 B
JSON

{
"version": "1.5.1",
"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.5.1/mediamtx_v1.5.1_windows_amd64.zip",
"hash": "d2a9778c61cc23f2b53db4103a66f7759192870a2f3fdcbd8893fce5857426d0"
}
},
"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"
}
}
}
}