zrle decoding error on 2nd frame #355
Replies: 6 comments 2 replies
-
Is this a crash in your client or in wayvnc? If it's a crash in wayvnc, please try with the newest version (0.9.1) and provide a backtrace if it crashes. |
Beta Was this translation helpful? Give feedback.
-
wayvnc hasn't crash, i just curious why the 2nd frame data can't uncompress |
Beta Was this translation helpful? Give feedback.
-
It seems that zlib compressed data usually starts with |
Beta Was this translation helpful? Give feedback.
-
wayvnc --log-level=trace
|
Beta Was this translation helpful? Give feedback.
-
https://stackoverflow.com/questions/76445115/writing-zrle-encoding-for-vnc-server |
Beta Was this translation helpful? Give feedback.
-
Useful information:
Please, try to gather as much of useful information as possible and follow
these instructions:
i am try to make a vnc client by myself. raw format very slow, so i try to use zrle ,
i have decoded first frame , but the second frame alawys crash,
i want to know why the second frame of the same image has about 320 bytes less than the first frame
logs
wayvnc -V
dv@rsap5:~ $ wayvnc --version wayvnc: v0.8.0-f7afe12 (pios) neatvnc: 0.8.0 aml: 0.3.0
Beta Was this translation helpful? Give feedback.
All reactions