hls-downloader
hls-downloader copied to clipboard
Download HLS streams in NodeJS
With the `mergeUsingFfmpeg` flag as `true`, I'm greeted with this error from ffmpeg which causes the concat to fail. ```log [Received: ...] All segments received, stopping Spawning FFMPEG ffmpeg -y...
This is what I get when trying to download a video, even the .ts file(in the temp folder) doesnt open `All segments received, stopping Spawning FFMPEG ffmpeg -y -loglevel warning...
Seems that there is a requirement that the file names in the hls playlist are unique. So for example a manifest like this just keeps overwriting the same files: ```...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Hello: I found one of the soccer games web pages, the following useful information: ```js var socket = io("wss://client.1proxy.xyz"); socket.on("connect", () => { socket.emit("d", videoId); }); var videoId = getParameterByName("id");...
If it is of any interest I just threw together a logger that generates a fairly nice progress bar (using the awesome `progress` package). Feel free to use (or not)...
Hello: I have tried to download some live sports events, like the Olympics 2021 in Tokyo. But from my testing, the npm package downloads only the last 2 segments, then...
There is any way to stop a live recording? If a cancel (Ctrl + C) it doesn't record anything...