@@ -1919,6 +1919,14 @@ static int hls_read_header(AVFormatContext *s)
pls->needed = 1;
pls->parent = s;
+ /* Pass top-level probing parameters to actual stream */
+ pls->ctx->probesize = s->probesize;
+ pls->ctx->format_probesize = s->format_probesize;
+ pls->ctx->max_analyze_duration = s->max_analyze_duration;
+ pls->ctx->fps_probe_size = s->fps_probe_size;
+ pls->ctx->max_ts_probe = s->max_ts_probe;
+ pls->ctx->max_probe_packets = s->max_probe_packets;
+
/*
* If this is a live stream and this playlist looks like it is one segment
* behind, try to sync it up so that every substream starts at the same