> For the complete documentation index, see [llms.txt](https://docs.moamocap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moamocap.com/feature/network-streaming/streaming-old.md).

# Streaming(Old)

* **Software** : Select the software to stream motion capture data.<img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfX2hTSn_sD8bHESml6Rq_mEce5K-BUH5bchdib-jCWAk3BwOTcKtlggI0Lox-gEix0s_8wR0MqY9lEPoRSUS5RWJNv2V3fpQx6YAqyaMkPk3IcC06rQnJco-_nVqZq_wvzeNfF9w?key=9m4xci9gSwV6EzgKszuVRHA-" alt="" data-size="original">

  * **Unity**: Stream to Unity using the **MoA Plugin**.
  * **Unreal Engine**: Stream to Unreal Engine with the **MoA Unreal Plugin**.
  * **Warudo**: Stream using the **Warudo program** (default port: **39539**).
  * **VMC Protocol**: Stream to programs that support the **VMC protocol** (default port: **39539**).

  Please refer to **'here'** for detailed streaming methods for each software.

* Network IP : Please enter the IP address and port number of the PC that will receive the streaming data. To stream to the software on your current PC, enter **127.0.0.1** (Default port: **3333**)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moamocap.com/feature/network-streaming/streaming-old.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
