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>)
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to