ScoopInstaller_Main/bucket/mediamtx.json
2024-08-04 12:31:19 +00:00

23 lines
848 B
JSON

{
"version": "1.8.5",
"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.8.5/mediamtx_v1.8.5_windows_amd64.zip",
"hash": "fb49543c1caa4a9e040f1becb7b79cbedd99ce190f80e574ed6e110205415545"
}
},
"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"
}
}
}
}