ScoopInstaller_Main/bucket/mediamtx.json
2024-04-14 19:03:57 +00:00

23 lines
848 B
JSON

{
"version": "1.7.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.7.0/mediamtx_v1.7.0_windows_amd64.zip",
"hash": "e92b1326c4924b4226a00587aab36c4034f1726b1b8518f18673bc0bd0f9381f"
}
},
"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"
}
}
}
}