Can I use a equirectangular VideoTexture as scene.background?

Hello,
I have been using a equirectangular image as scene background and it works great. I have simply created a Texture and set mapping to EquirectangularReflectionMapping and then use that texture as scene background. But my next step was to use a video as a scene background. So I created a VideoTexture and set mapping to EquirectangularReflectionMapping and set it as a scene background. But the background is only black. I can see the video background if I don’t set mapping to EquirectangularReflectionMapping. But I need it to be rendered as equirectangular .

I have previously been using a SphereGeometry to render my video background. But I liked the idea of using scene background more.

So, is it possible to use EquirectangularReflectionMapping VideoTexture as scene background?

Thanks!