Cannot play media. No decoders for requested formats: text/html
When I inspect the console I see HTML video element with src attribute<video poster="" preload="metadata" class="q-media--player" style="height: 100%;" src="https://www.youtube-nocookie.com/embed/qZXt1Aom3Cs"><p>To view this video please enable JavaScript and/or consider upgrading to a browser that supports HTML5 video.</p></video>
Describe the bug
Hi. Trying to embed videos from YouTube, but getting this error in the console.
When I inspect the console I see HTML video element with src attribute
<video poster="" preload="metadata" class="q-media--player" style="height: 100%;" src="https://www.youtube-nocookie.com/embed/qZXt1Aom3Cs"><p>To view this video please enable JavaScript and/or consider upgrading to a browser that supports HTML5 video.</p></video>
This is my code:
If I use
<q-video/>
element it plays fine. I tried to use both of this youtube links https://www.youtube-nocookie.com/embed/qZXt1Aom3Cs https://www.youtube.com/embed/qZXt1Aom3CsThis is my package json file:
Desktop