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

Progress bar for buffered live streams is not displayed #219

Closed
snoesberger opened this issue Nov 16, 2023 · 0 comments · Fixed by #222
Closed

Progress bar for buffered live streams is not displayed #219

snoesberger opened this issue Nov 16, 2023 · 0 comments · Fixed by #222
Assignees
Labels
enhancement New feature or request

Comments

@snoesberger
Copy link

With the Paella 7 player, it is not possible to configure the player to display the progress bar for a buffered live stream.

See also the discussion about this topic in the PR #204 and especially the following comment:

@snoesberger and I tried to bring back the progress-bar for live-streaming video, my assessment is as follows:

  • There is definitely a need to have some changes in the player.js file, since the progress bar visibility has been blocked programmatically (which I forgot [sorry about that])
  • However, the local tests on my side with this feature ended up with following error, and I was not able to find a single line of help:
    • Uncaught (in promise) TypeError: HTMLMediaElement.currentTime setter: Value being assigned is not a finite floating-point value.
    • Apparently paella 1.46.1 is the answer for that error!

Originally posted by @ferishili in #204 (comment)

@ferishili ferishili self-assigned this Nov 16, 2023
@ferishili ferishili added the enhancement New feature or request label Nov 21, 2023
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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants