Skip to content
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

Hls streams and m3u8 bug #108

Closed
trimechee opened this issue Oct 22, 2022 · 0 comments
Closed

Hls streams and m3u8 bug #108

trimechee opened this issue Oct 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@trimechee
Copy link

trimechee commented Oct 22, 2022

Hello, Ffmpeg seems to have some problems to decode hls m3u8 streams, but a tool like HLSDL seems to solve these problems, please it will be great if there is support for specific hls streams to some websites by integrating these m3u8 software , thank you very much !

C program to download VoD HLS (.m3u8) files

https://github.com/selsta/hlsdl

m3u8 : Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions :

https://github.com/globocom/m3u8

[.NET] m3u8 downloader Open source command line m3u8/HLS/dash downloader, supports common AES-128-CBC decryption, multi-threading, custom request headers, etc. Supports Simplified Chinese, Traditional Chinese and English. English Supported.

https://github.com/nilaoda/N_m3u8DL-CLI

[.NET7] Cross-Platform stream downloader for DASH/HLS.

https://github.com/nilaoda/N_m3u8DL-RE

and

https://github.com/HeiSir2014/M3U8-Downloader

https://github.com/Spark-NF/hls-downloader

" HLSDL appears working much better than ffmpeg in these cases.
Hlsdl is public and the source code available.
The stream plays almost immediately and is stable. No errors or buffering.
Using ffmpeg for the download step gives a very long intial delay and is not very stable.
so I assume that the new crypto+hls RAI flows are badly handled by ffmpeg based players now.

the video is choppy and unable to buffer enough for a fluid vision. Parole has no problem.

FFmpeg is not good for HLS streams, but I watched a lot of various HLS streams without any problems. The main problem is that FFmpeg downloads all streams (many video sizes at once), so you can watch only HLS stream with single video size"

@trimechee trimechee added the enhancement New feature or request label Oct 22, 2022
@trimechee trimechee changed the title Hls streams and m3u8 Hls streams and m3u8 bug Oct 22, 2022
@vzhd1701 vzhd1701 closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants