From 51314b5eb9063a010432db4646f357356eef9e65 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 23 Jan 2017 06:47:12 +0200 Subject: Update information --- glcapture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glcapture.c b/glcapture.c index 0c940dc..ee007ca 100644 --- a/glcapture.c +++ b/glcapture.c @@ -9,7 +9,7 @@ * You can test that it works by doing ./ffplay /tmp/glcapture.fifo * * Make sure you increase your maximum pipe size /prox/sys/fs/pipe-max-size - * to minimum of 15 * (width * height * 3) + * to minimum of (FPS / 4) * ((width * height * 3) + 13) * * If you get xruns from alsa, consider increasing your audio buffer size. */ -- cgit v1.2.3