jarnedemeulemeester / findroid

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

[Feature Request] Add support for mp2/mp3 audio #396

Open skittlesvampir opened 1 year ago

skittlesvampir commented 1 year ago

Describe the bug The current version of Findroid does not seem to support playback of mp2 and mp3 audio streams in ExoPlayer. It works fine in mpv, but in ExoPlayer the playback halts completetly. The same video plays fine if you somehow manage to select a different audio stream (which is difficult, because the video doesn't load properly).

To Reproduce Steps to reproduce the behavior:

  1. Open any video with an mp2/mp3 audio. Does matter if Show or Movie as long as audio is there.
  2. If mp2/mp3 is default audio stream: Video doesn't play at all.
  3. If mp2/mp3 is selected later on: Video stops playing.
  4. Play button can be pressed, but video will pause it self after loading for a second.

Expected behavior According to the README, mp3 playback should be supported, the video should play just fine. mp2 playback could be supported with the ffmpeg extension: https://exoplayer.dev/supported-formats.html.

Screenshots Screenshot_20230603-111849_Findroid

Device info (please complete the following information):

skittlesvampir commented 1 year ago

Label should be 'enhancement' but I can't figure out, how to change it.