Wesley Luyten
Wesley Luyten
why can't a playbackId be used? is the src a Mux stream url? because it's a backend Mux video feature to manipulate / clip the m3u8 playlist.
I totally agree with y'all it's not a backend feature perse but in Mux player currently those props are used to manipulate the m3u8 stream URL params for this feature...
@geosigno the fix should be live in https://github.com/muxinc/media-chrome/releases/tag/v4.12.0 could you provide a codesandbox with a reproduction of the issue? that would help a lot with debugging. thanks!
it should only show in Chrome and Edge, they only support casting. the logic in media-chrome should hide it in the other browsers. not exactly sure why on theme change...
Fixed in https://github.com/muxinc/media-elements/pull/106 Tested here https://codesandbox.io/p/sandbox/mux-player-react-cast-button-bug-demo-forked-llcvq4
thanks for reporting! how does your `next.config.(m)js` look like? is this setting set in `tsconfig.json`? `"moduleResolution": "bundler",`
@marcobarbosa this is expected. See **Remote videos with string source URL** at https://github.com/muxinc/next-video#remote-videos If you like to play remote string sources with no uploading/processing via the request handler you can...
@matheusmcz see my answer above. > If you like to play remote string sources with no uploading/processing via the request handler you can use the player only imports. See https://github.com/muxinc/next-video#player-only-demo
thank you for the contribution! I'll bring this up with the team.
@k-g-a thanks so much for this contribution! And appologies for the late action on our part. This concept makes sense to me, my colleague pointed out that if everything would...