Commit Graph

4 Commits

Author SHA1 Message Date
aler9
bab5caee01 webrtc: fix connection in case of high latency
When latency is high, one side of the peer connection switched to the
"connected" state before the other one, and then closed the WebSocket
connection since it's useless after the peer connection has been
established. This caused the other side of the connection to detect a
WebSocket error and to exit.

The WebSocket connection must remain open, otherwise the
"connected" state is not set by both parts.
2022-12-20 13:30:30 +01:00
aler9
0e68aedf12 webrtc: fix support for video + audio 2022-12-19 23:08:24 +01:00
aler9
ac371d8dca remove sendrecv comment 2022-12-19 22:13:54 +01:00
Alessandro Ros
5efe97abf1
Support reading with WebRTC (#1242) 2022-12-16 00:50:47 +01:00