2025-03-24, 09:14 PM
(This post was last modified: 2025-03-24, 11:02 PM by roughnecknine0. Edited 1 time in total.)
Are there any settings I need to enable for logging to take place? I just played back some media on my computer and the only changes to the logs section of my dashboard is the addition of two FFMPEG.Transcode logs. The log from today, jellyfin20250324.log, does not show any updates or playback attempts.
ETA: ~90 minutes after playback the jellyfin20250324.log updated with:
ETA: ~90 minutes after playback the jellyfin20250324.log updated with:
Code:
[ERR] Error in "Probe Provider"
MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.
at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)