-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
almost complete, everything is set except the last part of the answer submit / crashing at: https://github.com/exokitxr/studio/pull/4/files#diff-eacf331f0ffc35d4b482f1d15a887d3bR1070 gdb trace:
|
Tried encoding with base64 and it worked well, maintaining the formatting/spacing: raw:
base64 encoded:
|
module that can be pulled from to reduce sdp size: https://github.com/chrisplatorres/sdp-minimizer write-up on it: https://webrtchacks.com/the-minimum-viable-sdp/ |
This is a native module bootstrap -- node version incompatibility in the build? |
Debugging notesso I knew that
|
Was there a parse error? https://github.com/exokitxr/exokit/blob/master/deps/exokit-bindings/webrtc/src/peerconnection.cc#L405 This looks ripe for logging 📝. |
The WebRTC here might be dropped in favor of using websockets, atleast for signalling. The audio will likely still use WebRTC. |
Closing in favor of #47. |
This PR is for #3 . Replacing websockets in favor of serverless webRTC data channels in XRMP. This allows for peer to peer connection, which reduces the latency of having to use an intermediary server for communications.