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
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/qZXt1Aom3Cs
This is my package json file:
Desktop
The text was updated successfully, but these errors were encountered: