# Streaming Mocap Data into Meligo

[Meligo](https://meligo.co.kr/) is a tool that allows real-time motion data to be applied to virtual characters, enabling live operation and direction of virtual performances.

With MOVIN TRACIN and MOVIN Studio, you can stream high-quality motion capture data directly into Meligo in real time. This makes it suitable for virtual broadcasting and real-time content production.

{% stepper %}
{% step %}

### Import the same character into MOVIN Studio and Meligo

<figure><img src="/files/e6M32VjM4uDCXqDV0oQt" alt="" width="369"><figcaption></figcaption></figure>

* In Meligo, go to the Character tab and click the + button to import a VRM character file.
* In MOVIN Studio, import the same VRM character file that was imported in Meligo.&#x20;

  * For details on how to import a character, please refer to [Import Custom Character](https://help.movin3d.com/movin-studio-usage-guide/import-custom-character)
  * If a character file is not imported in MOVIN Studio, the motion data streamed live to Meligo may not be displayed

    <figure><img src="/files/VDaA2I6CQnS9pna7Qhuq" alt="" width="375"><figcaption></figcaption></figure>
  * If different character files are loaded in MOVIN Studio and Meligo, the streamed motion data may appear broken or distorted in Meligo.

  <figure><img src="/files/XiA4pI57vYIn4wFiSKmv" 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.
  * When the exact same character file is imported in both MOVIN Studio and Meligo, live streaming will work smoothly.

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

{% endstep %}

{% step %}

### Enable OSC/VMC Protocol Reception in Meligo

<figure><img src="/files/iqgsVFxap97Vgi1pLEgJ" alt="" width="366"><figcaption></figcaption></figure>

* In Meligo, go to Motion Capture Tab > OSC/VMC Protocol Settings. Check the “Enable Reception” checkbox.
* Check Full Body Reception to receive full-body motion data, or select specific body parts to stream partial motion data.

{% endstep %}

{% step %}

### Start Streaming from MOVIN Studio

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

* In MOVIN Studio, open the Streaming tab and select Meligo as the platform.\
  Then, click Start Streaming to start streaming.
* You can then see the motion data from MOVIN Studio streaming to Meligo 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-meligo.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.
