Sebastian Meyer
Sebastian Meyer
Since this was just mentioned in another thread and since I've refactored the HLS code a bit recently, what you've said regarding `--hls-timeout` (removed in favor of the generic `--stream-timeout`...
The reason why the `RuntimeError` exception gets raised is because the `DASHStreamWorker` thread is trying to add a new segment to the `DASHStreamWriter` after the main thread was already terminated....
> but it seems the extraction code needs to be updated for the mobile pages > You just need to remove "m." or "mobile." from the URL Take a look...
True. I didn't check OP's comment... :/ I only have that one link posted in https://github.com/streamlink/streamlink/issues/4682#issuecomment-1229226006 though. The site requires having an account, and I don't want to create one....
@mkbloke could you please post some vimeo URLs where the HLS playlist isn't `EXT-X-PLAYLIST-TYPE:VOD`? Otherwise it's an invariant playlist which contains every single segment, and it won't ever be reloaded...
The ARTE plugin doesn't support the `--locale` parameter, so using that doesn't make sense. Selecting a different language works by providing a different URL from ARTE, for example the same...
I've been refactoring a lot of plugins the past couple of days and I also had a look at the schoolism plugin. I wasn't aware that this issue thread existed....
Not sure how the purple screen makes it into the output when filtering is enabled. I've added some debugging info for the parsed segments, and I can't see anything wrong...
Something else seems to have changed now and the midroll ads filtering doesn't stop and it keeps filtering indefinitely. This happened twice to me today now. I haven't had a...
This only affects the access token, which determines whether you're seeing ads or not. Both access token request parameters cause ads, but I feel like the switch from `embed` to...