Hello,
I am developing a simple JavaFX viewer starting from the swing one and I am experiencing a strange issue. I can reproduce it on the swing viewer too as you can see in the two videos linked below.
Basically using zrle encoding, the first full image is rendered correctly; then you move the mouse and after a little while the rectangles get screwed for some time. After some time, it usually gets back to render the rectangles correctly.
I have dug into it quite a bit and I have the feeling the issue is in the ZRLE encoder, meaning that it produces the scrambled rectangles. The issue of course does not happen in Remmina. Also, switching to raw encoding it does not show the issue.
I am available to help if you need some more tests or information.
Hello,
I am developing a simple JavaFX viewer starting from the swing one and I am experiencing a strange issue. I can reproduce it on the swing viewer too as you can see in the two videos linked below.
Basically using zrle encoding, the first full image is rendered correctly; then you move the mouse and after a little while the rectangles get screwed for some time. After some time, it usually gets back to render the rectangles correctly.
I have dug into it quite a bit and I have the feeling the issue is in the ZRLE encoder, meaning that it produces the scrambled rectangles. The issue of course does not happen in Remmina. Also, switching to raw encoding it does not show the issue.
I am available to help if you need some more tests or information.