ScoopInstaller_Main/bucket/mediamtx.json
2023-12-24 12:29:37 +00:00

23 lines
848 B
JSON

{
"version": "1.4.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.4.1/mediamtx_v1.4.1_windows_amd64.zip",
"hash": "14bba453408f8980e4f81c83313f5dcb935aa9861ab6e740c2845528de7062c7"
}
},
"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"
}
}
}
}