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

Mitigate state fluctuations near the live edge of a DVR stream #393

Open
1 task
defagos opened this issue Jun 1, 2023 · 2 comments
Open
1 task

Mitigate state fluctuations near the live edge of a DVR stream #393

defagos opened this issue Jun 1, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@defagos
Copy link
Member

defagos commented Jun 1, 2023

As a user I want user interfaces to have a steady state when playing near the live edge. This is currently not the case as can be seen in the demo:

  • The live button might fluctuate between red and gray states.
  • The playback speed list might change once I have returned to the live edge at high speeds.

Acceptance criteria

  • The aforementioned issues have been fixed.

Hints

This is likely similar to playback speed fluctuations mitigated in SRG Media Player. When nearing the live edge at speeds > 1 we should probably consider we are back at the live edge when the distance to the time range end is smaller than some distance d, small but large enough for the behavior to work over AirPlay.

Conversely, when moving away from the live edge at speeds < 1 we should probably consider we are away from the live edge when the distance to the time range is is larger than d+c.

This live edge criterium could probably be published and used not only to drive the ability to skip to the default position, but also to decide which speed range is supported for a DVR stream.

Tasks

  • ...
@defagos defagos added this to Pillarbox Jun 1, 2023
@defagos defagos converted this from a draft issue Jun 1, 2023
@defagos defagos added this to the UI milestone Jun 1, 2023
@defagos defagos added the enhancement New feature or request label Jun 1, 2023
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 14 days or if the stale label is not removed.

@github-actions github-actions bot added the stale This was not recently worked on label Sep 1, 2023
@github-actions
Copy link

This issue has been automatically closed because it has not had recent activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2023
@github-project-automation github-project-automation bot moved this from ✏️ Draft to ✅ Done in Pillarbox Sep 16, 2023
@defagos defagos removed the stale This was not recently worked on label Nov 12, 2024
@defagos defagos reopened this Nov 12, 2024
@github-project-automation github-project-automation bot moved this from ✅ Done to 📋 Backlog in Pillarbox Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant