After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

Any features you would like to see in UltraVNC? Propose it here
Post Reply
OSXFeatureRequest
8
8
Posts: 17
Joined: 2012-10-17 17:47

"auto select best settings" should select lossless on LAN

Post by OSXFeatureRequest »

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?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6952
Joined: 2004-04-23 10:21
Contact:

Re: "auto select best settings" should select lossless on LA

Post by Rudi De Vos »

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.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
- uvnc2me: https://uvnc2me.com/
OSXFeatureRequest
8
8
Posts: 17
Joined: 2012-10-17 17:47

Re: "auto select best settings" should select lossless on LA

Post by OSXFeatureRequest »

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?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6952
Joined: 2004-04-23 10:21
Contact:

Re: "auto select best settings" should select lossless on LA

Post by Rudi De Vos »

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..
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
- uvnc2me: https://uvnc2me.com/
Post Reply