• 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 Problem with live TV and Transcoding

     
    • 0 Vote(s) - 0 Average

    Problem with live TV and Transcoding

    Problem with transcoding and especially with transcoding and liveTV
    Kuno
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:Germany
    #3
    2024-08-21, 07:24 PM (This post was last modified: 2024-08-21, 07:27 PM by Kuno. Edited 1 time in total.)
    The mentioned stream is a low quality SD stream (Germany RTL Television [no HD]) - some other streams won't be transcoded, some streams will be transcoded and will work and some streams always fails. RTL Television will always fail.

    Code:
    {"Protocol":1,"Id":"36a9060aea8dd6551006759273888d9c","Path":"http://10.28.30.56:8001/1:0:1:2EE3:441:1:C00000:0:0:0:","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"ts","S>

    /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 3000000 -probesize 1G -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari>

    ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
      built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --d>
      libavutil      58.  2.100 / 58.  2.100
      libavcodec    60.  3.100 / 60.  3.100
      libavformat    60.  3.100 / 60.  3.100
      libavdevice    60.  1.100 / 60.  1.100
      libavfilter    9.  3.100 /  9.  3.100
      libswscale      7.  1.100 /  7.  1.100
      libswresample  4. 10.100 /  4. 10.100
      libpostproc    57.  1.100 / 57.  1.100
    [mpeg2video @ 0x56428b1e84c0] Invalid frame dimensions 0x0.
    [mp3float @ 0x56428b1c8840] Header missing
    [mpeg2video @ 0x56428b1e84c0] Invalid frame dimensions 0x0.
        Last message repeated 5 times
    [mpegts @ 0x56428b1b5040] Could not find codec parameters for stream 4 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
    Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
    [mpegts @ 0x56428b1b5040] Could not find codec parameters for stream 6 (Unknown: none ([12][0][0][0] / 0x000C)): unknown codec
    Consider increasing the value for the 'analyzeduration' (3000000) and 'probesize' (1000000000) options
    Input #0, mpegts, from 'http://10.28.30.56:8001/1:0:1:2EE3:441:1:C00000:0:0:0:':
      Duration: N/A, start: 81511.867533, bitrate: N/A
      Program 12003
      Stream #0:1[0x68](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 192 kb/s
      Stream #0:2[0x69](deu): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
      Stream #0:3[0x6a](deu): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 384 kb/s
      Stream #0:4[0x6c]: Unknown: none ([5][0][0][0] / 0x0005)
      Stream #0:5[0x6e](deu): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired)
      Stream #0:6[0x70]: Unknown: none ([12][0][0][0] / 0x000C)
      Stream #0:7[0x71]: Data: bin_data ([6][0][0][0] / 0x0006)
      Stream #0:8[0xa3]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, bt470bg, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn
        Side data:
          cpb: bitrate max/min/avg: 15000000/0/0 buffer size: 1835008 vbv_delay: N/A
      Program 12004
      Program 12005
      Program 12006
      Program 12009
      Program 12020
      Program 12030
      Program 12040
      Program 12060
      Program 12061
      Program 12080
      Program 12090
      Program 12091
      No Program
      Stream #0:0[0x12]: Data: epg
    Stream mapping:
      Stream #0:8 -> #0:0 (mpeg2video (native) -> h264 (libx264))
      Stream #0:1 -> #0:1 (mp2 (native) -> aac (libfdk_aac))
    Press [q] to stop, [?] for help
    [mp2 @ 0x56428b24ae80] Header missing
    Error while decoding stream #0:1: Invalid data found when processing input
    [libx264 @ 0x56428b211680] invalid level_idc: 0
    [vost#0:0/libx264 @ 0x56428b211300] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
    [libfdk_aac @ 0x56428b214c40] 2 frames left in the queue on closing
    Conversion failed!

    And like mentioned above - jellyfin seems to transcode much more media (not only live-tv but also all other media like mkv or mp4 files) than emby.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Problem with live TV and Transcoding - by Kuno - 2024-08-21, 02:03 PM
    RE: Problem with live TV and Transcoding - by TheDreadPirate - 2024-08-21, 03:26 PM
    RE: Problem with live TV and Transcoding - by Kuno - 2024-08-21, 07:24 PM
    RE: Problem with live TV and Transcoding - by TheDreadPirate - 2024-08-21, 08:45 PM
    RE: Problem with live TV and Transcoding - by Kuno - 2024-08-21, 10:43 PM
    RE: Problem with live TV and Transcoding - by Kuno - 2024-09-07, 12:05 PM
    RE: Problem with live TV and Transcoding - by Kuno - 2024-09-16, 11:10 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