• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Music library playback issues

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Music library playback issues

    Issues with Music library
    Slum_Shpongle
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Portugal
    #1
    2025-02-09, 03:47 PM
    Hello there, i

    I'm having some issues with Jellyfin on my music library, the problem being on my Android box, from what i could figure, it does not play any MP3 with "Sample rate 48000 Hz". I can play with in my computer using my browser, and on my phone as well, it plays fine, on my Android box it does not play, no error nothing, the track just doesn't start. I have some other file on PCM format, at 48000 Hz and it plays fine on my Box, so i guess the problem is on the MP3?! 
    What am i doing wrong, any setting i need to change, any help would be appreciated.


    [Image: 1.jpg]
    Plays fine


    [Image: 2.jpg]
    Doesn't play


    Thanks in advance.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-10, 01:40 PM
    What server version are you running? And what version of the android app?

    Can you share your jellyfin logs via privatebin.net?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Slum_Shpongle
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Portugal
    #3
    2025-02-10, 03:47 PM
    (2025-02-10, 01:40 PM)TheDreadPirate Wrote: What server version are you running?  And what version of the android app?

    Can you share your jellyfin logs via privatebin.net?

    Server

    [Image: 1.jpg]

    Android TV app version

    [Image: IMG-20250210-153016-117.jpg]


    Paste Bin

    I posted the audio part, you can see the "Stopped at "0" ms", the audio doesn't start on Android TV.


    Appreciate your help.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-02-10, 06:50 PM
    I'm not able to reproduce. Converted an 44.1Khz song to a 48Khz MP3 and it played fine. Both with and without ffmpeg as the decoder. I tried mixing around a few other settings, but couldn't reproduce on my CCwGTV 4K.

    Can you try playing this song on another client? Like a browser and see if the problem is the file itself? Perhaps it is corrupt?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Slum_Shpongle
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Portugal
    #5
    2025-02-10, 09:09 PM (This post was last modified: 2025-02-10, 09:12 PM by Slum_Shpongle. Edited 1 time in total.)
    It plays fine on Jellyfin on my cellphone and using Jellyfin in my browser. I only have problems playing the files on Android TV.

    Edit: I´m going to try and convert the sample rate and try it again.
    gnattu
    Offline

    Team Member

    Posts: 339
    Threads: 0
    Joined: 2024 Feb
    Reputation: 17
    #6
    2025-02-10, 09:26 PM
    We have also received some user reports about when mp3 being selected as the transcoding codec the video has no sound on Firestick users as well, and the source of those files tends to have a 48Khz sample rate.

    @theguymadmax can you verify that if this is the case? If so the mysterious "no audio when transcoding to mp3 but works fine with aac" behavior could find an explanation
    Slum_Shpongle
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Portugal
    #7
    2025-02-10, 09:28 PM
    Converted one of the tracks to 44100Hz and now it plays...so clearly the issue is with 48Hz, i really don't get it.
    gnattu
    Offline

    Team Member

    Posts: 339
    Threads: 0
    Joined: 2024 Feb
    Reputation: 17
    #8
    2025-02-10, 10:25 PM
    > i really don't get it

    It is normal that the codec support implemented in those thing have some kind of quirks, even for common codecs like mp3.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,131
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #9
    2025-02-10, 11:25 PM (This post was last modified: 2025-02-11, 12:04 AM by theguymadmax. Edited 1 time in total.)
    Couldn't replicate it either.  48000Hz mp3 played directly without issue.

    Server:10.10.5
    ATV: .18.4
    Device: Firestick 4k 2nd gen

    Audio
    Title: MP3 - Stereo
    Codec: MP3
    AVC: No
    Layout: stereo
    Channels: 2 ch
    Bitrate: 320 kbps
    Sample rate: 48000 Hz
    Default: No
    Forced: No
    External: No

    @Slum_Shpongle What android device/model number are you using?
    Slum_Shpongle
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Portugal
    #10
    2025-02-11, 11:58 AM
    (2025-02-10, 11:25 PM)theguymadmax Wrote: Couldn't replicate it either.  48000Hz mp3 played directly without issue.

    Server:10.10.5
    ATV: .18.4
    Device: Firestick 4k 2nd gen

    Audio
    Title: MP3 - Stereo
    Codec: MP3
    AVC: No
    Layout: stereo
    Channels: 2 ch
    Bitrate: 320 kbps
    Sample rate: 48000 Hz
    Default: No
    Forced: No
    External: No

    @Slum_Shpongle What android device/model number are you using?

    I have tried on two different boxes, Mecool KM2 Plus and Strong Leap S3+. The files don't play on either of them. I guess my best choice is to convert those albums to 44.1khz
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode