iEvgeny / cctv-viewer

CCTV Viewer - viewer and mounter video streams.
GNU General Public License v3.0
135 stars 19 forks source link

[TECH] Does Linux 6.10 will improve cctv latencies ? #89

Closed MarcoRavich closed 5 months ago

MarcoRavich commented 6 months ago

Hi there, I just read this interesting article and your software immediately came to mind:

"Greatly improve send zerocopy performance, by enabling coalescing of sent buffers. MSG_ZEROCOPY already does this with send(2) and sendmsg(2), but the io_uring side did not. In local testing, the crossover point for send zerocopy being faster is now around 3000 byte packets, and it performs better than the sync syscall variants as well. This feature relies on a shared branch with net-next, which was pulled into both branches."

Source: https://www.phoronix.com/news/Linux-6.10-IO_uring

Do you think cctv will get latency benefits from it?

iEvgeny commented 5 months ago

Hi! Although the terms are similar, this is information from a different area and may not be useful for reducing playback latency.

MarcoRavich commented 5 months ago

Thanks for the explanation !