ScoopInstaller_Main/bucket/mediamtx.json
2025-04-14 12:31:33 +00:00

23 lines
851 B
JSON

{
"version": "1.12.0",
"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.12.0/mediamtx_v1.12.0_windows_amd64.zip",
"hash": "1cca94d874b3fe5b32547159ce2070a3e87d0bf746aeb53e077ca4680a372d6e"
}
},
"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"
}
}
}
}