Streaming out from Oculus Quest 2 / audio OK - video black

Hi everyone,

I would like to stream out a camera from a Quest to a browser. I built my project as well as I could using a Video Stream Sender Component and an Audio Stream Sender Component.

Everything works fine when building for Windows or deplying onto an Android phone. But when building specifically for Oculus Quest (activating the XR plugin management), the sound still stream but the image stays black on the reciever part.

Things I have tried:

  • Stream out via render texture, via screen or via camera
  • Put another camera, set it to no eye target, render into a render texture and stream the texture
  • Alternate between Multiview and Multipass

None of it work. Has anyone managed to stream out the Quest? Where would this issue come from? (tried Unity 2022 and 2023)

Hey @rd_MA,
Did you manage to find a fix ? I am facing the same problem on Oculus Quest 2, build is created using unity 2022.3.25f1. In my case both audio and user touches are going through from the browser to oculus, but the stream is appearing completely black. Thanks !!