Skip to Content
Mux Docs: Home

Mux Player FAQs

Get answers to common questions about Mux Player

Do you support non-Mux HLS streams?

Mux Player is designed with the Mux Platform in mind. Being tightly coupled with Mux Video is what enables features like timeline hover previews, and those sweet, descriptive errors in Mux Data.

Do you have an embeddable version of Mux Player?

Not yet, but we'd love to hear more about what you want out of this type of Mux Player integration experience. Please reach out!

Do you have a Mux Player for native mobile?

Yes, we have public beta SDKs for iOS and Android. If you're building directly in Swift/Objective-C or Kotlin/Java then you can use these SDKs directly. If you're building with Flutter or React Native you will need to bridge these native SDKs into your framework.

These SDKs are in public beta, please let us know how if you use them by reaching out to player@mux.com, we'd love to hear from you.

I would love to speak to someone on the team about a feature idea or a problem I'm running into with the player, how can I do that?

Please leave us some feedback and we'll be in touch!

How is Mux Player built?

Mux Player is built with Web Components. Web Components is a native browserAPI for defining custom HTML tags that can be used in the DOM. Mux Player is built on top of Media Chrome and the Mux Video HTML element. You can think of it like this:

  • Mux Video HTML element handles the HLS playback tech behind the scenes and integration with Mux Data.
  • Media Chrome is the UI layer. Both the Mux Video HTML element and Media Chrome are maintained and under active development by Mux.

What are the developer system requirements?

Mux Player package targets ES2019, if you're targeting an older JavaScript runtime Mux Player might not be compatible with your build setup.

Evergreen browser support

Mux Player supports the most recent versions of evergreen browsers on desktop and mobile. Evergreen browsers are the modern browsers that are automatically updated:

  • Chrome (Mac, Windows, Linux, iOS, iPadOS, Android)
  • Safari (Mac, iOS, iPadOS)
  • Firefox (Mac, Windows, Linux, Android)
  • Edge (Mac, Windows, Linux)

Typescript support

Mux Player is fully written in TypeScript version 4.5. If you are on an older version of TypeScript (pre-4.0), you will likely have to upgrade your TypeScript package in order to get the TypeScript benefits.

Was this page helpful?