Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streamlink/streamlink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.5.0
Choose a base ref
...
head repository: streamlink/streamlink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.5.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on May 6, 2023

  1. stream.hls: reload playlist in strict intervals

    Make `HLSStreamWorker` reload the playlist in strict time intervals
    instead of just queuing the next playlist reload.
    
    Previously, playlist fetch time and segment processing time always added
    to the overall reload time, resulting in an eventual shift of the
    expected reload time, which could lead to an empty segment queue
    in certain scenarios (live-edge=1 or Twitch low latency streaming).
    
    When the reload time exceeds the expected reload interval, continue
    with the shifted interval, which matches the old behavior.
    bastimeyer committed May 6, 2023
    Configuration menu
    Copy the full SHA
    25efd36 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. plugins.vimeo: fetch config URL from API

    Co-authored-by: Sebastian Meyer <mail@bastimeyer.de>
    skulblakka and bastimeyer authored May 7, 2023
    Configuration menu
    Copy the full SHA
    c3258aa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. http_session: fix create_urllib3_context import

    Fix import of `create_urllib3_context` method on urllib3 <2.0.0.
    Only import from `urllib3.util.ssl_` module as a fallback.
    bastimeyer committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e607559 View commit details
    Browse the repository at this point in the history
  2. release: 5.5.1

    bastimeyer committed May 8, 2023
    Configuration menu
    Copy the full SHA
    15fbab1 View commit details
    Browse the repository at this point in the history
Loading