RustDesk/src/server
21pages 39e713838f
Use fallback codec if first frame fails (#9242)
* Both encoding and decoding use fallback if first frame fails
* More aggresive max fail counter
* Update hwcodec, add judgement when length of the encoded data is zero, https://github.com/rustdesk/rustdesk-server-pro/discussions/382#discussioncomment-10525997
* Fix serde hwcodec config toml fails when the non-first vec![] is empty, https://github.com/toml-rs/toml-rs/issues/384, the config file is used for cache, when check process is not finished, the cache is used.
* Allow cm not start for pro user

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-09-03 18:48:17 +08:00
..
audio_service.rs refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00
clipboard_service.rs fix: clipboard cm ipc data, raw bytes (#8930) 2024-08-02 21:36:49 +08:00
connection.rs Use fallback codec if first frame fails (#9242) 2024-09-03 18:48:17 +08:00
dbus.rs fix linux uni (url) and tray exit 2023-06-10 18:24:03 +08:00
display_service.rs fix: privacy mode 2, restore (#9141) 2024-08-22 09:35:50 +08:00
input_service.rs not run get window focus if no multiple displays (#9174) 2024-08-26 10:37:35 +08:00
portable_service.rs shared memory size use the max resolution of all displays (#8534) 2024-06-29 21:50:21 +08:00
rdp_input.rs Feat: Wayland flatpak input support | Remote desktop portal (#6675) 2023-12-19 10:44:58 +08:00
service.rs make clipboard dropped after no sub 2024-07-01 00:24:23 +08:00
uinput.rs refact: embed crate mouce, uinput (#8836) 2024-07-28 17:27:09 +08:00
video_qos.rs add ffmpeg mediacodec h264/h265 encode (#8028) 2024-05-13 12:39:04 +08:00
video_service.rs Use fallback codec if first frame fails (#9242) 2024-09-03 18:48:17 +08:00
wayland.rs fix: crash, drop tokio RunTime in async context (#9091) 2024-08-16 14:55:42 +08:00