• 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 Playback Instantly Crashing

     
    • 0 Vote(s) - 0 Average

    Android TV Playback Instantly Crashing

    When trying to launch one specific series, no episode of any season will play.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,244
    Threads: 0
    Joined: 2024 Jun
    Reputation: 64
    #7
    2024-08-24, 09:31 PM (This post was last modified: 2024-08-24, 10:24 PM by theguymadmax. Edited 3 times in total.)
    This is the error I got when I played that file. There's already a bug report on ATV with that same error message. I also can't get that to play on any other version of exoplayer, I went as far back as version 1.2.1.

       

    Here's the code that's causing the issue.

    Code:
        case ID_CONTENT_ENCODING_ORDER:
            // This extractor only supports one ContentEncoding element and hence the order has to be 0.
            if (value != 0) {
              throw ParserException.createForMalformedContainer(
                  "ContentEncodingOrder " + value + " not supported", /* cause= */ null);

    So I ran mkvinfo filename.mkv and it came back
    Code:
    |  + Content encodings
    |  + Content encoding
    |    + Content compression
    |    + Algorithm: 0 (ZLIB)
    |    + Order: 0
    |    + Scope: 1 (1: all frames)
    |    + Type: 0 (compression)

    Order is set to 0, so why the crash?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Android TV Playback Instantly Crashing - by Ray Kochenderfer - 2024-08-24, 07:09 PM
    RE: Android TV Playback Instantly Crashing - by TheDreadPirate - 2024-08-24, 07:27 PM
    RE: Android TV Playback Instantly Crashing - by dinosm - 2024-08-24, 07:57 PM
    RE: Android TV Playback Instantly Crashing - by Ray Kochenderfer - 2024-08-24, 08:01 PM
    RE: Android TV Playback Instantly Crashing - by theguymadmax - 2024-08-24, 08:21 PM
    RE: Android TV Playback Instantly Crashing - by Ray Kochenderfer - 2024-08-24, 09:26 PM
    RE: Android TV Playback Instantly Crashing - by theguymadmax - 2024-08-24, 09:31 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