Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--hls-use-mpegts makes postprocessors fail #9286
Comments
|
Which URL are you trying? Post the full verbose log. |
|
It doesn't really matter. Any m3u8 URL should do; at least each one I tried sufficed. But if you like being flooded with irrelevant nonsense, fine:
|
|
Can this be an old ffmpeg bug? Can't reproduce now
And I can play this file
|
|
I had this same issue today with
You can try: |
Using the
--hls-use-mpegtsoption makes the metadata postprocessor fail:When I run the
ffmpegcommand manually, I get:Adding the
-bsf:a aac_adtstoascoption as suggested fixes the problem.By the way, there is another way to make partial downloads playable: just pass
-movflags empty_moovto FFmpeg in the downloader.(youtube-dl version: 2016.03.26; not that I think it should matter).