# Video Players

{% hint style="success" %}
verified: 2025-11-20 version: v39
{% endhint %}

There are a few options for doing video playing inside of your experiences, [Millicast streaming](/creation/unreal-development/features-and-tutorials/video-players/millicast-video-streaming.md) for large audiences and low latency for live broadcasts, plus the embedded Unreal[ Video Player](/creation/unreal-development/features-and-tutorials/video-players/streaming-video-player.md) that can also do streaming video.


---

# 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.msquared.io/creation/unreal-development/features-and-tutorials/video-players.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.
