ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.48k stars 153 forks source link

Gstreamer playing without sound #385

Open Binozo opened 3 months ago

Binozo commented 3 months ago

Hello there 👋

lately I made some experiments with the newest version of flutter-pi and the Gstreamer video player. I tried playing a video which succeeded, but sadly I got no sound out of it. I verified that the video actually contains sound (played it on my pc) but neither my Raspberry Pi 4 nor Raspberry Pi zero 2 w are able to put audio through my TV. (And yes I verified that my TV is not in mute mode)

Do you know any solutions to this?

ardivee commented 2 months ago

I have the same issue here, the audioplayers package works fine if i try to play sounds ( Wanted to make sure i could actually get some sound ).

I also have tried running gstreamer on the desktop ( Raspberry Pi ), and there i can also just play the video fine with sound.