Sebastian Meyer

Results 241 comments of Sebastian Meyer

Would it be possible to bump the squashfs version here (or use the fork that was mentioned above with the provided diff) and release a new version, even though work...

> is several seconds behind on the stream https://streamlink.github.io/cli/plugins/twitch.html#low-latency-streaming > Since players do have their own input buffer, depending on how much data the player wants to keep in its...

The issue is caused by the DASH parser not resolving nested BaseURLs on the 1. document level 2. MPD level 3. Period level 4. AdaptationSet level 5. Representation level This...

Rebased to master and fixed merge conflicts. Also changed: - bumped setuptools requirement from 61 to 64 (2022-08-11), which adds proper support for editable installs via PEP660 https://setuptools.pypa.io/en/latest/history.html#v64-0-0 - added...

Rebased to master once again, with changes of #5141 applied to pyproject.toml https://setuptools.pypa.io/en/stable/userguide/datafiles.html#package-data

Rebased and fixed merge conflicts once more (#5143 and #5149)

I had another look at this yesterday. As already explained, what needs to be done here is removing ID3v2 tags from each segment of the packed HLS audio stream and...

This was fixed by #4630. The issue here wasn't linked by mistake.

> Setting `--hls-segment-threads 10` does indeed reduce the rate of `Failed to open segment` errors but it eventually just fails with a read timeout. That's because Streamlink can only output...

> This looks more like a problem with their CDN so I'm not sure making changes to streamlink is the right approach. If there's a DNS misconfiguration on their end,...