Open anyoneyun opened 1 month ago
I also have trouble playing back TVHeadend recording but with a different error. It seemingly tries to look up the recording as a path on disk instead of a URL.
[10:27:58] [ERR] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Error extracting timestamp info from http://jellyfin:password@10.0.0.2:9981/dvrfile/1709747761
System.IO.DirectoryNotFoundException: Could not find a part of the path '/http:/jellyfin:password@10.0.0.2:9981/dvrfile/1709747761'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at MediaBrowser.MediaEncoding.Probing.ProbeResultNormalizer.GetMpegTimestamp(String path)
at MediaBrowser.MediaEncoding.Probing.ProbeResultNormalizer.ExtractTimestamp(MediaInfo video)
Hi all, I've been unable to play recordings on my Jellyfin server. When a recording is selected, Jellyfin states "Playback failed due to a fatal player error".
Here is the FFMPEG log from Jellyfin:
Clearly something is wrong because it says at the bottom, "Port missing in URI" but I fail to understand this error as the port is present. Any idea? Thanks!