mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-10 09:33:43 +00:00
noop delay
This commit is contained in:
@@ -236,6 +236,7 @@ int encoder_compress_buffer(
|
|||||||
# ifdef WITH_RAWSINK
|
# ifdef WITH_RAWSINK
|
||||||
else if (ER(type) == ENCODER_TYPE_NOOP) {
|
else if (ER(type) == ENCODER_TYPE_NOOP) {
|
||||||
LOG_VERBOSE("Compressing buffer using NOOP (do nothing)");
|
LOG_VERBOSE("Compressing buffer using NOOP (do nothing)");
|
||||||
|
usleep(5000); // Просто чтобы работала логика desired_fps
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user