fix: allow extension less Mux m3u8 url as src#1096
Merged
luwes merged 2 commits intomuxinc:mainfrom Apr 3, 2025
Merged
Conversation
|
@luwes is attempting to deploy a commit to the Mux Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Merged
luwes
pushed a commit
that referenced
this pull request
Apr 3, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>@mux/mux-audio: 0.15.6</summary> ## [0.15.6](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.5...@mux/mux-audio@0.15.6) (2025-04-03) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.5 to 0.28.6 </details> <details><summary>@mux/mux-audio-react: 0.15.6</summary> ## [0.15.6](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.5...@mux/mux-audio-react@0.15.6) (2025-04-03) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.5 to 0.28.6 </details> <details><summary>@mux/playback-core: 0.28.6</summary> ## [0.28.6](https://github.com/muxinc/elements/compare/@mux/playback-core@0.28.5...@mux/playback-core@0.28.6) (2025-04-03) ### Bug Fixes * allow extension less Mux m3u8 url as src ([#1096](#1096)) ([5e85462](5e85462)) </details> <details><summary>@mux/mux-player: 3.3.3</summary> ## [3.3.3](https://github.com/muxinc/elements/compare/@mux/mux-player@3.3.2...@mux/mux-player@3.3.3) (2025-04-03) ### Bug Fixes * bump player.style from 0.1.6 to 0.1.7 in the prod-dependencies group across 1 directory ([#1095](#1095)) ([b9da4be](b9da4be)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-video bumped from 0.24.5 to 0.25.0 * @mux/playback-core bumped from 0.28.5 to 0.28.6 </details> <details><summary>@mux/mux-player-react: 3.3.3</summary> ## [3.3.3](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.3.2...@mux/mux-player-react@3.3.3) (2025-04-03) ### Miscellaneous Chores * **@mux/mux-player-react:** Synchronize player versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/mux-player bumped from 3.3.2 to 3.3.3 * @mux/playback-core bumped from 0.28.5 to 0.28.6 </details> <details><summary>@mux/mux-video: 0.25.0</summary> ## [0.25.0](https://github.com/muxinc/elements/compare/@mux/mux-video@0.24.5...@mux/mux-video@0.25.0) (2025-04-03) ### Features * add optional mux logo to mux video ([#1090](#1090)) ([e61c2fa](e61c2fa)) ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.5 to 0.28.6 </details> <details><summary>@mux/mux-video-react: 0.25.0</summary> ## [0.25.0](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.24.5...@mux/mux-video-react@0.25.0) (2025-04-03) ### Miscellaneous Chores * **@mux/mux-video-react:** Synchronize video versions ### Dependencies * The following workspace dependencies were updated * dependencies * @mux/playback-core bumped from 0.28.5 to 0.28.6 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this allows
https://stream.mux.com/Sc89iWAyNkhJ3P1rQ02nrEdCFTnfT01CZ2KmaEcxXfB008
https://stream.mux.com/Sc89iWAyNkhJ3P1rQ02nrEdCFTnfT01CZ2KmaEcxXfB008?foo=bar
instead of
https://stream.mux.com/Sc89iWAyNkhJ3P1rQ02nrEdCFTnfT01CZ2KmaEcxXfB008.m3u8
this is needed for react-player to have a difference in the source to choose which provider.
the one where they add the .m3u8 goes to hls-video, without the extension goes to mux-player.