ScoopInstaller_Main/bucket/mediamtx.json
2024-05-19 16:27:22 +00:00

23 lines
848 B
JSON

{
"version": "1.8.2",
"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.2/mediamtx_v1.8.2_windows_amd64.zip",
"hash": "0aeb9b874d4aff00b822c769f49a3d8b9adacf74c38e18d60e95be8929391f17"
}
},
"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"
}
}
}
}