• 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 Direct Play works only when "allow transcoding" Turned Off

     
    • 0 Vote(s) - 0 Average

    Direct Play works only when "allow transcoding" Turned Off

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2025-02-26, 01:56 PM
    I'm wondering if it's because the audio you want to play is the second audio track. Some clients, when playing MKVs, will need a remux if you select an audio track other than the first audio track. Which is the usual behavior for browsers. And WebOS is a glorified browser, including our app.

    In the "problem" video, the FLAC track you are playing is the second track.

    For testing, can you try remuxing the problem video so that the FLAC track is the first track? The command below should remux (no encoding) so that the second audio track becomes the first track, and copies the rest of the streams.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/data/Media/Video#1.mkv" -map_metadata 0 -map_chapters 0 -map 0:v -map 0:a:1 -map 0:a:0 -map 0:a:2 -map 0:s -map 0:t -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mkv
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Direct Play works only when "allow transcoding" Turned Off - by thxcloudsfer - 2025-02-26, 05:19 AM
    RE: Direct Play works only when "allow transcoding" Turned Off - by thxcloudsfer - 2025-02-26, 05:46 AM
    RE: Direct Play works only when "allow transcoding" Turned Off - by TheDreadPirate - 2025-02-26, 01:56 PM
    RE: Direct Play works only when "allow transcoding" Turned Off - by thxcloudsfer - 2025-02-27, 02:05 AM
    RE: Direct Play works only when "allow transcoding" Turned Off - by thxcloudsfer - 2025-02-27, 07:30 AM

    • 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