PDA

View Full Version : M3U8 to TS with ffmpeg


waterboxes
02-17-2015, 05:26 PM
Hi,

Been reading the many forums on how to do this, but having no luck.

This is my input:
ffmpeg -i "/halal/111113_video_burkett_brooklynbandkilling6pm_web.m3 u8" -c copy test.ts

This is my error:
https protocol not found, recompile with openssl or gnutls enabled.
Unable to open key file https://content-ause2.uplynk.com/check2?b=ec7a18498d7d4da78c113f67f7d31d09&v=9461e096230f43aba0fd401eb54cec39&r=d&pbs=43d7cf253ac1446fb8e8196324255807
https protocol not found, recompile with openssl or gnutls enabled.
Unable to open key file https://content-ause2.uplynk.com/check2?b=9461e096230f43aba0fd401eb54cec39&v=9461e096230f43aba0fd401eb54cec39&r=d&pbs=43d7cf253ac1446fb8e8196324255807
[hls,applehttp @ 0x7fa768830000] Error when loading first segment 'http://stg-ec-ore-u.uplynk.com/slices/ec7/4f59ea65df184a2580ad8fc80d3eaa32/ec7a18498d7d4da78c113f67f7d31d09/D00000000.ts?pbs=43d7cf253ac1446fb8e8196324255807'
/halal/111113_video_burkett_brooklynbandkilling6pm_web.m3 u8: Invalid data found when processing input

I've attached my M3U8 file.

Ideas anyone??

Thank you!

hasomaso
02-17-2015, 06:19 PM
Hey Michael try that

ffmpeg -i "put here your .m3u8 url or local .m3u8 file" -c:v copy -c:a copy -f mpegts test.ts