I tried built a client following the steps below, but it crashes when I start the application on Oculus Quest 2.
Can someone please guide me on what could be wrong here ?
On client device(Quest 2), you can find extra log file, it must be on path of Application.persistentDataPath. You will find two important log file. I recommend delete all files and try to start you app again. There will two important log file CxruAutoconnectSampleLog_*****.txt and Streamer_Client_Log_****.txt. If there are any problem, you will find it there.
When I checked the log, I found the following error.
(E)[2023-11-27 05:47:27,226]=14:47:27=*00000*{508616218992}<NvNetworkCommon> Socket Bind: failed to bind socket 230 to ... (Error: 98)
(E)[2023-11-27 05:47:27,226]=14:47:27=*00000*{508616218992}<SignalingHandler> ClientSession: no available port in range: 50000-55000 (Error: 0x8000000B)
(E)[2023-11-27 05:47:27,226]=14:47:27=*00000*{508616218992}<SignalingHandler> clientPorts.useReserved: Failed to create a bound VIDEO stream on ....
So I tried the following but could not connect.
Disable the server firewall
Check the security group settings for the server instance
Do I need to make any settings on the client device (Quest2)?