Results 14 comments of Geocld

I conducted an experiment in my project as follows: ```jsx ``` I periodically set `remote` to `undefined` and then back to its original value: ```js setInterval(() => { setRemote(undefined); setTimeout(()...

> Looks like the H.264 decoder craps out. Can you enable WebRTC logging to see if the logs clarify something? How to enable detailed WebRTC logging?

I have set `RTCLoggingSeverityVerbose` to `loggingSeverity` to enable detailed WebRTC logging. The logs are quite extensive, so I have pushed them to my repository for reference: [Link to Logs](https://github.com/Geocld/XStreaming/blob/main/debug.log) If...

@cwirek91 If your android kernel is below 5.4, xbox controller vibration may not work.