-
-
Notifications
You must be signed in to change notification settings - Fork 172
gstreamer issues (video playback jittery) #230
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
Comments
Update: I also tried using chewie controller and standard video_player controller and same gstreamer-critical errors occur and video controls don't function. |
The hardware decoding failing is a known problem, see #224, I'm currently looking into that. From what I can tell it's not related to resolution or anything. I have two mp4 example videos, both using h264, same resolution and somehow one works while the other doesn't. The controls should still work with software decoding though (except for 4k, that's problematic), do they not work at all or are they just not as responsive? |
Thanks Ardera, I had a look at #244 and am currently investigating which encoding types and tools work best to allow for hardware decoding. The controls do not work at all, for example if I try to play or stop video playback using video_player commands, like _controller.play() or controller.pause(), then I get these log messages:
Would you prefer to close this issue (as the description is more about video jitter which you are following up in #244) and I open a new issue for control problems only? |
This should be fixed now, now that the hw decoding problem is fixed (and one texture bug that lead to high display latency) |
First of all, thanks ardera for your work on flutter-pi and for implementing gstreamer (the omxplayer is really hard to get working on new raspberry pi builds these days).
I am getting some error messages from gstreamer, the video playback is jittery and controls (play/pause/seek etc.) don't seem to work.
I'm running:
flutter 2.10.1
flutter-pi latest commit
Raspberry Pi OS 'Bullseye' 64 bit
on a:
Raspberry Pi 400
iiyama ProLite TF2415MC-B2 touch screen
If you would like to see my config.txt and cmdline.txt files, just let me know and I will post them too, but as far as I know mostly defaults.
error messages:
The text was updated successfully, but these errors were encountered: