You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
111:
DesktopStreamer: bugfix; stop streaming when the server closes the stream
and the "remote control" option was not enabled.
110:
DesktopStreamer: Support for streaming multiple windows on OSX disabled by
default, can be enabled with cmake -DDESKTOPSTREAMER_ENABLE_MULTIWINDOW=ON.
106:
DesktopStreamer: Rename 'interaction' -> 'remote control', off by default.
103:
DesktopStreamer: prevent AppNap of being re-enabled automatically
102:
DeflectQt: Continue rendering & streaming after updates for a while to
compensate for running animations, fix spurious missing event handling
101:
DesktopStreamer: windows that are streamed independently are activated
(i.e. sent to the foreground) before applying an interaction event. The mouse
cursor is now rendered only on active windows or desktop.
100:
QmlStreamer: correcly quit application when stream is closed.
99:
Fix incomplete socket send under certain timing conditions
98:
Streams can be constructed based on the DEFLECT_ID and DEFLECT_HOST ENV_VARs.
97:
DesktopStreamer: the list of windows available for streaming is also updated
after a window has been hidden or unhidden.
94:
Removed legacy SendCommand functionality from Stream to Server. It was only
used internally by the old Tide Dock streamer and never meant to be public.