> For the complete documentation index, see [llms.txt](https://jake-bennett-tech.gitbook.io/ultimate-uploadcare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jake-bennett-tech.gitbook.io/ultimate-uploadcare/elements/ultimate-uploadcare-video-player.md).

# Ultimate Uploadcare - Video Player

Uploadcare now provides additional tooling around video streaming and delivery to improve the performance of loading videos in your application.

In particular, [Adaptive Bitrate Streaming](https://uploadcare.com/docs/adaptive-bitrate-streaming/) that determines the best quality to deliver the video based on your user's internet connection and device capabilities.

Switch on Adaptive video delivery toggle in the [Delivery section](https://app.uploadcare.com/projects/-/settings/#delivery) of your Uplaodcare Dashboard. The feature will be enabled for all video files uploaded to this project.

To make it easier for you to take full advantage of this functionality in your Bubble application, and seeing that the free video players on Bubble Marketplace didn't support Uploadcare links, we have added a simple video player element for your convenience.&#x20;

There aren't any plans to add support in the video player for customisation or further configuration. If you require greater control over the look and feel of a video player, we recommend the [Universal Video Player](https://bubble.io/plugin/universal-video-player-1654502420598x332875457864663040) by Cranford Tech. When doing so, it's necessary to set the MIME type to `application/x-mpegURL`.

&#x20;![](/files/FnHiXJePgcOR9X5sX4oQ)


---

# 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://jake-bennett-tech.gitbook.io/ultimate-uploadcare/elements/ultimate-uploadcare-video-player.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.
