is it possible to play a Video into an htmlDrawable?
W
Wolfgang Damm
said
over 10 years ago
theoretically yes, but practically this won't work. The HTML content is updated to slow for a video to actually play well. Because of this we haven't tried it.
Video support is on our roadmap but I don't have any dates to share yet.
M
Mattia Galati
said
over 10 years ago
Ok, no video on HtmlDrawable yet.
What's actually the best supported way to display a video (ie from Youtube) in my AR World?
W
Wolfgang Damm
said
over 10 years ago
You could use the AR.context.openInBrowser() method to start a fullscreen browser window to display the video. Or use AR.context.startVideoPlayer() to play a video file directly (no youtube support though).
this video has been created using a very early prototype specifically for this demo video. Wikitude currently does not support video overlays as part of the Wikitude SDK or ARchitect.
Mattia Galati