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

fix(SUP-43445): Chapter markers does not appear in player scrubber #803

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

Tzipi-kaltura
Copy link
Contributor

@Tzipi-kaltura Tzipi-kaltura commented Jun 25, 2024

Description of the Changes

Issue:
Chapter markers doesn't appear on the seekbar on live entry (that currently not broadcasting)

Root cause:
The marker displaying depend on duration promise, if duration from engine and player is not the same, the marker won't be displayed.
souces.duration on the player contains the live duration and not the vod duration so in case the vod duration different from the live duration comparing the engine and source.duartion always returns false.

Fix:
If this is live entry but currently not broadcasting and vod is going to play, change the source.duration to the vod duration.

Resolves SUP-43445

@Tzipi-kaltura Tzipi-kaltura merged commit 6e5bf5b into master Jul 7, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants