Re: [FFmpeg-devel] [PATCH v13] avformat/dashdec: add dash demuxer base version

2017-04-08 Thread Andy Furniss
Steven Liu wrote: v13 fixed: 1. fix bug: cannot play: http://dash.edgesuite.net/akamai/bbb_30fps/bbb_30fps.mpd Great things seem to be working OK now. Is it possible to choose streams? There are some logging nits on the mpds I've tested. http logs per chunk No trailing CRLF found in HTTP h

[FFmpeg-devel] [PATCH v13] avformat/dashdec: add dash demuxer base version

2017-04-08 Thread Steven Liu
ffmpeg need a dash demuxer for demux the dash formats base on https://github.com/samsamsam-iptvplayer/exteplayer3/blob/master/tmp/ffmpeg/patches/3.2.2/01_add_dash_demux.patch v2 fixed: 1. from autodetect to disabled 2. from camelCase code style to ffmpeg code style 3. from RepType to AVMediaTy