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
Assets are no longer created using mp4_support. The plugin always sends static_renditions to Mux.
This means the MP4 URL pattern has changed.
For assets created with v2.11.2 and earlier, you must keep using: https://stream.mux.com/PLAYBACK_ID/high.mp4
For assets created with v2.12.0 and later, you must use: https://stream.mux.com/PLAYBACK_ID/highest.mp4(or the resolution/audio rendition you selected in the upload modal options).
Features
add static renditions and remove deprecated mp4_support (#446) (d577543)