diff --git a/bucket/mediamtx.json b/bucket/mediamtx.json new file mode 100644 index 0000000000..34cc2f838c --- /dev/null +++ b/bucket/mediamtx.json @@ -0,0 +1,22 @@ +{ + "version": "1.0.3", + "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.0.3/mediamtx_v1.0.3_windows_amd64.zip", + "hash": "f3cffd7ec6113895e8742346644cd5856bd007e6535797ef41e4303cf4bc0d6c" + } + }, + "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" + } + } + } +}