-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Gstreamer no audio output #233
Comments
Yep that's still the case, working on it |
Great, thanks for the fast feedback. |
When will this be worked on? |
any updates? |
@redargon @ioridev @Binozo Just implemented it, can you try with the |
@ardera Here are my logs:
|
@Binozo Are you running raspbian buster? buster has pretty old gstreamer 1.14, bullseye has 1.18. Gstreamer has seen a lot of improvements between those versions, I'm pretty sure upgrading to bullseye will fix it. Or, if you rely on buster, try building & installing latest gstreamer yourself. |
@ardera I am using Raspbian Bullseye on a Raspberry Pi Zero 2 W. Maybe the Zero 2 W variant causes the problem? |
@Binozo can you try installing Pi Zero 2W should work too |
Now it started working :) Thank you! |
Np, I'll add that to the dependencies section then. |
- otherwise playbin will fail to initialize - see #233 (comment)
Has anyone managed to get audio working? I am using the This is the error i get on the RaspberryPi:
|
@ardera have you gotten audio to work? |
I'm having exactly the same PlatformException as @ardera. Flutter version is 3.7.7. According to 'audioplayers', this playerId is set to uuid.v4 by default. This doesn't seem to be understood by the method channel when the audio source is set. And the PlatformException was thrown by this I tried to set the playerId manually with a random string, but to no avail. |
- otherwise playbin will fail to initialize - see #233 (comment)
- otherwise playbin will fail to initialize - see #233 (comment)
- otherwise playbin will fail to initialize - see #233 (comment)
Hello, I installed |
I read in #218 that you had not yet implemented audio for gstreamer. Is this still the case? I have tried a few different video formats, but do not get any audio output.
The text was updated successfully, but these errors were encountered: