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.
Download file mp3 with link .m3u8 #18813
Comments
|
the commit should fix the parsing of FFmpeg version, in this case, if (ffpp.basename == 'ffmpeg' and is_outdated_version(ffpp._versions['ffmpeg'], '3.2', False)) and (not info_dict.get('acodec') or info_dict['acodec'].split('.')[0] in ('aac', 'mp4a')):
args += ['-bsf:a', 'aac_adtstoasc']will be false and |
|
Version is not necessarily in X.Y.Z format, e.g. Windows builds |
|
So, I use ffmpeg command: |
@npthinh1996
you should use: MP3 files streamed in AppleHLSe (i.e. AES-128 encrypted) format are quite uncommon; most common audio codec used in HLS is How I could have dumped your stream?
MediaInfo log of file
|
|
|
|
@npthinh1996 wrote:
... blame those people providing the stream; the download command fetches the stream in its original quality, i.e. without re-(trans-)coding
... and you'll get an identical file to using yt-dl...
You are welcome; just a fellow yt-dl user, sadly with 0 coding skills but with some expertise on streaming methodologies, media files/codecs/containers acquired over the years... |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.01.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v https://5bd725165e3d4.s treamlock.net/test/_definst_/mp3:TOEIC/Audio/19990.mp3/chunklist_w303007929.m3u8), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
I want to download stream file mp3 by link .m3u8 but I have an error:
[AVBSFContext @ 0x7fffdbaa00e0] Codec 'mp3' (86017) is not supported by the bitstream filter 'aac_adtstoasc'. Supported codecs are: aac (86018) Error initializing bitstream filter: aac_adtstoascHow can I fix it?
Thanks!