[vlc-devel] [PATCH 4/4] httpd: increase chromecast timeout

Thomas Guillem thomas at gllm.fr
Mon Jan 11 13:32:19 UTC 2021


Fixes #25151
Fixes #25192
---
 src/network/httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/network/httpd.c b/src/network/httpd.c
index 1b8e9cc1f93..06d52f722ef 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -935,7 +935,7 @@ httpd_host_t *vlc_rtsp_HostNew(vlc_object_t *p_this)
 
 httpd_host_t *vlc_chromecast_http_HostNew(vlc_object_t *p_this, unsigned port)
 {
-    return httpd_HostCreate(p_this, "", port, NULL, 10);
+    return httpd_HostCreate(p_this, "", port, NULL, 60);
 }
 
 static struct httpd
-- 
2.29.2



More information about the vlc-devel mailing list