• 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 Android TV 0.17 (to many errors. giving up)

     
    • 0 Vote(s) - 0 Average

    Android TV 0.17 (to many errors. giving up)

    Playback won't start.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,108
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #11
    2024-08-29, 03:06 AM (This post was last modified: 2024-08-29, 03:23 AM by theguymadmax. Edited 1 time in total.)
    Thanks, Pirate. I tried narrowing it down further and it looks like the issue is with MP2 audio codec in MP4 containers. I converted a standard Big Buck Bunny file to have MP2 audio stream and encountered the same error message.

    If you want to keep your files in an MP4 container, you'll need to transcode the audio to a different codec—AAC, for example. Alternatively, as mentioned in my previous post, you can simply remux your files into an MKV container, where MP2 audio doesn’t cause any issues. In a mkv container, the file is playable because jellyfin correctly transcodes the file:
    Code:
    Stream mapping:
      Stream #0:0 -> #0:0 (copy)
      Stream #0:1 -> #0:1 (mp2 (native) -> aac (libfdk_aac))

    In the mp4 it just remuxes the file and fails:
    Code:
    Stream mapping:
      Stream #0:0 -> #0:0 (copy)
      Stream #0:1 -> #0:1 (copy)

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -i path/to/input.mp4 -map 0:v -c:v copy -map 0:a -c:a aac /path/to/output.mp4
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-28, 06:02 PM
    RE: Android TV 0.17 (to many errors. giving up) - by TheDreadPirate - 2024-08-28, 06:08 PM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-28, 06:11 PM
    RE: Android TV 0.17 (to many errors. giving up) - by TheDreadPirate - 2024-08-28, 06:22 PM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-28, 06:44 PM
    RE: Android TV 0.17 (to many errors. giving up) - by theguymadmax - 2024-08-28, 07:12 PM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-28, 08:15 PM
    RE: Android TV 0.17 (to many errors. giving up) - by theguymadmax - 2024-08-28, 09:14 PM
    RE: Android TV 0.17 (to many errors. giving up) - by TheDreadPirate - 2024-08-29, 12:47 AM
    RE: Android TV 0.17 (to many errors. giving up) - by SethBacon - 2024-08-29, 12:08 AM
    RE: Android TV 0.17 (to many errors. giving up) - by xaque - 2024-08-29, 03:46 AM
    RE: Android TV 0.17 (to many errors. giving up) - by theguymadmax - 2024-08-29, 03:06 AM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-29, 08:29 AM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-29, 07:25 AM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-29, 12:54 PM
    RE: Android TV 0.17 (to many errors. giving up) - by theguymadmax - 2024-08-29, 01:57 PM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-29, 07:34 PM
    RE: Android TV 0.17 (to many errors. giving up) - by TheDreadPirate - 2024-08-29, 07:42 PM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-30, 08:46 AM
    RE: Android TV 0.17 (to many errors. giving up) - by theguymadmax - 2024-08-30, 02:53 PM
    RE: Android TV 0.17 (to many errors. giving up) - by NeoCortex - 2024-08-30, 03:37 PM

    • 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