Search code examples
webvraframe

How to render YouTube videos as a texture in A-Frame?


I want to take a YouTube url, and put it into an A-Frame scene as a video texture. Like <a-video src="https://www.youtube.com/watch?v=dQw4w9WgXcQ">. Is this possible for https://aframe.io?


Solution

  • With some manual effort, you could either:

    Note that these are probably against their terms of service.