-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 😉 BTW, you never posted any info on the page that .m3u8 playlist was harvested from; perhaps better qualities are available there, but I suspect this matter does not fit in this yt-dl tracker...
... 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
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and 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
-v
flag 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_adtstoasc
How can I fix it?
Thanks!
The text was updated successfully, but these errors were encountered: