From 4e663566dda9fea8cbff8e58f65e91863cbf42a4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Jun 2017 22:04:44 +0200 Subject: demux_lavf: by default probe info for HLS again This switches back the --demuxer-lavf-probe-info default for HLS from "no" to "yes". Apparently the old default caused problems with the FFmpeg MediaCodec wrapper. I'm not sure whether it's due to the extradata (which would not make any sense as MediaCodec takes in Annex B formatted h264 data), or something else. Reportedly, enabling probing fixes it though, so enable it again. Add disparaging comment about Google software/APIs here. --- demux/demux_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demux/demux_lavf.c b/demux/demux_lavf.c index 4328c9d782..da5967f1dd 100644 --- a/demux/demux_lavf.c +++ b/demux/demux_lavf.c @@ -149,7 +149,7 @@ static const struct format_hack format_hacks[] = { {"mp3", "audio/mpeg", 24, 0.5}, {"mp3", NULL, 24, .max_probe = true}, - {"hls", .no_stream = true, .clear_filepos = true, .skipinfo = true}, + {"hls", .no_stream = true, .clear_filepos = true}, {"mpeg", .use_stream_ids = true}, {"mpegts", .use_stream_ids = true}, -- cgit v1.2.3