• 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: Trouble recording tv

     
    • 0 Vote(s) - 0 Average

    SOLVED: Trouble recording tv

    cannot find ts file in /config/transcodes/
    nartub
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Sweden
    #1
    2024-02-17, 05:17 PM (This post was last modified: 2024-02-18, 01:26 PM by nartub. Edited 2 times in total.)
    Hello!
    I'm having problems with recording tv in Jellyfin. Watching tv is working just fine. Jellyfin says it cannot find the ts file in /config/transcodes when recording. Transcodes is empty so that's no surprise. Jellyfin is writing metadata to the recording folder so the issue is not permissions related. 
    Any idea how I can solve this? Wife very much wants to be able to record. 

    Thank you

    This is what it looks like in the log:
    Code:
    [2024-02-17 18:12:24.026 +01:00] [INF] [24] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Beginning recording. Will record for "27.599556575" minutes.
    [2024-02-17 18:12:24.026 +01:00] [INF] [24] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Writing file to: "/data/inspelning/video/World Sport/World Sport 2024_02_17_18_00_00.ts"
    [2024-02-17 18:12:24.029 +01:00] [INF] [24] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Triggering refresh on "/data/inspelning/video/World Sport/World Sport 2024_02_17_18_00_00.ts"
    [2024-02-17 18:12:24.030 +01:00] [INF] [24] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Refreshing recording parent "/data/inspelning/video/World Sport"
    [2024-02-17 18:12:24.030 +01:00] [INF] [24] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Copying recording to file "/data/inspelning/video/World Sport/World Sport 2024_02_17_18_00_00.ts"
    [2024-02-17 18:12:24.030 +01:00] [ERR] [24] Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV: Error recording to "/data/inspelning/video/World Sport/World Sport 2024_02_17_18_00_00.ts"
    System.IO.FileNotFoundException: Could not find file '/config/transcodes/46d779f6d9ca4b0da3c937a44d583c19.ts'.
    File name: '/config/transcodes/46d779f6d9ca4b0da3c937a44d583c19.ts'
      at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
      at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
      at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
      at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
      at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
      at Emby.Server.Implementations.LiveTv.TunerHosts.LiveStream.GetStream()
      at Emby.Server.Implementations.LiveTv.EmbyTV.DirectRecorder.RecordFromDirectStreamProvider(IDirectStreamProvider directStreamProvider, String targetFile, TimeSpan duration, Action onStarted, CancellationToken cancellationToken)
      at Emby.Server.Implementations.LiveTv.EmbyTV.DirectRecorder.RecordFromDirectStreamProvider(IDirectStreamProvider directStreamProvider, String targetFile, TimeSpan duration, Action onStarted, CancellationToken cancellationToken)
      at Emby.Server.Implementations.LiveTv.EmbyTV.EmbyTV.RecordStream(TimerInfo timer, DateTime recordingEndDate, ActiveRecordingInfo activeRecordingInfo)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-02-17, 07:13 PM
    Make sure that Jellyfin has rxw access to container path /config/transcodes.
    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]
    nartub
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Sweden
    #3
    2024-02-17, 09:16 PM
    (2024-02-17, 07:13 PM)TheDreadPirate Wrote: Make sure that Jellyfin has rxw access to container path /config/transcodes.

    Jellyfin has permissions to write to the transcode folder, and does so when I transcode video. However when watching or recording tv nothing is written there, no need for transcoding I guess. 
    By the way Im running 10.8.13 in docker.
    nartub
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Sweden
    #4
    2024-02-18, 01:26 PM
    (2024-02-17, 09:16 PM)nartub Wrote:
    (2024-02-17, 07:13 PM)TheDreadPirate Wrote: Make sure that Jellyfin has rxw access to container path /config/transcodes.

    Jellyfin has permissions to write to the transcode folder, and does so when I transcode video. However when watching or recording tv nothing is written there, no need for transcoding I guess. 
    By the way Im running 10.8.13 in docker.

    Solved by ticking the auto-loop option in the source-settings. No idea how or why but it worked.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-02-18, 04:29 PM
    I need to remember this for next time. You are like the 3rd person where this was the solution for whatever reason.
    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)


    • 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