When I build and deploy unity project to Meta Quest 2, It launch successfully, but client unable to connect CloudXR Server. I tested Android Studio project and everything works as expected.
When I control logs on client side, I found this strange values on CxruAutoconnectSamleLog_*****.txt
Log : 14-24-02 : CXRU Info: Set stream 0 requested resolution/framerate to 1440x1584 pxl 71.82072 fps
Log : 14-24-02 : CXRU Info: Set stream 1 requested resolution/framerate to 1440x1584 pxl 71.82072 fps
.......
Log : 14-24-02 : CXRU Info: CloudXR:CXR Client Library:errChk Client asking for 2 video streams, first is 71.8 fps, 1440 x 1584, 88298 kbps, format 0.
It seem good values but when I check Streamer_Client_Log_****.txt. I found that:
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Application requested for 2 video streams, 1 audio streams, 1 input streams, 0 mic streams
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Video config: streamIndex 0
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Video config: vct 3, maximumBitrateKbps 88298, enableVideoScale 1, format 1
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Video config: video content type VR, Server Connection type 1, Resolution 3072x3072@90
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Mode: 3072x3072@90, recommended max bitrate: 88298, client provided max bitrate: 88298
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Video config: streamIndex 1
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Video config: vct 3, maximumBitrateKbps 88298, enableVideoScale 1, format 1
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Video config: video content type VR, Server Connection type 1, Resolution 3072x3072@90
(I)[2023-11-25 11:24:02,295]=14:24:02=*00000*{538483743088}<ConfigHelper> Mode: 3072x3072@90, recommended max bitrate: 88298, client provided max bitrate: 88298
What do I need to change to configure stream? I can not find anything about this part of SDK.
My Setup:
Unity: 2022.3.12.f1
Oculus Quest 2 Runtime Version: 59.0.0.172.706.535797236
Unity Plugin 0.1.0
Server OS: Windows 11, Steam VR 2.1.7 beta
Streamer_Client_Log_2023-11-25_14.24.02[1].txt (6.5 KB)
CxruAutoconnectSampleLog_2023-11-25_14-24-01[1].txt (11.2 KB)