• 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 SOLVED: Issue Recording IPTV Streams

     
    • 0 Vote(s) - 0 Average

    SOLVED: Issue Recording IPTV Streams

    Issue Recording LiveTV/ IPTV Streams
    ???
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #2
    2024-01-03, 02:21 AM (This post was last modified: 2024-01-17, 11:14 PM by ???. Edited 11 times in total.)
    It appears that the record-transcode logs keep repeating this message or a very similar message over and over (about every 5 milliseconds):

    Code:
    [hls @ 000001ccb0c8b540] Skip ('#EXT-X-VERSION:3')
    [hls @ 000001ccb0c8b540] Skip ('#EXT-X-DISCONTINUITY-SEQUENCE:40')
    [hls @ 000001ccb0c8b540] Skip ('#EXT-X-PROGRAM-DATE-TIME:2024-01-03T02:18:09.518Z')

    frame=28602 fps=6.1 q=-1.0 size=  355840kB time=01:18:17.83 bitrate= 620.5kbits/s speed=  1x   

    This is the code that appears in the general logs after finishing the recording:

    Code:
    [2024-01-02 20:44:59.906 -07:00] [INF] [74] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Stopping ffmpeg recording process for "C:\Jellyfin\LiveTV Recordings\Movies\The Terminal (2004)\The Terminal (2004).ts"
    [2024-01-02 20:44:59.910 -07:00] [INF] [74] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Calling recording process.WaitForExit for "C:\Jellyfin\LiveTV Recordings\Movies\The Terminal (2004)\The Terminal (2004).ts"
    [2024-01-02 20:45:09.907 -07:00] [INF] [74] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Killing ffmpeg recording process for "C:\Jellyfin\LiveTV Recordings\Movies\The Terminal (2004)\The Terminal (2004).ts"
    [2024-01-02 20:45:09.927 -07:00] [INF] [41] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: FFMpeg recording exited with code -1 for "C:\Jellyfin\LiveTV Recordings\Movies\The Terminal (2004)\The Terminal (2004).ts"
    [2024-01-02 20:45:09.931 -07:00] [ERR] [55] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Error recording to "C:\Jellyfin\LiveTV Recordings\Movies\The Terminal (2004)\The Terminal (2004).ts"
    System.Exception: Recording for C:\Jellyfin\LiveTV Recordings\Movies\The Terminal (2004)\The Terminal (2004).ts failed. Exit code -1
      at Emby.Server.Implementations.LiveTv.EmbyTV.EncodedRecorder.RecordFromFile(MediaSourceInfo mediaSource, String inputFile, String targetFile, Action onStarted, CancellationToken cancellationToken)
      at Emby.Server.Implementations.LiveTv.EmbyTV.EncodedRecorder.Record(IDirectStreamProvider directStreamProvider, MediaSourceInfo mediaSource, String targetFile, TimeSpan duration, Action onStarted, CancellationToken cancellationToken)
      at Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV.RecordStream(TimerInfo timer, DateTime recordingEndDate, ActiveRecordingInfo activeRecordingInfo)
    [2024-01-02 20:45:09.939 -07:00] [INF] [55] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "153bca905e4eeeb8d7b03da652cd108c" consumer count is now 0
    [2024-01-02 20:45:09.943 -07:00] [INF] [55] Emby.Server.Implementations.Library.MediaSourceManager: Closing live stream "a17c75760a04e99b68cf766e11316e1c_09efa0d56b934a82adec00a87b837fb0_153bca905e4eeeb8d7b03da652cd108c"
    [2024-01-02 20:45:09.947 -07:00] [INF] [55] Emby.Server.Implementations.LiveTv.TunerHosts.M3UTunerHost: Closing "LiveStream"
    [2024-01-02 20:45:09.950 -07:00] [INF] [55] Emby.Server.Implementations.Library.MediaSourceManager: Live stream "a17c75760a04e99b68cf766e11316e1c_09efa0d56b934a82adec00a87b837fb0_153bca905e4eeeb8d7b03da652cd108c" closed successfully
    [2024-01-02 20:45:09.954 -07:00] [INF] [55] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Triggering refresh on "C:\Jellyfin\LiveTV Recordings\Movies\The Terminal (2004)\The Terminal (2004).ts"
    [2024-01-02 20:45:09.957 -07:00] [INF] [55] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Refreshing recording parent "C:\Jellyfin\LiveTV Recordings"

    I don't know if this is relevant, but this also appears in my general logs a lot:

    Code:
    [2024-01-02 20:33:41.427 -07:00] [INF] [80] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:34:41.518 -07:00] [INF] [74] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:35:41.576 -07:00] [INF] [77] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:36:41.629 -07:00] [INF] [56] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:37:41.680 -07:00] [INF] [52] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:38:41.727 -07:00] [INF] [22] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:39:41.786 -07:00] [INF] [22] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:40:41.846 -07:00] [INF] [75] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:41:41.904 -07:00] [INF] [22] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:42:41.949 -07:00] [INF] [18] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:43:42.009 -07:00] [INF] [60] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-01-02 20:44:42.082 -07:00] [INF] [18] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Issue Recording IPTV Streams - by ??? - 2024-01-01, 02:02 AM
    RE: Issue Recording IPTV Streams - by ??? - 2024-01-03, 02:21 AM
    RE: Issue Recording IPTV Streams - by ??? - 2024-01-10, 11:06 PM
    RE: Issue Recording IPTV Streams - by TheDreadPirate - 2024-01-10, 11:26 PM
    RE: Issue Recording IPTV Streams - by tmsrxzar - 2024-01-10, 11:26 PM
    RE: Issue Recording IPTV Streams - by TheDreadPirate - 2024-01-10, 11:30 PM
    RE: Issue Recording IPTV Streams - by ??? - 2024-01-10, 11:31 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