Video Player - Babylon

Hello All,

I want to run a video on a 3D object. I am able to play that video by using video texture but i want to add a real video player in that which has like Slider, volume, and other features also while playing that video. This is very simple on web application by using video.js or reactplayer.

What is the best way to achieve the similiar functionality in Babylon ?

Hello and welcome!

I see 2 opportunities here.
The first - just use usual HTML elements with controls, like it is done at video.js demo

The second way - which lets you to stay in 3D space completely - is to use Babylon GUI: The Babylon GUI | Babylon.js Documentation

1 Like