summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http-launch/src/http-launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-launch/src/http-launch.c b/http-launch/src/http-launch.c
index 9b49003..07fbbca 100644
--- a/http-launch/src/http-launch.c
+++ b/http-launch/src/http-launch.c
@@ -356,7 +356,7 @@ main (gint argc, gchar ** argv)
"units-max", (gint64) 7 * GST_SECOND,
"units-soft-max", (gint64) 3 * GST_SECOND,
"recover-policy", 3 /* keyframe */ ,
- "timeout", (guint64) 7 * GST_SECOND,
+ "timeout", (guint64) 10 * GST_SECOND,
"sync-method", 1 /* next-keyframe */ ,
NULL);