mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 00:51:18 +00:00
23 lines
848 B
JSON
23 lines
848 B
JSON
{
|
|
"version": "1.1.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.1.1/mediamtx_v1.1.1_windows_amd64.zip",
|
|
"hash": "0c35e359a4e1f33d1167408becc7ef073ae5caa4c4b455831d2666eb715548dc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|