# 9. Remote Trigger

### Remote Trigger Receiver/Sender Support

* Receiver Modes: YanusLIVE, XEROmotion, Xsens, OptiTrack.
* Sender Mode: YanusLIVE.
* Supports starting/stopping recordings in OBS Studio and HyperDeck, as well as setting filenames via Trigger.

### 1. Remote Trigger Setting

In the YanusLIVE settings menu, simply select the software to trigger from the **"Remote Trigger Receiver"** or **"Remote Trigger Sender"** options, and specify the port. Once this is done, the setup is complete.

<figure><img src="https://lh7-rt.googleusercontent.com/slidesz/AGV_vUfi122P_1VdenQIrvW9DDUPDV8SVr9V7RdfDwsYAl9BM5D5NWi3aQGgUcuyUUZI5U2hU7u979-7LH4T58FSX4Xe41zyqGfiCu16qCTpxqD5gNEys5865hEMOfMkO3mVpGsOGX6fbrfKiwvJuUBOba5vJiVALQPIu7ygQqWBlXCSh8E8i6u4VKU=s2048?key=JBvOkl-RvDEvLa9OC3HPDA" alt="" width="375"><figcaption></figcaption></figure>

**Remote Trigger Receiver**

* Mode
* Port Number

**Remote Trigger Sender**

* Mode
* Port Number

### 2. Trigger Mode

In the OBS Studio or HyperDeck window of YanusLIVE, check the box for **Receiver** or **Sender** in the **Trigger option** to activate the function.

<figure><img src="/files/KPPcwwmRp5KyPuuyFVEH" alt=""><figcaption><p>Check the "Receiver" Trigger option to enable UDP reception. Verify events through the log display under "Values".</p></figcaption></figure>

If the "Sender" option under Trigger is checked, pressing the Record button broadcasts an XML message type trigger to the configured port within the same network.

<figure><img src="/files/DBluNIfr2ELZQsIshAWp" alt=""><figcaption></figcaption></figure>

This is the XML message from YanusLIVE Trigger Sender. It is similar to other devices, but variables related to synchronization may be added in the future.

#### Capture Start

\<?xml version="1.0" encoding="UTF-8" standalone="no" ?>\
\<CaptureStart>>\
\<Name VALUE="record\_test\_t11" />\
\<SessionName VALUE="" />\
\<DatabasePath VALUE="D:/YanusSTUDIO/Test/1007" />\
\<TimeCode VALUE="14:48:48:05" />\
\<TimeCodeRate VALUE="60" />\
\<Notes VALUE="" />\
\</CaptureStart>

#### Capture Stop

\<?xml version="1.0" encoding="UTF-8" standalone="no" ?>\
\<CaptureStop>>\
\<Name VALUE="record\_test\_t11" />\
\<TimeCode VALUE="14:48:52:44" />\
\<Notes VALUE="" />\
\</CaptureStop>

<br>

\
\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yanusstudio.com/yanuslive_old/9.-remote-trigger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
