# Streaming Mocap Data into Warudo

[**Warudo**](https://warudo.app/) is a real-time 3D scene editor designed for creating virtual environments and content. With its intuitive editing interface and built-in live animation tools, Warudo has become a popular choice for metaverse content creation, VTubing and avatar-based broadcasting, and virtual performances.

With MOVIN TRACIN and MOVIN Studio, you can stream high-quality motion capture data directly into Warudo in real time. This allows you to bring virtual characters to life effortlessly and produce engaging content for streaming, events, or interactive applications.

To learn how to stream to Warudo, please refer to the video below.&#x20;

{% embed url="<https://youtu.be/yxu1Kq59vjU?si=484CKl4YHuIXNEVo&t=553>" %}

{% stepper %}
{% step %}

### Import the Same Character in MOVIN Studio and Warudo&#x20;

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

* In Warudo, import VRM file into Character Asset.
* Then, import the same VRM file into MOVIN Studio.&#x20;

  * For details on how to import a character, please refer to [Import Custom Character](/movin-studio-usage-guide/import-custom-character.md)
  * The character imported into Warudo must also be imported into MOVIN Studio for motion data to be live streamed without issues. If you perform live streaming to Warudo without importing the character into MOVIN Studio, retargeting will not occur, and the motion data may not be transmitted properly.

  <figure><img src="/files/BYK4Dbwk1ZyPCUhoM9sS" alt="" width="375"><figcaption></figcaption></figure>

  * If different character files are loaded in MOVIN Studio and Warudo, the streamed motion data may appear broken or distorted in Warudo.

  <figure><img src="/files/GEwwcGbKA7yYtUTZc9HC" alt="" width="375"><figcaption></figcaption></figure>

  * Even if the character appears to be the same, using different file formats can also cause issues with live streaming.
  * For stable and accurate motion streaming, always import the same character using the same file format in both MOVIN Studio and Warudo.

  <figure><img src="/files/YuBMUot1ief5GBSBMR5u" alt="" width="375"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Check the Motion Capture Settings in Warudo&#x20;

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

* Go to the Motion Capture section in Character Asset, switch Enabled to Yes, then click the Setup Moction Capture button to continue.

&#x20;

**Face Tracking Template**

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

* If you are using separate device for facial tracking, select the option corresponding to that device.
* If you are not using any facial tracking device, set this option to None.
  * Please note that MOVIN TRACIN does not support facial tracking.

**Pose Tracking Template**

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

* In the Pose Tracking Template, select VMC.
  * Set Track Full Body to yes.
  * For the Port option, you can use the default value 39539, or change it if you want to use a different port.&#x20;
    {% endstep %}

{% step %}

### Match Network Settings Between Warudo and MOVIN Studio

<figure><img src="/files/0YtUuhGyW0WHNKwsYkv4" alt=""><figcaption></figcaption></figure>

* In the VMC Receiver Asset, check the Local IP values listed at the top.
* In MOVIN Studio, the Host in the Streaming tab is set to 127.0.0.1 (localhost) by default.\
  Change this value to match one of the Local IP addresses shown in Warudo.
* Set the Port Number in MOVIN Studio to the same value you configured in Warudo earlier. [#check-the-motion-capture-settings-in-warudo](#check-the-motion-capture-settings-in-warudo "mention")

{% endstep %}

{% step %}

### Start Streaming from MOVIN Studio

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

* In MOVIN Studio, open the Streaming tab and select Warudo as the platform.\
  Then, click Start Streaming to start streaming.
* You can then see the motion data from MOVIN Studio streaming to Warudo in real time.
  {% endstep %}
  {% endstepper %}


---

# 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://help.movin3d.com/movin-studio-usage-guide/live-streaming/streaming-mocap-data-into-warudo.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.
