[FFmpeg-user] HTTPS support
J Digz
huemanti at gmail.com
Sat Jun 14 06:17:15 CEST 2014
Hello,
Is ffmpeg meant to provide HTTPS support or not?
I originally had v1.1.5 where pulling HTTPS files into ffmpeg worked. I
updated to v2.2.1 and found HTTPS no longer be supported.
Any reason for this? Is this a planned feature or a bug?
--------------------------------
Old Spec:
fmpeg version 1.1.5 Copyright (c) 2000-2013 the FFmpeg developers
built on Jun 5 2013 20:28:06 with gcc 4.4.7 (GCC) 20120313 (Red Hat
4.4.7-3)
--------------------------------
New Spec:
ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers
built on Apr 13 2014 13:00:18 with gcc 4.4.6 (GCC) 20120305 (Red Hat
4.4.6-4)
--------------------------------
Example command that works in old spec and fails in new spec:
ffmpeg -i "
https://ia801705.us.archive.org/5/items/Alemarah-33-PA-MP4/moaskar.mp4"
-map 0 -codec:v libx264 -codec:a libfaac -f ssegment -segment_list
playlist.m3u8 -segment_list_flags +cache -segment_time 10 out%03d.ts
--------------------------------
Thanks,
Hue
More information about the ffmpeg-user
mailing list