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

Handle blocked time ranges #853

Merged
merged 37 commits into from
Apr 30, 2024
Merged

Handle blocked time ranges #853

merged 37 commits into from
Apr 30, 2024

Conversation

waliid
Copy link
Member

@waliid waliid commented Apr 30, 2024

Description

This PR allows us to manage some part of the stream which are marked as blocked/forbidden.

Changes made

  • The item closure configuration has been replaced by an object (PlayerItemConfiguration).
  • Seeking in a blocked range is not allowed anymore.
  • Contents with a blocked part can now be played (excluding the blocked part).
  • Blocked parts of a stream are jumped.
  • On tvOS the blocked parts of the stream have been replaced by interstitials.
  • A new section with time ranges has been added in the demo app.

Checklist

  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).

@waliid waliid linked an issue Apr 30, 2024 that may be closed by this pull request
7 tasks
@waliid waliid enabled auto-merge April 30, 2024 13:07
@waliid waliid added this pull request to the merge queue Apr 30, 2024
Merged via the queue into main with commit eab0c9f Apr 30, 2024
6 checks passed
@waliid waliid deleted the 851-handle-blocked-time-ranges branch April 30, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Handle blocked time ranges
2 participants