Commit Graph

379 Commits

Author SHA1 Message Date
e13c97299d disable pointer events when session can not control. (#41) 2023-07-16 16:54:28 +02:00
4918c62c9a Add support for touch gestures (#40)
* implement control using webrtc.

* overlay to use NekoControl.

* WIP.

* add is_host to control state.

* control use webrtc only if hosting.

* add proper links to 3rd party code.

* fix button events for gestureHandler.

* lint.

* fix implicit control gain for touch events.
2023-07-07 14:59:54 +02:00
e58aecc49c Refactor signaling for video and audio (#39)
* refactor webrtc video and audio.

* do not reconnect if video is disabled.

* export webrtc types.
2023-06-26 21:27:26 +02:00
810759b641 hotfix: capslock on macos chrome. 2023-06-13 23:39:15 +02:00
2c67394a7a add locked_controls to settings clear. 2023-06-07 17:36:20 +02:00
4f08056c59 do not fail on remote ICE candidate error in offer. 2023-06-02 12:54:10 +02:00
720c2f7a3d call onDisconnected in webrtc close. 2023-06-02 12:54:10 +02:00
78a9a31624 add await to setLocalDescription. 2023-06-02 12:54:10 +02:00
147c94958e add plugins to state. 2023-05-20 18:27:22 +02:00
8d39a95e92 WebRTC congestion control (#24)
* Move congestion control to server

* Address MR comments

* lint.

* bring back webrtc stats sync with state.

* update webrtc messages.

* set bitrate & video auto for signal request.

* clear up bitrate & video_auto.

* add bitrate and audio for connect function.

* reintroduce server side congestion control if video auto is false.

* mov ecode around.

* fix default video_auto.

* revert bitrate addition.

* remove video from signal provide.

---------

Co-authored-by: Aleksandar Sukovic <aleksandar.sukovic@gmail.com>
2023-05-15 19:32:21 +02:00
da252dfd31 add stats to session state. 2023-05-15 17:09:19 +02:00
0f9679d6d6 update api. 2023-05-15 17:09:08 +02:00
af5aefd669 add locked_controls to state. 2023-05-15 17:09:08 +02:00
13caeb3746 fix autoplay. 2023-05-14 22:20:10 +02:00
645c4aa184 fix autoconnect for set url. 2023-05-14 22:20:10 +02:00
fa0ac9d82e Add touch events (#33)
* add touch events handler.

* bind events as non-passive.

* fix touch events.
2023-04-28 19:44:35 +02:00
8df29744b0 Screen sync add custom multiplier and rate settings (#32)
* screen sync add custom multiplier and rate settings.

* fix rate.

* add to page.
2023-04-28 19:39:11 +02:00
1d076cc20c Add TS types support for build (#28)
* build ts types.

* fix default export for lib.
2023-04-22 14:23:17 +02:00
9f8310fe10 ensure that close is not intercepted by any other event. (#29) 2023-04-22 14:23:06 +02:00
9b851aac61 use window matchMedia. 2023-04-19 12:32:48 +02:00
f9417db520 add pixel ratio change listener. 2023-04-19 12:32:48 +02:00
a79a5cfd39 use canvas size when clearing canvas. 2023-04-19 12:32:48 +02:00
d3514b9698 Fix textarea focus for touchscreens with keyboard (#30)
* check if touchscreen has mouse.

* add inputMode to props.

* fix formatting.
2023-04-18 10:19:52 +02:00
1f461cb322 Optimizing canvas for cursor rendering (#27)
* use dpr as canvas scale.

* wheel use event timestamp.

* remove vue set.

* add cursor rendering fps.
2023-04-13 12:25:36 +02:00
84dcd1807c Throttle cursor events (#26)
* clear inactive cursors.

* add mouse move throttle.
2023-04-12 13:19:57 +02:00
ebeaf9bb30 fix ice servers type. 2023-03-26 21:05:11 +02:00
9b579a8cbd Screen size sync (#23)
* allow choosing any screen configuration.

* add screen sync option.

* round size to int.

* lint.
2023-02-14 21:20:05 +01:00
ae80753378 skip onnegotiationneeded if in progress. (#22) 2023-01-30 11:33:52 +01:00
dc2ef37e17 Add mobile keyboard API (#21)
* fix page for mobile - minor changes.

* fix textarea overlay to hide caret and avodi zooming on mobiles.

* fix typo.

* show keyboard btn if is touch device.

* lint fix.

* add to API.

* mobile keybaord fix andorid blur.

* add mobile keybaord toggle.

* fix overlay.

* mobile keybaord, skip if not a touch device.
2023-01-27 19:21:42 +01:00
a22c48c4ca WebRTC latency in stats (#20)
* webrtc stats full report.

* add ping+pong latency counter.

* single console log.

* remove report & add latency to webrtc stats.

* fix.
2023-01-20 23:09:01 +01:00
737bf7da02 fix stereo for chromium. (#18) 2023-01-13 12:02:35 +01:00
863de78b70 Add WebSocket heartbeat (#16)
* add heartbeat.

* rename.
2022-11-11 18:00:36 +01:00
b27b8e028d add bitrate switcher. (#15) 2022-11-07 19:40:36 +01:00
9307fbea97 fix default cursor tag pos. 2022-10-22 16:37:44 +02:00
0371a7dc4c Add NoVnc keyboard (#13)
* novnc wip.

* remove blacklistKeys.

* eslint ignore all js files.

* ad common keyboard interface.

* upgrade novnc.

* fix novnc.

* fix novnc keyboard.

* fix keyboard remapping.

* conditionally include novnc at build time.
2022-10-04 20:28:07 +02:00
3a75b1bf54 do not trigger changes during IME composition. 2022-10-04 20:23:09 +02:00
a6698a3ef2 register mouseup globally. 2022-09-16 10:51:29 +02:00
cc6722fee2 remove keybaord reset on mouse leave. 2022-09-16 10:51:29 +02:00
fb5d9affd9 logger: color only if enabled in env. 2022-09-16 10:50:57 +02:00
84a1d16de3 accept ?token= in server URL. 2022-09-16 10:50:57 +02:00
a1860d5f56 fix implicit control req: race condition deadlock. 2022-09-15 21:11:42 +02:00
abb28b1d10 canvas cursor draw, reset x & y before clear #9. 2022-08-30 23:02:44 +02:00
cfcc06fdcd hide overlay only if disconnected. 2022-08-25 00:15:31 +02:00
11b3738244 websocket status code when disconnecting. 2022-08-25 00:15:31 +02:00
ac6df17036 emit close event after closing all reconnectors. 2022-08-25 00:15:31 +02:00
9a77f6adea Canvas cursor draw - do not use save and restore. (#9) 2022-08-25 00:14:47 +02:00
f4b22e82a9 control pos interface. 2022-07-28 12:44:07 +02:00
56b7c8087d rename to wsControl. 2022-07-28 12:44:07 +02:00
84708c77d2 overlay send events over WS if not connected. 2022-07-28 12:44:07 +02:00
4b2c03b88d overlay onControlChange use control events. 2022-07-28 12:44:07 +02:00