I add a video textue to a plane and it works well,but when the video finished it didn't paly again,how to loop play a video textue?

            <video id="video" autoPlay muted loop controls webkit-playsinline="true" crossOrigin="anonymous" style={{width:'80%'}}>
               <source src={videoLink} type='video/mp4'/>
            </video>

The video pauses on the texture after first play

Do you mind using the exact same approach like in webxr_vr_video?

The video is looped, too, but does not stop after the first iteration ends.

1 Like

this is exactly what i need for my billboards, cheers :smile: