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

Make video buffer visible #41

Open
Pohli opened this issue Apr 20, 2019 · 3 comments
Open

Make video buffer visible #41

Pohli opened this issue Apr 20, 2019 · 3 comments
Assignees
Labels

Comments

@Pohli
Copy link

Pohli commented Apr 20, 2019

Can you show the buffered data in the timeline like many other players do? I often have to pause playback of streaming videos to fill the buffer to have a flawless playback. But I can't see how much of the video is currently buffered.

@llelectronics
Copy link
Owner

It is set to start playback when the buffer is full.
So showing the data will not really help.
I can only show the buffer that gstreamer uses and don't have any information on how much is buffered of a whole video.

@Pohli
Copy link
Author

Pohli commented Apr 22, 2019

Then there's no need to change anything I think. Do you know how much GStreamer buffers? Is it a fixed value or does it depend on something like resolution, source etc.?

@llelectronics
Copy link
Owner

I think there is a fixed value set in gstreamer that uses percentages. See the gstreamer code.

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

No branches or pull requests

2 participants