<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 19, 2023 at 10:55 AM Frediano Ziglio <<a href="mailto:freddy77@gmail.com">freddy77@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Il giorno dom 16 lug 2023 alle ore 07:58 Néfix Estrada<br>
<<a href="mailto:nefixestrada@gmail.com" target="_blank">nefixestrada@gmail.com</a>> ha scritto:<br>
><br>
> Hello! I'm currently writting a Spice client in Typescript that makes<br>
> use of modern browser features (such as WebGPU, WebUSB, Web workers, etc).<br>
><br>
><br>
> However, I'm struggling with the Image image encoding. I've checked the<br>
> whole documentation site, but I wasn't able to find how each one of the<br>
> encoding works. My knowledge in both audio and video encoding is very<br>
> limited. Specifically:<br>
><br>
> - QUIC<br>
><br>
> - LZ (and all its variants)<br>
><br>
><br>
> I've been trying to understand them from the spice-common project, but<br>
> it's just the implementation without any type of docs :(<br>
><br>
> Another question I had is if there's another way of comunication or a<br>
> place where I can shoot questions about the implementation<br>
><br>
><br>
> Also, I'm planning on gifting the client to the spice project, if you<br>
> would be interested in! (given that you already have a JS project)<br>
><br>
><br>
> Thanks in advance!<br>
><br>
><br>
> Néfix Estrada<br>
><br>
<br>
Hi,<br>
   why not look at SPICE html client instead? It's already JS code so<br>
it  shouldn't be that different.<br>
For QUIC you can see Uri's link if you need some notes, LZ is more or<br>
less standard on decoding, you have uncompressed sections and<br>
references to previous chunks, so it's just a matter of understanding<br>
these encodings.<br></blockquote><div><br></div><div>There is also a link in spice-common/common/lz.h:</div><div>" dictionary compression for images based on fastlz (<a href="http://www.fastlz.org/">http://www.fastlz.org/</a>) "</div><div><br></div><div>Uri.<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Regards,<br>
   Frediano<br>
<br>
</blockquote></div></div>