# Streaming

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

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

A new streaming system has been introduced starting from version 1.8.\
If you are using an earlier version, please refer to [**this page**](/feature/network-streaming/streaming-old.md).

In the new streaming system, not only **Actor streaming** but also the newly added **Prop streaming** is supported. You can configure streaming settings in each tab.

* **Name**: An identifier used only within MoA.
* **Host**: Enter the IP address to which the streaming data will be sent.
* **Port**: Enter the port number to which the streaming data will be sent.
* **Streaming Platform**: Select the platform to stream the data to.
* **Actor / Prop**: Specify the Actor or Prop name you want to send data for.
  * If the dropdown menu is disabled, it means that the selected platform sends all data at once. In that case, refer to the platform’s internal settings.
* **Send**: A toggle to determine whether to send the data.
  * If you do not want to send the data temporarily, do not delete the entry—simply switch off the toggle.


---

# 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.moamocap.com/feature/network-streaming/streaming.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.
