https://github.com/flowingspdg/vmix-utility
vMix Management Utility
https://github.com/flowingspdg/vmix-utility
vmix
Last synced: 11 months ago
JSON representation
vMix Management Utility
- Host: GitHub
- URL: https://github.com/flowingspdg/vmix-utility
- Owner: FlowingSPDG
- License: mit
- Created: 2020-03-07T09:27:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T05:31:41.000Z (about 1 year ago)
- Last Synced: 2025-07-05T04:02:43.131Z (11 months ago)
- Topics: vmix
- Language: Vue
- Homepage:
- Size: 1010 KB
- Stars: 20
- Watchers: 4
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/FlowingSPDG/vmix-utility/actions/workflows/build.yaml)
## vmix-utility
vMix utility tool, this can be used for managing inputs, checking multiviews and etc.
Go, Gin and Vue.
## Developer / 開発者
Shugo Kawamura
GitHub : [**FlowingSPDG**](http://github.com/FlowingSPDG)
X : [**@FlowingSPDG**](http://twitter.com/FlowingSPDG).
## Usage / 使い方
``./vmix_gen.exe -addr :8080 -vmix "http://localhost:8088" ``
``-addr`` Specifies where to listen request from browser. Default: `:8080` / ブラウザからのリクエストを受け付けるポートを指定します。初期値: `":8080"`
``-vmix`` : vMix API Endpoint URL. Default: `"http://localhost:8088"` / vMixのAPIエンドポイントURLです。初期値: `"http://localhost:8088"`


## Query Options
#### [Function name(vMix Reference)](https://www.vmix.com/help26/index.htm?WebScripting.html)
Specifies `Function` query in URL parameter.
URL中の`Function`クエリパラメタを設定します。
#### Value
Specifies `Value` query in URL parameter. currently this appears even tho `Function` does NOT support `Value` option.
URL中の`Value`クエリパラメタを設定します。 現在は指定した`Function`が`Value`に対応していなくても表示されます。
#### Input
Specifies `Input` query by input key. will be ignored if `"None"` specified.
URL中の`Input`クエリパラメタをInput keyで指定します。 `"None"`が指定された場合無視されます。
#### Query
Click [Add query] Button to add additional queries. e.g. If you add ``"Duration"``, and ``"500"``. This will add ``&Duration=500`` query in URL.
[Add query] ボタンをクリックするとURL中にクエリを追加します。 例えば``”Duration"``,``"500"``を指定した場合``&Duration=500`` というクエリが追加されます。
## Releases / ダウンロード
https://github.com/FlowingSPDG/vmix-utility/releases