# In-world video support on Linux

### Bink

Bink videos are fully supported on Linux, but their audio is not spatialized by default. Please reference the official Epic documentation to learn more about using Bink in Unreal: <https://docs.unrealengine.com/5.2/en-US/bink-video-for-unreal-engine/>

If you'd like to use the Bink format and have your audio spatialized, consider implementing your own AV sync logic to play the video and the audio at the same time and keep them in sync.

### WebM

As of Unreal Engine 5.2.1, WebM videos are not supported on due to an engine crash.&#x20;


---

# 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.odyssey.stream/faq/in-world-video-support-on-linux.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.
