Re: [FFmpeg-devel] how to download specific track data of a m3u8 content?

2016-06-29 Thread aihua zhao
AVDISCARD_ALL; 2. enable the desired stream only refer to stream_component_open() ic->streams[stream_index]->discard = AVDISCARD_DEFAULT; thanks for your help. 2016-06-29 10:01 GMT+08:00 Steven Liu : > 2016-06-29 8:36 GMT+08:00 aihua zhao : > > > thanks. > > >

Re: [FFmpeg-devel] how to download specific track data of a m3u8 content?

2016-06-28 Thread aihua zhao
is called once only during hls_read_packet() when c->first_packet is set -- this flag is set in hls_read_header() only. 2016-06-28 22:22 GMT+08:00 Steven Liu : > 2016-06-28 14:26 GMT+08:00 aihua zhao : > > > Hi Experts: > > > > I use ffmpeg to parse/demux media

[FFmpeg-devel] how to download specific track data of a m3u8 content?

2016-06-27 Thread aihua zhao
Hi Experts: I use ffmpeg to parse/demux media content, and created a player basing on it. here is a m3u8 content: http://asp.cntv.lxdns.com/asp/hls/main/0303000a/3/default/438eb7a818b246c187e72f1cd4e1bc4c/main.m3u8