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.
I want to download stream file mp3 from link .m3u8 by:
$ youtube-dl -x --audio-format mp3 <URL>.m3u8but I have an error:
[AVBSFContext @ 0x7fffd09876e0] Codec 'mp3' (86017) is not supported by the bitstream filter 'aac_adtstoasc'. Supported codecs are: aac (86018) Error initializing bitstream filter: aac_adtstoascCan anybody help me fix it? Thanks!