Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream.segmented: add --stream-segmented-duration #5601

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 9, 2024

  1. stream.segmented: add --stream-segmented-duration

    - Add stream duration logic to `SegmentedStreamWorker`
      and remove it from `HLSStreamWorker`
    - Deprecate `--hls-duration` in favor of `--stream-segmented-duration`
      and update the session options respectively
    - Update and rename `HLSStreamWorker.duration` attribute
      - Rename from `duration_limit`
      - Don't cast to `int`
    - Update log message when ending the stream early
    - Add tests
    bastimeyer committed May 9, 2024
    Configuration menu
    Copy the full SHA
    035e338 View commit details
    Browse the repository at this point in the history
  2. stream.dash: add duration parameter

    - Add `duration` parameter to `DASHStream`, similar to `HLSStream`
    - Update, fix and add tests
    bastimeyer committed May 9, 2024
    Configuration menu
    Copy the full SHA
    699d093 View commit details
    Browse the repository at this point in the history