[FFmpeg-devel] [PATCH] hls demuxer: add option to defer parsing of variants

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Nov 24 01:41:49 EET 2017


2017-11-23 23:20 GMT+01:00 Rainer Hochecker <fernetmenta at online.de>:

> + at item load_all_variants
> +If 0, only the first variant/playlist is loaded on open. All other variants
> +get disabled and can be enabled by setting discard option in program.
> +Default value is 1.

Shouldn't this be:
0 (or -1) for all streams (default), n>0 (or > -1) for the nth stream.
I guess it is at least possible that the user knows in advance which
streams the source will offer.
No?

Carl Eugen


More information about the ffmpeg-devel mailing list