Wesley Luyten
Wesley Luyten
This does work on my end, see: without SSR https://codesandbox.io/p/devbox/react-player-youtube-config-forked-tkgkjx?workspaceId=ws_4oiUp7kyf42YNzonAeR4qQ with SSR https://media-elements-nextjs.vercel.app/vimeo-video (color is set) Can you provide a repro? thanks
thanks for the feedback, could you please provide a repro?
Is this an autoplaying video?
Yes, the config prop is not yet supported for Wistia. PR's welcome. Should be added here first https://github.com/muxinc/media-elements/blob/main/packages/wistia-video-element/wistia-video-element.js Previous similar PR's https://github.com/muxinc/media-elements/pull/94 https://github.com/muxinc/media-elements/pull/128
This behavior is inline with how the native video behaves, if you remove it from the DOM it will still keep playback intact. Try setting the src to null before...
This will require a new prop added `controlsList` in v3 I believe. PR's welcome, similar to this one https://github.com/cookpete/react-player/pull/2004
https://github.com/cookpete/react-player/releases/tag/v3.4.0 was released with media elements upgrades. Could you verify it solved it? You can now add a `referrerpolicy` in the config https://github.com/muxinc/media-elements/pull/189
see https://codesandbox.io/p/devbox/react-player-youtube-config-67w5cz