I am building webrtc from source following the instructions in the repo and then I am executing the cargo build. Everything builds successfully and I can run the livekit examples, however whenever I am using a URL with encryption for the server (wss:), the room.connect fails with an exception HTTP error: 200 OK. If I use (ws:), everything works as expected.
I assume it is related to the WebSocket and SSL. I have run the build_linux.sh and the ssl patch has been applied successfully.
If I use the original liblivekit_ffi.so that comes with the installation the URL with encryption works as expected.
Any ideas?
I am building webrtc from source following the instructions in the repo and then I am executing the
cargo build. Everything builds successfully and I can run the livekit examples, however whenever I am using a URL with encryption for the server (wss:), theroom.connectfails with an exceptionHTTP error: 200 OK. If I use (ws:), everything works as expected.I assume it is related to the WebSocket and SSL. I have run the
build_linux.shand the ssl patch has been applied successfully.If I use the original
liblivekit_ffi.sothat comes with the installation the URL with encryption works as expected.Any ideas?