Program FIFINE Smile, Elgato Stream Deck, or similar controllers with TVGI Playout web/API requests or TVGI_Trigger.exe launch commands.
Open the setup utility
Open TVGI_Trigger.exe with no arguments to use the setup utility.
FIFINE Smile options
- Web Request / API Request: paste one of the URLs below.
- Launch App: select
TVGI_Trigger.exe and pass the command plus port as arguments.
TVGI Playout defaults
- Local host:
127.0.0.1 - Macro port:
3683 - Streamlabs compatibility port:
3056
Core transport
| PLAY | http://127.0.0.1:3683/play |
|---|
| PAUSE | http://127.0.0.1:3683/pause |
|---|
| STOP | http://127.0.0.1:3683/stop |
|---|
| NEXT | http://127.0.0.1:3683/next |
|---|
| PREVIOUS | http://127.0.0.1:3683/prev |
|---|
Playback
| LOOP FILE | http://127.0.0.1:3683/loop_file |
|---|
| LOOP LIST | http://127.0.0.1:3683/loop_list |
|---|
| LOOP ALL | http://127.0.0.1:3683/loop_all |
|---|
| TOGGLE LOOP | http://127.0.0.1:3683/toggle_loop |
|---|
| SHUFFLE | http://127.0.0.1:3683/shuffle |
|---|
Playlist
| ADD NEXT | http://127.0.0.1:3683/add_next |
|---|
| DUPLICATE | http://127.0.0.1:3683/duplicate |
|---|
| REMOVE | http://127.0.0.1:3683/remove |
|---|
Marks
| SET IN | http://127.0.0.1:3683/set_in |
|---|
| SET OUT | http://127.0.0.1:3683/set_out |
|---|
Audio
| MUTE NDI | http://127.0.0.1:3683/mute_ndi |
|---|
| UNMUTE NDI | http://127.0.0.1:3683/unmute_ndi |
|---|
| MUTE LOCAL MONITOR | http://127.0.0.1:3683/mute_monitor |
|---|
| UNMUTE LOCAL MONITOR | http://127.0.0.1:3683/unmute_monitor |
|---|
| TOGGLE AUDIO | http://127.0.0.1:3683/toggle_audio |
|---|
Status
| GET STATUS | http://127.0.0.1:3683/status |
|---|
Launch App examples
"D:\Owner\CC\TVGI\Elgado Automation\TVGI_Trigger.exe" play 3683
"D:\Owner\CC\TVGI\Elgado Automation\TVGI_Trigger.exe" stop 3683
"D:\Owner\CC\TVGI\Elgado Automation\TVGI_Trigger.exe" mute_ndi 3683
For Playout on another computer, replace 127.0.0.1 with that computer's IP address when using Web Request/API Request.