You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we first added the direct player export, we used Mux Player for simplicity since that was our current player. However, it's kind of a weird fit given the ability to add non-Mux sources via other providers.
We've got an opportunity to do interesting stuff there between Media Chrome, Player.style, and smart selection of Media Element based on what's provided.
i.e., it an mp4 is provided, just use MC + the video tag, but if a DASH src is used, use the MC + dash-player, etc.
The text was updated successfully, but these errors were encountered:
When we first added the direct player export, we used Mux Player for simplicity since that was our current player. However, it's kind of a weird fit given the ability to add non-Mux sources via other providers.
We've got an opportunity to do interesting stuff there between Media Chrome, Player.style, and smart selection of Media Element based on what's provided.
i.e., it an mp4 is provided, just use MC + the
video
tag, but if a DASH src is used, use the MC +dash-player
, etc.The text was updated successfully, but these errors were encountered: