This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
v0.3.1: History Backup for UDPMulticast based on QThread
History Backup for a deserted solution, using QThread for sending data from UDPMulticast.
This solution is much more stable than QRunnable, but will cause serious lags when image resolution is above 720p.
(Seems that on some CPU, single thread can't handle this, need at least two threads to deal with image scaling and data transporting...)