I would like to see "Auto select best settings" to avoid selecting a lossy-compression JPEG format like Ultra, Ultra2 on a high-speed (1Gbps!) LAN connection. Many of the other encodings don't cause these visual artefacts, and the default Jpeg quality is 6, which is very low quality.
If I have a very high speed connection to the server, I likely want as much accuracy from the connection as possible. Won't most people want this as well?
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
"auto select best settings" should select lossless on LAN
-
- 8
- Posts: 17
- Joined: 2012-10-17 17:47
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: "auto select best settings" should select lossless on LA
ultra=pure compression lzo compression ( lossless)
ultra2= mjpeg ( lossy motion jpeg)
The auto function is just a raw estimation, if you know the bandwidth and the available part for vnc you
better set the encoder yourself. There is no predefined value that's ideal for all.
Some people use remote storage over the same line as vnc, in that case you don't want vnc to use the full 1gb line.
ultra2= mjpeg ( lossy motion jpeg)
The auto function is just a raw estimation, if you know the bandwidth and the available part for vnc you
better set the encoder yourself. There is no predefined value that's ideal for all.
Some people use remote storage over the same line as vnc, in that case you don't want vnc to use the full 1gb line.
-
- 8
- Posts: 17
- Joined: 2012-10-17 17:47
Re: "auto select best settings" should select lossless on LA
Ah, the distinction between Ultra and Ultra2 wasn't in any documentation I could find.
What do you suppose the maximum bandwidth ∝ resolution that uVNC utilise actually is?
What do you suppose the maximum bandwidth ∝ resolution that uVNC utilise actually is?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: "auto select best settings" should select lossless on LA
1920*1280*32(full color) -> single frame is uncompressed 10MB
We only send delta changes not the full screen.
Fullscreen video + lossless compression fill your 1gb network.
If the screen is a window screen ( like word/excel) you get very good results with lossless compression.
solid color regions compress to 10% or less.
If the screen is an image ( a photo background) losless compress bad, but jpeg is then good to compress images.
The encoders try to detect image from solid regions and mix compressors..
We only send delta changes not the full screen.
Fullscreen video + lossless compression fill your 1gb network.
If the screen is a window screen ( like word/excel) you get very good results with lossless compression.
solid color regions compress to 10% or less.
If the screen is an image ( a photo background) losless compress bad, but jpeg is then good to compress images.
The encoders try to detect image from solid regions and mix compressors..