I am trying to do a simple way of playing a youtube video and getting it back as a Stride Texture. One simple way is to use VL.CEF and render the Stride texture.
I convert the URL of the youtube video from something like:
https://www.youtube.com/watch?v=AzzYgu9Ns-w
into this:
https://www.youtube.com/embed/AzzYgu9Ns-w?autoplay=1&loop=1&rel=0&controls=0&fs=0&iv_load_policy=3
If I click on it in a browser it opens fullscreen and autoplays and loops. It also tries to hide some of the player UI.
But for some reason it wont autoplay in VL.CEF.
Anybody know why this might happen and how I might convince CEF to play the video?
youtube_vl.CEF.vl (11.9 KB)