You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am looking for best configuration for lowest possible latency in this scenario:
Powerful windows pc with spout out from resolume TO other powerful windows pc (possible hdmi/sdi out). In this configuration we are able to provide optical 10gbit connection.
powerful windows pc with spout out form resolume TO raspberry pi or other suggested mini pc
We like to replace sdi connection from source windows pc to led wall processor and have similar latency.
We have done some tests today and be able to get 3 frames latency in first scenario.
Is there possibility for lower latency?
Could this latency be also on some rpi?
Which compression should be used when we like to have 2.5gbit lines with lowest latency?
The text was updated successfully, but these errors were encountered:
We have some here some latency measurements but unfortunately the numbers are quite dated. Basically, OpenGL with without sync-on-vblank provided best latency (but the vsync may be required). It is is possible, that Vulkan now would perform better now.
Moreover, there is a fixed 1 frame latency added at the receiver. If your network doesn't reorder packets, you can try to lower it even to zero.
Generally, I think that 2 frames may be feasible. It depends how you measure it - in the above-mentioned measurements, the capture card added also 1 frame delay.
For the RPi - hard to tell, we didn't measure. But as Alan proposed, it is worth trying JPEG to fit the link speed, ideally GPUJPEG on the sender. I have doubts if RPi would be powerful enough for Cineform or ProRes decode.
Hi, I am looking for best configuration for lowest possible latency in this scenario:
We like to replace sdi connection from source windows pc to led wall processor and have similar latency.
We have done some tests today and be able to get 3 frames latency in first scenario.
Is there possibility for lower latency?
Could this latency be also on some rpi?
Which compression should be used when we like to have 2.5gbit lines with lowest latency?
The text was updated successfully, but these errors were encountered: