Updated Open Sound Control API (markdown)

BHBN
2025-11-09 23:07:01 +01:00
parent 283ca9e1e5
commit 26a229327f

@@ -419,6 +419,15 @@ The possible attributes are:
> _Mandatory argument_ : the value indicates the percentage of __decrease__ of fading applied to the rendering output.
> Example; send `/vimix/output/fade-in f 100.0` to decrease fading by 100%.
**`srt-start` : Launch SRT video broadcasting**
> _Optional argument_ : the value indicates the PORT to use for the SRT broadcast.
> Example; send `/vimix/output/srt-start f 7070` to launch SRT broadcast on port 7070.
**`srt-stop` : Ends SRT video broadcasting**
> Example; send `/vimix/output/srt-stop` to stop SRT broadcast.
**`sync` : Request [synchronization status bundle of Output](https://github.com/brunoherbelin/vimix/wiki/Open-Sound-Control-API/#status-bundle-of-output)**
***