You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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!
The text was updated successfully, but these errors were encountered:
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:[email protected]:9981/dvrfile/1709747761
System.IO.DirectoryNotFoundException: Could not find a part of the path '/http:/jellyfin:[email protected]: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!
The text was updated successfully, but these errors were encountered: