21pages
1f02bc9d3e
bump to 1.3.7 ( #10548 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-01-20 23:12:00 +08:00
21pages
5fa8c25e65
opt qos ( #10459 )
...
* Adjust bitrate and fps based on TestDelay messages.
* Bitrate is adjusted every 3 seconds, fps is adjusted every second and when receiving test lag.
* Latency optimized at high resolutions. However, when the network is poor, the delay when just connecting or sliding static pages is still obvious.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-01-20 17:59:36 +08:00
21pages
c44803f5b0
replace hbb_common with submodule ( #10543 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-01-20 17:33:41 +08:00
Samuel FORESTIER
4b066b1fba
fix(debian): makes postinst/prerm scripts idempotent ( #10541 )
...
* fix(debian): makes `postinst` script idempotent
* fix(debian): makes `prerm` script idempotent
2025-01-20 07:59:40 +08:00
fufesou
dd004f1a2d
fix: clipboard, client side, update is required on conn ( #10464 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-01-17 02:27:20 +08:00
fufesou
222dbf12cd
fix: mobile, don't reset canvas on metrics changed ( #10463 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-01-15 18:24:50 +08:00
是果宝呐
b5d54debce
Fix a translation error ( #10500 )
2025-01-14 22:16:17 +08:00
flusheDData
08cdf7134d
Update es.rs ( #10468 )
2025-01-10 21:14:59 +08:00
add-uos
be5037bd03
fix: [translations] Add the translation in tw.rs ( #10452 )
...
Add the translation in tw.rs
Log: Add the translation in tw.rs
2025-01-08 14:16:16 +08:00
rustdesk
f9915df926
update readme
2025-01-08 00:23:17 +08:00
rustdesk
f96c759cf5
fix https://github.com/rustdesk/rustdesk/issues/10440
2025-01-07 11:52:43 +08:00
Xiaobo Liu
8f329ebc1a
scrap: style ( #10445 )
2025-01-07 11:21:43 +08:00
Xiaobo Liu
4a3c11e711
scrap: fixed build warnning ( #10442 )
...
```shell
warning: elided lifetime has a name
--> src/common/mod.rs:192:21
|
187 | pub fn to<'a>(
| -- lifetime `'a` declared here
...
192 | ) -> ResultType<EncodeInput> {
| ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
|
= note: `#[warn(elided_named_lifetimes)]` on by default
```
2025-01-07 11:14:20 +08:00
Xiaobo Liu
0dbd3094ec
hbb_common: simplify is_compressed_file ( #10436 )
...
* hbb_common: simplify is_compressed_file
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
* `exts` rename to `compressed_exts`
---------
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
2025-01-06 18:20:18 +08:00
21pages
40999c3211
fix ffmpeg videotoolbox wrong log ( #10413 )
...
* Fix ffmpeg videotoolbox wrong log when changing bitrate
* Let qsv support abr, and it's safe for qsv to changing bitrate.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-01-02 22:19:30 +08:00
rustdesk
7c2d62237f
missed file
2025-01-01 23:11:38 +08:00
rustdesk
ef90ab2bd4
compelete fix https://github.com/rustdesk/rustdesk/discussions/10210
...
rather than the awful workaround
2025-01-01 23:05:52 +08:00
Dimitris Apostolou
4f3b821883
fix: fix crate vulnerabilities ( #10407 )
2025-01-01 10:15:57 +08:00
21pages
98b00cdb3d
Fix image blur occurring at the moment of changing quality ( #10399 )
...
1. Fix this issue occurs on FFmepg qsv, FFmpeg nvenc and SDK mfx, other
codecs don't have this problem. Clear cache is needed.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-30 11:51:36 +08:00
rustdesk
8e4127b6a0
remove all stupid canLaunchUrl
2024-12-29 23:43:31 +08:00
21pages
b1f54acf90
fix andriod update button cannot be clicked ( #10394 )
...
1. Remove `canLaunchUrl`, which fix the issue
2. Remove `unregisterEventHandler` of `kCheckSoftwareUpdateFinish` when
connection page dispose, it's registered on main.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-29 23:37:52 +08:00
rustdesk
39a430f96f
upgrade url_launch
2024-12-28 22:03:34 +08:00
Kleofass
a9f2e14091
Update lv.rs ( #10381 )
2024-12-27 14:47:01 +08:00
Vasyl Gello
77baba3122
Fix missing locked arg in cargo install ( #10374 )
...
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2024-12-26 15:54:46 +08:00
fufesou
1c62a28ef3
fix: build ( #10364 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-25 16:36:13 +08:00
fufesou
9ed2499666
fix: file clipboard, init disabled ( #10361 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-25 15:18:06 +08:00
XLion
06bc554216
Fix: DEBIAN Control md5sums ( #10356 )
...
* Fix: DEBIAN Control md5 sums
* I forgot import
2024-12-25 00:04:34 +08:00
Jernej Simončič
090f5b65ac
Update sl.rs ( #10346 )
2024-12-24 14:15:22 +08:00
Integral
49dabd3533
refactor: replace &PathBuf with &Path to enhance generality ( #10332 )
2024-12-23 20:28:04 +08:00
RustDesk
7289dbc80f
Update flutter-build.yml ( #10337 )
2024-12-22 11:35:55 +08:00
rustdesk
72f5184ee0
unused
2024-12-22 11:20:38 +08:00
fufesou
e9c5e0d26b
fix: android, mouse mode, right menu, unexpected click ( #10330 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-21 15:09:03 +08:00
rustdesk
03999d900e
1.3.6
2024-12-21 15:00:16 +08:00
fufesou
b24551da7b
refact: linux, move rustdesk into /usr/share ( #10327 )
...
* refact: linux, move rustdesk into /usr/share
Signed-off-by: fufesou <linlong1266@gmail.com>
* linux, upgrade, try remove old empty folders
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-21 14:53:28 +08:00
21pages
bc461fe99b
Revert "Revert "revert linux use cpal "" ( #10326 )
...
* Revert "Revert "revert linux use cpal (#10260 )" (#10262 )"
This reverts commit 827b5f6a4c
.
* update Cargo.lock
Signed-off-by: 21pages <sunboeasy@gmail.com>
---------
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-20 22:46:42 +08:00
rustdesk
25e438a663
crate
2024-12-20 22:24:53 +08:00
jkh0kr
1f5aeda41d
Update ko.rs ( #10320 )
2024-12-20 15:09:33 +08:00
fufesou
9114743577
fix: linux, flutter, workaround freeze ( #10324 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-20 09:24:08 +08:00
fufesou
7830a9e9f3
refact: linux, install path ( #10316 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-19 15:05:24 +08:00
fufesou
5fa8485130
fix: macos, show remote cursor ( #10314 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-18 21:17:04 +08:00
Iacopo Modica
ed9cb37283
Fix translation issues in Italian language file ( #10312 )
...
Corrected multiple translation errors and typos in the Italian language resource file.
2024-12-18 21:02:53 +08:00
21pages
e4b270a581
update hwcodec ( #10306 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-17 21:52:17 +08:00
21pages
9dd9c45afc
fix ci ( #10305 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-17 15:01:01 +08:00
21pages
e163b75407
update hwcodec ( #10304 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-17 12:07:34 +08:00
princeyogesh
10ff3e6937
Fix for compilation due to minimum Cmake version update and arm based compilation of vcpkg ( #10297 )
2024-12-17 10:37:57 +08:00
21pages
acae6d6558
try fix FFmpeg amf encode hang ( #10283 )
...
* Possible Causes
* GPU API Call Hangs: This could occur, though it's less likely.
* Infinite Loop: If `QueryOutput` always fails and `hwsurfaces_in_queue_max` is zero, the loop will continue indefinitely.
* Proposed Solution
* A query_timeout patch has been added to FFmpeg with a value of 1000ms, which exceeds the time required to encode a single frame. This allows us to remove the loop.
* Test
* After removing the loop, no frame encoding failures were encountered during testing. A single call to QueryOutput is sufficient, as it typically consumes about 12ms on a 2K screen.
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-16 19:40:48 +08:00
fufesou
d025ca1d81
refact: linux, chcon, bin_t ( #10293 )
...
Signed-off-by: fufesou <linlong1266@gmail.com>
2024-12-16 19:01:12 +08:00
21pages
e5aa31eb4c
Fix auto record outgoing sessions ignore record permission ( #10294 )
...
1. Fix auto record outgoing sessions ignore record permission
2. Stop record if record permission changed
3. Update hwcodec
4. Make video thread finish faster when connection closed
Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-12-16 17:13:48 +08:00
Dmitry Beskov
771cc565ab
Flathub badge in the README ( #10288 )
...
* new flathub badge in readme
* replacing badge with svg
2024-12-16 16:04:53 +08:00
summoner001
db3bdb16a1
Update hu.rs ( #10287 )
...
* Update hu.rs
Fixes and corrections
* Update hu.rs
more fixes
* Update hu.rs
Minor fixes
* Update hu.rs
Fixing typo
2024-12-16 15:48:17 +08:00