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

Late Video #209

Merged
merged 14 commits into from
Feb 7, 2024
Merged

Late Video #209

merged 14 commits into from
Feb 7, 2024

Conversation

bdlukaa
Copy link
Collaborator

@bdlukaa bdlukaa commented Feb 2, 2024

For whatever reason, a stream can be late in time, which means the video position doesn't match the video duration. This pull request implements a "late video behavior" setting that will determine what action to take when a stream is late.

  • Late video behavior setting
    • Automatic handling
      Automatically reposition the stream when the it is late.
    • Manual handling
      Display a reposition option to the user. This is useful when not a single moment of the stream can be missed by the user.

Additionally, a "show debug info" setting was included in the "developer options" section. When enabled, this setting enables the user to view the debug information, being able to report bugs with detailed information.

  • Debug info
    • on Devices Grid
    • on Fullscreen View
    • on Mobile View
    • on Timeline View
    • on Events Player

@bdlukaa bdlukaa marked this pull request as ready for review February 6, 2024 23:45
@bdlukaa bdlukaa merged commit 4b7e083 into bluecherrydvr:main Feb 7, 2024
7 of 8 checks passed
@bdlukaa bdlukaa deleted the sync branch February 7, 2024 19:49
@bdlukaa
Copy link
Collaborator Author

bdlukaa commented Feb 8, 2024

The automatic dismiss late behavior doesn't work well with non-streaming videos, such as events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant