Re: High delay of video-streams

2024-04-16 Thread Michael Scherle
Hello, Thanks for your changesets, they definitely reduce the delay significantly (to a similar level as our provosoric fixes, but yours are much cleaner). On the client side (spice-gtk) I looked at the problem with the high decoding time (2 frames buffering) and was able to find a simple

Re: [EXTERN] Re: High delay of video-streams

2024-04-03 Thread Frediano Ziglio
Frediano Il giorno mar 2 apr 2024 alle ore 15:27 Michael Scherle ha scritto: > > Hi Frediano, > > thank you very much for your detailed answer. > > > On 02.04.24 14:13, Frediano Ziglio wrote: > > > Really short explanation: Lipsync. > > > > Less cryptic explanation: video streaming was added

Re: [EXTERN] Re: High delay of video-streams

2024-04-02 Thread Michael Scherle
Hi Frediano, thank you very much for your detailed answer. On 02.04.24 14:13, Frediano Ziglio wrote: Really short explanation: Lipsync. Less cryptic explanation: video streaming was added much time ago when desktops used 2D graphic drawings, like lines, fillings, strings and so on. At that

Re: High delay of video-streams

2024-04-02 Thread Frediano Ziglio
Il giorno mer 20 mar 2024 alle ore 15:32 Michael Scherle ha scritto: > > Hello spice developers, > > I looked further and found the function get_min_playback_delay( > https://gitlab.freedesktop.org/spice/spice/-/blob/fe1c25f530b95d32cc81bc1a395d80ace631d2dd/server/gstreamer-encoder.c#L507) >

Re: High delay of video-streams

2024-03-20 Thread Michael Scherle
Hello spice developers, I looked further and found the function get_min_playback_delay( https://gitlab.freedesktop.org/spice/spice/-/blob/fe1c25f530b95d32cc81bc1a395d80ace631d2dd/server/gstreamer-encoder.c#L507) which calculates the delay I was looking for. However, some of the calculations do