• 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 Player Error Encountered Google TV

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Player Error Encountered Google TV

    larkhillv
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #11
    2024-08-17, 02:59 PM
    (2024-08-17, 12:08 PM)Roadrunner 3000 Wrote: Any luck on fixing this? I'm having the same issues. Able to play my media just fine on my pixel 8 pro, and windows 11 machine but my Chromecast and iPad are both having player issues.

    I even tried re encoding my videos to .MP4 instead of .mkv but it didn't help.

    No, still having this issue.

    I saw below suggestion from "theguymadmax" but not really sure what remuxing is or how I would run that line of code. Like do I just pop that into a command prompt on my Windows desktop replacing "input.mkv" and "output.mkv" with the actual file name? Or do I run that code through Jellyfin somehow through Unraid?

    Sorry if that's a stupid question--I'm tech savvy enough to build a PC and server, but stuff like video codecs, containers, remuxing, etc I just don't get.

    (2024-08-17, 01:50 AM)theguymadmax Wrote: There's an issue with the MKV container. Remux one of the files and try it out on your system.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -i path/to/input.mkv -map 0 -c copy /path/to/output.mkv
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,051
    Threads: 0
    Joined: 2024 Jun
    Reputation: 57
    #12
    2024-08-17, 03:47 PM (This post was last modified: 2024-08-17, 04:07 PM by theguymadmax. Edited 1 time in total.)
    The command for windows will be a little different. In the start menu type PowerShell and open up that app. Then run the command below as an example.

    Code:
    & "C:\Program Files\Jellyfin\Server\ffmpeg.exe" -i "path\original input file.mkv" -map 0 -c copy "path\ new output file.mkv"


    Something like this. Chane your username, paths, and file names accordingly.

    Code:
    & "C:\Program Files\Jellyfin\Server\ffmpeg.exe" -i "C:\data\shows\Fullmetal (2003)\ Alchemist Fullmetal Alchemist (2003) - S01E01 - (1) - Those Who Challenge the Sun (1080p Bluray x265 ImE).mkv" -map 0 -c copy "C:\Users\larkhillv\Desktop\ Fullmetal Alchemist (2003) - S01E01 - (1) - Those Who Challenge the Sun (1080p Bluray x265 ImE).mkv"
    Pages (2): « Previous 1 2

    « 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