• 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 Playback error: h264 file with AC3 audio will not playback on swiftfin

     
    • 0 Vote(s) - 0 Average

    Playback error: h264 file with AC3 audio will not playback on swiftfin

    linuxnoob0009
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Denmark
    #10
    2024-10-09, 03:07 PM (This post was last modified: 2024-10-09, 03:09 PM by linuxnoob0009.)
    (2024-10-09, 02:06 PM)TheDreadPirate Wrote: Try remuxing one of the files and test the new file.  This will copy the existing video/audio into a new container.  Since there is no encoding it should take a few seconds to complete.

    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/MEDIADRIVE/SERIES/Millennium/Season 1/Millennium - 01x01 - Pilot.mp4" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mp4

    Then try playing the new file.
    Hello again! 

    I did this and the file actually plays!

    ....However - the timecode just stays at 0:00 the whole time. I can't search / forward or rewind when playing. And I cannot switch between the audio tracks. Luckily it played with the standard track and not the commentary. This is very mysterious.... does this make any sense at all?

    I also made a .mkv-version, leaving the video and converting the audio to aac, using ffmpeg and this one works normally (except that it only has one audio track - i guess i messed up the CLI command)

    (2024-10-09, 02:01 PM)JamesOberegg Wrote: Having the same issue with an AppleTV user.
    I don't allow video transcodes, only audio.


    Code:
    [2024-10-09 14:11:52.503 +02:00] [INF] Playback stopped reported by app "Jellyfin tvOS" "1.0.1" playing "Albtraumhafte Super-Verwandlung! Freezers Kampfkraft ist 1.000.000.". Stopped at "850000" ms
    [2024-10-09 14:11:52.549 +02:00] [INF] User policy for "readacted username". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: True
    [2024-10-09 14:11:52.555 +02:00] [INF] User policy for "readacted username". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: True
    [2024-10-09 14:11:52.560 +02:00] [INF] User policy for "readacted username". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: True
    [2024-10-09 14:11:55.916 +02:00] [INF] User policy for "readacted username". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: True
    [2024-10-09 14:11:55.919 +02:00] [INF] User policy for "readacted username". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: True
    [2024-10-09 14:12:04.219 +02:00] [INF] Playback stopped reported by app "Jellyfin tvOS" "1.0.1" playing "Killer Joe". Stopped at "4387000" ms

    Hello, thanks for answering. I'd like to test this as well. How do I set this change? Can I do it in the server browser GUI?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-08, 03:47 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-08, 04:04 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-08, 04:14 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-09, 07:12 AM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by kandykarter - 2024-10-08, 04:46 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-08, 04:54 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-09, 11:37 AM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by JamesOberegg - 2024-10-09, 02:01 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-09, 02:06 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-09, 03:07 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-09, 03:30 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-09, 07:05 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-09, 07:29 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-09, 07:31 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-09, 10:43 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-10, 02:02 AM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by JamesOberegg - 2024-10-10, 05:26 AM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-10, 07:48 AM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-10, 07:40 AM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-10, 11:59 AM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-10, 01:56 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-10, 05:41 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by linuxnoob0009 - 2024-10-11, 12:28 PM
    RE: Playback error: h264 file with AC3 audio will not playback on swiftfin - by TheDreadPirate - 2024-10-11, 01:25 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