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

Ricardo Constantino wiiaboo at gmail.com
Fri May 5 21:56:30 EEST 2017


I've actually tested the patch with FFmpeg/mpv now with a few .mpd from
Youtube (non-segmented), Vimeo and Facebook and it seems to work mostly
fine.

You can obtain URLs to these by using youtube-dl json output together with
jq cli tool, ex:

working:
ffmpeg -i $(youtube-dl -J "https://www.youtube.com/watch?v=KGZ0een8vSE" |
jq -r ".requested_formats[0].manifest_url")
ffmpeg -i $(youtube-dl -J https://vimeo.com/210782750 | jq -r
".requested_formats[0].manifest_url")

not working:
# segmented dash
ffmpeg -i $(youtube-dl -J "https://www.youtube.com/watch?v=XmL19DOP_Ls" |
jq -r ".requested_formats[0].manifest_url")
# Invalid segment filename template
../live-md-v/10154477461972452-$Time$.m4v
ffmpeg -i $(youtube-dl -g <link from a video in
https://www.facebook.com/livemap>)


More information about the ffmpeg-devel mailing list