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
Mux supports a number of query params on stream.mux.com URLs (the most common being token= for signed URLs)
When using the playback-id shorthand, we'll need to support query params so that playback-id="abc123?token=xyz789" gets expanded to a src that looks like https://stream.mux.com/abc123.m3u8?token=xyz789
Which Mux Elements/Packages would you like a new feature for?
🎥 Describe the feature you'd like to request
Per @dylanjha :
Usage with query params
For a more detailed example, see e.g. Secure Video Playback
💻 Describe the use cases the feature will solve
(See description, above)
⭐ Describe the solution you'd like to see
use
src
attribute instead ofplayback-id
(See description, above)
🔄 Describe alternatives or workarounds you've considered
The text was updated successfully, but these errors were encountered: