• 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 FireTV Stick Fails Playback when Transcoding Video if Subtitles are Enabled

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    FireTV Stick Fails Playback when Transcoding Video if Subtitles are Enabled

    boimouse
    Offline

    Junior Member

    Posts: 18
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #1
    2024-12-13, 07:51 AM (This post was last modified: 2024-12-13, 07:53 AM by boimouse. Edited 1 time in total.)
    Hi There,

    I am wondering if anything is in the works for this issue. If I am running the Jellyfin App on my FireTV Stick 4k Max, I find that getting a video to transocde works just fine (which is exactly what I want), the problem is when I enable subtitles. The video will fail to playback if subtitles are enabled. Additionally, if I watch a video with subtitles enabled without transcoding, then everything is fine. Then if I force the video to transcode, the subtitles are automatically disabled and the video is played fine until I try to reenable the subtitles (which then the playback fails again).

    I checked if this was the case on my computer within Brave Browser and it was totally okay to play subtitles while transcoding a video (this leads me to believe it may have something to do with how the FireTV Jellyfin app handles subtitles.

    P.S. The raw (embedded) subtitle files I have been testing with are simple mov_txt files which are basically subrip (.srt).

    Android TV App Version: 0.18.2
    Jellyfin Server Version: 10.10.3
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-13, 01:34 PM
    Can you share your jellyfin and ffmpeg logs from the failed playback?
    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]
    boimouse
    Offline

    Junior Member

    Posts: 18
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #3
    2024-12-13, 04:12 PM (This post was last modified: 2024-12-13, 04:23 PM by boimouse. Edited 3 times in total.)
    (2024-12-13, 01:34 PM)TheDreadPirate Wrote: Can you share your jellyfin and ffmpeg logs from the failed playback?

    Thank you for the quick response.

    Here is the log you requested. I know the video in the log here is an HDR10 video but I also tried it with non-HDR content and the same problem occurred.

    In this example of the error I am experiencing, the process to recreate it was as follows: I began playing the video, then I enabled subtitles, then I forced the video to transcode (sometimes the subtitles get automatically disabled so I would re-enable them during the transcoded video playback which would recreate this issue as well), then it seemed to attempt to transcode and then it failed to playback the video and crashed the player.

    P.S. I noticed in the log that it seems to be using the "VAAPI" preset for hwaccel but in the transcoding dashboard, it is selected as Intel QuickSync (QSV). I'm not sure if that has anything to do with it but I have an Intel GPU installed which I have been using.


    Attached Files
    .pdf   Log.pdf (Size: 56.96 KB / Downloads: 43)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-12-13, 04:23 PM
    Can you switch your container to host networking? It looks like the server is dying due to the websocket dying unexpectedly.
    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]
    boimouse
    Offline

    Junior Member

    Posts: 18
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #5
    2024-12-13, 04:44 PM (This post was last modified: 2024-12-13, 04:47 PM by boimouse. Edited 1 time in total.)
    (2024-12-13, 04:23 PM)TheDreadPirate Wrote: Can you switch your container to host networking?  It looks like the server is dying due to the websocket dying unexpectedly.

    Here is the log after changing the container it to "Host Network."

    I used the same steps to recreate the issue on the FireTV.


    Attached Files
    .pdf   Log2.pdf (Size: 64.97 KB / Downloads: 87)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-12-13, 04:49 PM
    Are you connecting this FireTV client to Jellyfin through a VPN? Tailscale?
    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]
    boimouse
    Offline

    Junior Member

    Posts: 18
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #7
    2024-12-13, 05:07 PM
    (2024-12-13, 04:49 PM)TheDreadPirate Wrote: Are you connecting this FireTV client to Jellyfin through a VPN?  Tailscale?

    Yes I am using Tailscale from a TrueNAS Scale machine.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-12-13, 06:08 PM
    Is it possible to try without the VPN? To eliminate that as a factor.
    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]
    boimouse
    Offline

    Junior Member

    Posts: 18
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #9
    2024-12-13, 06:17 PM
    (2024-12-13, 06:08 PM)TheDreadPirate Wrote: Is it possible to try without the VPN?  To eliminate that as a factor.

    I can but I would have to wait until I’m home to test that.
    boimouse
    Offline

    Junior Member

    Posts: 18
    Threads: 3
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #10
    2024-12-14, 12:28 AM (This post was last modified: 2024-12-14, 03:37 AM by boimouse. Edited 1 time in total.)
    (2024-12-13, 06:08 PM)TheDreadPirate Wrote: Is it possible to try without the VPN?  To eliminate that as a factor.

    Here is the attempt without the VPN (all through local network "192.168...." and the container is set to broadcast on the host network).

    I also attempted this through another android device (phone) and it transcoded with subtitles without crashing (they were out of sync but it didn’t fail to play back the video).


    Attached Files
    .pdf   Log3.pdf (Size: 75.02 KB / Downloads: 77)
    Pages (3): 1 2 3 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