Is it possible to play youtube videos without the IFRAME and player?
I would like to be able to play the video on a video texture.
You see show I have done it here:
http://dev3.garyconstable.co.uk/
This is the code that will play my own mp4
<a-scene>
<a-assets>
<video id="video" autobuffer height="240" width="360" autoplay loop="true" crossorigin="anonymous" webkit-playsinline>
<source src="media/videos_s_7.mp4">
</video>
</a-assets>
<a-videosphere id="vid-sphere" autopla="true"></a-videosphere>
</a-scene>
I would like to be able to play a video that comes from youtube.
JW player seem to be able to play youtube video's
https://support.jwplayer.com/customer/portal/articles/1406725-youtube-video-embed
is it possible and what are my options? Do youtube offer any kind of paid for service for additional features?