From c3b6ae0e1fa52fd82e0b18bf44bff6540e7a1555 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 16 Jun 2021 09:51:21 +0200 Subject: Choose another audio source for youtube to workaround freezing after seek --- src/QuickMedia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/QuickMedia.cpp') diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp index 4265310..646d065 100644 --- a/src/QuickMedia.cpp +++ b/src/QuickMedia.cpp @@ -2487,7 +2487,7 @@ namespace QuickMedia { bool in_seeking = false; sf::Clock seeking_start_timer; - const float seeking_restart_timeout_sec = 4.0f; // TODO: Test if this timeout is good on slow hardware such as pinephone and slow internet + const float seeking_restart_timeout_sec = 10.0f; // TODO: Test if this timeout is good on slow hardware such as pinephone and slow internet const int num_load_tries_max = 3; int load_try = 0; -- cgit v1.2.3