-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: streamlink/streamlink
base: 6.0.1
head repository: streamlink/streamlink
compare: 6.1.0
- 14 commits
- 29 files changed
- 2 contributors
Commits on Aug 4, 2023
-
stream.hls: add --hls-segment-queue-threshold
Allow users to customize the segment queue timing threshold which checks whether to stop the stream early if no new segments were queued after the playlist's target-duration multiplied by the queue-threshold-factor has passed.
Configuration menu - View commit details
-
Copy full SHA for d365d13 - Browse repository at this point
Copy the full SHA d365d13View commit details -
stream.hls: set --hls-segment-queue-threshold to 3
Increase the default value from 2 to 3, so that the default configuration doesn't unnecessarily cause issues in certain live streams where the connection of the broadcaster is unstable and the streaming provider doesn't or can't queue new segments. Try to keep this value reasonably low, so we can still stop streams early when the `EXT-X-ENDLIST` tag is missing.
Configuration menu - View commit details
-
Copy full SHA for 8dcccf1 - Browse repository at this point
Copy the full SHA 8dcccf1View commit details -
stream.hls: set min segment queue threshold to 5s
Wait for at least 5 seconds before stopping early, regardless of the playlist's targetduration and hls-segment-queue-threshold value
Configuration menu - View commit details
-
Copy full SHA for 3a38ca2 - Browse repository at this point
Copy the full SHA 3a38ca2View commit details
Commits on Aug 5, 2023
-
cli.argparser: fix config file args parser
- Fix options regex - parse all alphanumerical options with dashes - be more strict around the option-value operator and properly ignore invalid option formats, just like comments - Fix parsing of shorthand options - Add tests
Configuration menu - View commit details
-
Copy full SHA for 180136d - Browse repository at this point
Copy the full SHA 180136dView commit details
Commits on Aug 6, 2023
-
utils.processoutput: reorder asyncio tasks
Try to drain the stdout/stderr streams first before handling the onexit task, so the overall result can be processed correctly
Configuration menu - View commit details
-
Copy full SHA for a1e2886 - Browse repository at this point
Copy the full SHA a1e2886View commit details -
plugins.atresplayer: fix player API URL
Co-Authored-By: bastimeyer <mail@bastimeyer.de>
Configuration menu - View commit details
-
Copy full SHA for 1124b52 - Browse repository at this point
Copy the full SHA 1124b52View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d59d6a - Browse repository at this point
Copy the full SHA 7d59d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af1884 - Browse repository at this point
Copy the full SHA 2af1884View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb906ab - Browse repository at this point
Copy the full SHA bb906abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5beda94 - Browse repository at this point
Copy the full SHA 5beda94View commit details
Commits on Aug 12, 2023
-
utils.times: rewrite hours_minutes_seconds()
- Add support for floats via `hours_minutes_seconds_float()` - Add support for negative timestamps - Rewrite regexes and be as strict as possible - Rewrite and parametrize tests with an extensive list of formats - Update cli.argparser/plugin arguments using `hours_minutes_seconds()`
Configuration menu - View commit details
-
Copy full SHA for 1997443 - Browse repository at this point
Copy the full SHA 1997443View commit details
Commits on Aug 14, 2023
-
docs: improve migration of {g,s}et_plugin_option()
- Add code examples - Reword paragraphs - Fix missing parenthesis
Configuration menu - View commit details
-
Copy full SHA for 5c7cf4c - Browse repository at this point
Copy the full SHA 5c7cf4cView commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63ef2a8 - Browse repository at this point
Copy the full SHA 63ef2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a687f7c - Browse repository at this point
Copy the full SHA a687f7cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.0.1...6.1.0