From 61202bb3640740d2cb98cf13922dcdf67970d5ef Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Jan 2017 19:38:43 +0100 Subject: ytdl_hook, edl: implement pseudo-DASH support We use the metadata provided by youtube-dl to sort-of implement fragmented DASH streaming. This is all a bit hacky, but hopefully a makeshift solution until libavformat has proper mechanisms. (Although in danger of being one of those temporary hacks that become permanent.) --- demux/demux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demux/demux.h') diff --git a/demux/demux.h b/demux/demux.h index 44bd2b9766..8a1da4e400 100644 --- a/demux/demux.h +++ b/demux/demux.h @@ -163,6 +163,8 @@ struct demuxer_params { struct timeline *timeline; bool disable_timeline; bool initial_readahead; + bstr init_fragment; + bool skip_lavf_probing; // -- demux_open_url() only int stream_flags; bool disable_cache; -- cgit v1.2.3