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

[PropertiesUtils] Add live_delay property #1246

Merged
merged 4 commits into from
May 4, 2023

Conversation

CastagnaIT
Copy link
Collaborator

@CastagnaIT CastagnaIT commented May 1, 2023

Description

Add live_delay property
to add a way to set and/or override the live delay from the live edge (e.g. DASH have suggestedPresentationDelay tag to set it but HLS does not have this kind of property)

Motivation and context

this is a temporary workaround to fix #1132 since a complete solution require deeper changes

How has this been tested?

used sample live link from issue
users confirmed

Screenshots (if appropriate):

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Clean up (non-breaking change which removes non-working, unmaintained functionality)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that will cause existing functionality to change)
  • Cosmetic change (non-breaking change that doesn't touch code)
  • None of the above (please explain below)

Checklist:

  • I have read the Contributing document
  • My code follows the Code Guidelines of this project
  • My change requires a change to the Wiki documentation
  • I have updated the documentation accordingly

@CastagnaIT CastagnaIT added WIP Type: Feature non-breaking change which adds functionality v21 Omega labels May 1, 2023
@CastagnaIT CastagnaIT merged commit 27ffa26 into xbmc:Omega May 4, 2023
@CastagnaIT CastagnaIT deleted the live_delay_prop branch May 4, 2023 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport: Done Type: Feature non-breaking change which adds functionality v21 Omega
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken HLS AES-128 decryption and live audio buzzy
2 participants