jarnedemeulemeester / findroid

Third-party native Jellyfin Android app
GNU General Public License v3.0
2.57k stars 160 forks source link

Show playing at 100% volume despite volume controls #639

Open Einliterflasche opened 8 months ago

Einliterflasche commented 8 months ago

Describe the bug When playing any (of two) shows the audio is played at 100% volume, regardless of me using the volume controls (which do respond).

To Reproduce Steps to reproduce the behavior:

  1. Go to shows
  2. open any episode
  3. try to change volume (via gesture or buttons) but it doesn't affect the audio.

Expected behavior Audio is affected by volume control.

Device info (please complete the following information):

Additional context This is weird because it does work for movies. Both shows and the movie I tried used mpeg-4 aac codec. Volume control did work on the web client. What is even weirder is that when I first play audio from another app and then start playing a show (which causes the old audio to stop) it works. But when I restart the app the bug is back and I need to do the background audio trick again. Audio on all other apps works fine.

Einliterflasche commented 8 months ago

Switchting the audio output to opensles fixed the issue, I think. I'll leave the issue open so that someone who knows what their doing can decide whether to close it.