-
Notifications
You must be signed in to change notification settings - Fork 9
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
Prevent SRG SSR livestreams from being played in the past #94
Comments
There is no need to stop a livestream when paused or to implement any kind of other contrived mechanism (e.g. replacing the current livestream item with a copy or some silly similar idea). Digging through AVFoundation APIs (#97) I namely found Looking at network activity with Charles it seems that We can enable this flag in |
Works fine with poor network conditions (network link conditioner with Edge settings). |
The buffering limitation strategy applied here to prevent livestream playback in the past has advantages over the approach previously used in Letterbox (implementing a stop which discarded the internal
|
As member of the legal team I don't want users to be able to pause livestreams, thus avoiding a kind of timeshift feature to be available on such streams.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: