[Issue]: Cannot Play Big Buck Bunny movie #3761

Closed
opened 2025-12-21 22:42:37 +01:00 by backuprepo · 10 comments
Owner

Originally created by @cyberb on GitHub (Apr 20, 2022).

Please describe your bug

Cannot play Big Buck Bunny movie downloaded form the official website: http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4

Some other movies are playing fine

Jellyfin Version

10.7.7

Environment

- OS: Custom Debian x64

Jellyfin logs

2022-04-20T22:24:33Z jellyfin.server[7666]: 
2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [ERR] [80] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe
2022-04-20T22:24:33Z jellyfin.server[7666]: System.ComponentModel.Win32Exception (2): No such file or directory
2022-04-20T22:24:33Z jellyfin.server[7666]:    at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
2022-04-20T22:24:33Z jellyfin.server[7666]:    at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
2022-04-20T22:24:33Z jellyfin.server[7666]:    at System.Diagnostics.Process.Start()
2022-04-20T22:24:33Z jellyfin.server[7666]:    at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
2022-04-20T22:24:33Z jellyfin.server[7666]:    at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
2022-04-20T22:24:33Z jellyfin.server[7666]:    at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
2022-04-20T22:24:33Z jellyfin.server[7666]:    at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for boris. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: Bitrate exceeds DirectStream limit: media bitrate: 40000000, max bitrate: 13397129
2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb_sunflower_1080p_30fps_normal.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: False
2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb_sunflower_1080p_30fps_normal.mp4 with codec Unknown codec
2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /var/snap/jellyfin/current/data/transcodes/cce7f4bea27140bdf57f2da32462811d.m3u8
2022-04-20T22:24:34Z jellyfin.server[7666]: [22:24:34] [INF] [21] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0

FFmpeg logs

No response

Please attach any browser or client logs here

Media resource blob:https://***.syncloud.it/7587a1ce-beb3-4bf6-9779-98f458048f49 could not be decoded.

Please attach any screenshots here

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @cyberb on GitHub (Apr 20, 2022). ### Please describe your bug Cannot play Big Buck Bunny movie downloaded form the official website: http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4 Some other movies are playing fine ### Jellyfin Version 10.7.7 ### Environment ```markdown - OS: Custom Debian x64 ``` ### Jellyfin logs ```shell 2022-04-20T22:24:33Z jellyfin.server[7666]: 2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [ERR] [80] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe 2022-04-20T22:24:33Z jellyfin.server[7666]: System.ComponentModel.Win32Exception (2): No such file or directory 2022-04-20T22:24:33Z jellyfin.server[7666]: at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec) 2022-04-20T22:24:33Z jellyfin.server[7666]: at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo) 2022-04-20T22:24:33Z jellyfin.server[7666]: at System.Diagnostics.Process.Start() 2022-04-20T22:24:33Z jellyfin.server[7666]: at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process) 2022-04-20T22:24:33Z jellyfin.server[7666]: at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken) 2022-04-20T22:24:33Z jellyfin.server[7666]: at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) 2022-04-20T22:24:33Z jellyfin.server[7666]: at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) 2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for boris. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True 2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: Bitrate exceeds DirectStream limit: media bitrate: 40000000, max bitrate: 13397129 2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb_sunflower_1080p_30fps_normal.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: False 2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb_sunflower_1080p_30fps_normal.mp4 with codec Unknown codec 2022-04-20T22:24:33Z jellyfin.server[7666]: [22:24:33] [INF] [21] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /var/snap/jellyfin/current/data/transcodes/cce7f4bea27140bdf57f2da32462811d.m3u8 2022-04-20T22:24:34Z jellyfin.server[7666]: [22:24:34] [INF] [21] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0 ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here ``` Media resource blob:https://***.syncloud.it/7587a1ce-beb3-4bf6-9779-98f458048f49 could not be decoded. ``` ### Please attach any screenshots here ![image](https://user-images.githubusercontent.com/885528/164336581-8465fa51-d079-4797-aa81-592db47060b5.png) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
backuprepo 2025-12-21 22:42:37 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@sourpatched commented on GitHub (Apr 21, 2022):

Jellyfin doesn't have access to that file therefore it can not play it OR there is something wrong with FFmpeg

@sourpatched commented on GitHub (Apr 21, 2022): Jellyfin doesn't have access to that file therefore it can not play it OR there is something wrong with FFmpeg
Author
Owner

@cyberb commented on GitHub (Apr 21, 2022):

Can you play this file? This is official blender made movie.

@cyberb commented on GitHub (Apr 21, 2022): Can you play this file? This is official blender made movie.
Author
Owner

@sourpatched commented on GitHub (Apr 21, 2022):

I don't have it on Jellyfin but I can play it in the browser. http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4

It's an MP4 file, Jellyfin should have no issues in playing this.

You're missing the title issue, OS such as ubuntu and most of the logs that tell the story on what's going and and what happened.

@sourpatched commented on GitHub (Apr 21, 2022): I don't have it on Jellyfin but I can play it in the browser. http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4 It's an MP4 file, Jellyfin should have no issues in playing this. You're missing the title issue, OS such as ubuntu and most of the logs that tell the story on what's going and and what happened.
Author
Owner

@cyberb commented on GitHub (Apr 21, 2022):

I can add more logs if you want, but can you try playing this video in your jellyfin?

@cyberb commented on GitHub (Apr 21, 2022): I can add more logs if you want, but can you try playing this video in your jellyfin?
Author
Owner

@srcrist commented on GitHub (Apr 21, 2022):

I tested it, out of an abundance of caution. The video plays fine in Jellyfin, as all MP4 files would be expected to. Your log suggests that your server cannot find the file.

2022-04-20T22:24:33Z jellyfin.server[7666]: System.ComponentModel.Win32Exception (2): No such file or directory

This looks like a server configuration issue, not a Jellyfin issue.

@srcrist commented on GitHub (Apr 21, 2022): I tested it, out of an abundance of caution. The video plays fine in Jellyfin, as all MP4 files would be expected to. Your log suggests that your server cannot find the file. `2022-04-20T22:24:33Z jellyfin.server[7666]: System.ComponentModel.Win32Exception (2): No such file or directory` This looks like a server configuration issue, not a Jellyfin issue.
Author
Owner

@sourpatched commented on GitHub (Apr 21, 2022):

In the command line or over SSH try sudo chown -R jellyfin /media/username (change username with servers username)

@sourpatched commented on GitHub (Apr 21, 2022): In the command line or over SSH try `sudo chown -R jellyfin /media/username` (change username with servers username)
Author
Owner

@cyberb commented on GitHub (Apr 22, 2022):

I have downloaded another sample and it works from here (https://www.learningcontainer.com/download/sample-mp4-video-file-download-for-testing/)
Also I have tried to simplify the file name to bbb.mp4 still no luck.

Files are definitely there:

root@syncloud:/data/jellyfin# ls -la
total 539868
drwxr-xr-x  2 jellyfin jellyfin      4096 Apr 22 08:25 .
drwxr-xr-x 26 root     root          4096 Mar 25 08:24 ..
-rw-r--r--  1 jellyfin jellyfin 276134947 Dec 17  2013 bbb.mp4
-rw-r--r--  1 jellyfin jellyfin 276134947 Apr 22 08:17 bbb_sunflower_1080p_30fps_normal.mp4
-rw-r--r--  1 jellyfin jellyfin    543879 Apr 22 08:23 test.mp4

So now I have three files bbb does not play test is ok.

Win32Exception (2): No such file or directory must be a result of something else, ffmpeg cannot find something, file too big ... ?

I have tried other big movies and they are also fine.
I do not really need BBB but I want to understand how to debug these issues, is there a debug log level?

@cyberb commented on GitHub (Apr 22, 2022): I have downloaded another sample and it works from here (https://www.learningcontainer.com/download/sample-mp4-video-file-download-for-testing/) Also I have tried to simplify the file name to bbb.mp4 still no luck. Files are definitely there: ``` root@syncloud:/data/jellyfin# ls -la total 539868 drwxr-xr-x 2 jellyfin jellyfin 4096 Apr 22 08:25 . drwxr-xr-x 26 root root 4096 Mar 25 08:24 .. -rw-r--r-- 1 jellyfin jellyfin 276134947 Dec 17 2013 bbb.mp4 -rw-r--r-- 1 jellyfin jellyfin 276134947 Apr 22 08:17 bbb_sunflower_1080p_30fps_normal.mp4 -rw-r--r-- 1 jellyfin jellyfin 543879 Apr 22 08:23 test.mp4 ``` So now I have three files bbb does not play test is ok. `Win32Exception (2): No such file or directory` must be a result of something else, ffmpeg cannot find something, file too big ... ? I have tried other big movies and they are also fine. I do not really need BBB but I want to understand how to debug these issues, is there a debug log level?
Author
Owner

@srcrist commented on GitHub (Apr 22, 2022):

Yes, see here: https://jellyfin.org/docs/general/administration/troubleshooting.html

Note that the json you need to edit to enable it might be logging.json and not logging.default.json, if you have the former.

@srcrist commented on GitHub (Apr 22, 2022): Yes, see here: https://jellyfin.org/docs/general/administration/troubleshooting.html Note that the json you need to edit to enable it might be logging.json and not logging.default.json, if you have the former.
Author
Owner

@cyberb commented on GitHub (Apr 23, 2022):

more logs

Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [INF] [11] Jellyfin.Api.Helpers.TranscodingJobHelper: /snap/jellyfin/current/bin/ffmpeg.sh -f mp4 -i file:"/data/jellyfin/bbb.mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn   -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/c7ef91b4ad1fdaca31c866ce3d214cde/" -hls_playlist_type event -hls_segment_filename "/var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde%d.ts" -y "/var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8"
Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [DBG] [11] Jellyfin.Api.Helpers.TranscodingJobHelper: Launched FFmpeg process
Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [DBG] [11] Jellyfin.Api.Helpers.TranscodingJobHelper: Waiting for the creation of /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Helpers.TranscodingJobHelper: File /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8 created or transcoding has finished
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Helpers.TranscodingJobHelper: StartFfMpeg() finished successfully
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Controllers.VideoHlsController: Waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Controllers.VideoHlsController: Finished waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Helpers.TranscodingJobHelper: OnTranscodeEndRequest job.ActiveRequestCount=0
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Models.PlaybackDtos.TranscodingJobDto: Starting kill timer at 60000ms. JobId 32a5f4cfa1de4c8c966014207e6d5cb3 PlaySessionId 804204207d96425fa1331c550993665b
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [WRN] [23] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://jellyfin.example.com/videos/d898d8cd-0ffc-37be-e7cf-c90a0ac5028d/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjo5OC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94Lzk4LjB8MTY0ODI0MjQ5ODYxMQ11&MediaSourceId=d898d8cd0ffc37bee7cfc90a0ac5028d&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=804204207d96425fa1331c550993665b&api_key=06ca9fd4cb2d4a999ae646e1047181d4&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=95c307ef8cf67e2c7c92ef9f99505fb6&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline&h264-level=51&h264-deinterlace=true&allowVideoStreamCopy=false&allowAudioStreamCopy=false&allowAudioStreamCopy=false to 127.0.0.1 in 0:00:06.6648522 with Status Code 200
Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: Error authenticating with CustomAuthenticationHandler
Apr 23 17:16:52 syncloud jellyfin.server[7580]: MediaBrowser.Controller.Authentication.AuthenticationException: Request does not contain a token.
Apr 23 17:16:52 syncloud jellyfin.server[7580]:    at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request)
Apr 23 17:16:52 syncloud jellyfin.server[7580]:    at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync()
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [INF] [24] Jellyfin.Api.Controllers.MediaInfoController: GetPostedPlaybackInfo profile: {"Name": null, "Id": null, "Identification": null, "FriendlyName": null, "Manufacturer": null, "ManufacturerUrl": null, "ModelName": null, "ModelDescription": null, "ModelNumber": null, "ModelUrl": null, "SerialNumber": null, "EnableAlbumArtInDidl": false, "EnableSingleAlbumArtLimit": false, "EnableSingleSubtitleLimit": false, "SupportedMediaTypes": "Audio,Photo,Video", "UserId": null, "AlbumArtPn": null, "MaxAlbumArtWidth": 0, "MaxAlbumArtHeight": 0, "MaxIconWidth": null, "MaxIconHeight": null, "MaxStreamingBitrate": 120000000, "MaxStaticBitrate": 100000000, "MusicStreamingTranscodingBitrate": 384000, "MaxStaticMusicBitrate": null, "SonyAggregationFlags": null, "ProtocolInfo": null, "TimelineOffsetSeconds": 0, "RequiresPlainVideoItems": false, "RequiresPlainFolders": false, "EnableMSMediaReceiverRegistrar": false, "IgnoreTranscodeByteRangeRequests": false, "XmlRootAttributes": [], "DirectPlayProfiles": [{"Container": "webm", "AudioCodec": "vorbis,opus", "VideoCodec": "vp8,vp9,av1", "Type": "Video", "$type": "DirectPlayProfile"}, {"Container": "mp4,m4v", "AudioCodec": "aac,mp3,opus,flac,vorbis", "VideoCodec": "h264,vp8,vp9,av1", "Type": "Video", "$type": "DirectPlayProfile"}, {"Container": "opus", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "webm", "AudioCodec": "opus", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "mp3", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "aac", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "m4a", "AudioCodec": "aac", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "m4b", "AudioCodec": "aac", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "flac", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "webma", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "webm", "AudioCodec": "webma", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "wav", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "ogg", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}], "TranscodingProfiles": [{"Container": "ts", "Type": "Audio", "VideoCodec": null, "AudioCodec": "aac", "Protocol": "hls", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 1, "SegmentLength": 0, "BreakOnNonKeyFrames": true, "$type": "TranscodingProfile"}, {"Container": "aac", "Type": "Audio", "VideoCodec": null, "AudioCodec": "aac", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "mp3", "Type": "Audio", "VideoCodec": null, "AudioCodec": "mp3", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "opus", "Type": "Audio", "VideoCodec": null, "AudioCodec": "opus", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "wav", "Type": "Audio", "VideoCodec": null, "AudioCodec": "wav", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "opus", "Type": "Audio", "VideoCodec": null, "AudioCodec": "opus", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "mp3", "Type": "Audio", "VideoCodec": null, "AudioCodec": "mp3", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "aac", "Type": "Audio", "VideoCodec": null, "AudioCodec": "aac", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "wav", "Type": "Audio", "VideoCodec": null, "AudioCodec": "wav", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "ts", "Type": "Video", "VideoCodec": "h264", "AudioCodec": "aac,mp3", "Protocol": "hls", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 1, "SegmentLength": 0, "BreakOnNonKeyFrames": true, "$type": "TranscodingProfile"}, {"Container": "webm", "Type": "Video", "VideoCodec": "vpx", "AudioCodec": "vorbis", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "mp4", "Type": "Video", "VideoCodec": "h264", "AudioCodec": "aac,mp3,opus,flac,vorbis", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": null, "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}], "ContainerProfiles": [], "CodecProfiles": [{"Type": "VideoAudio", "Conditions": [{"Condition": "Equals", "Property": "IsSecondaryAudio", "Value": "false", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": "aac", "Container": null, "$type": "CodecProfile"}, {"Type": "VideoAudio", "Conditions": [{"Condition": "Equals", "Property": "IsSecondaryAudio", "Value": "false", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": null, "Container": null, "$type": "CodecProfile"}, {"Type": "Video", "Conditions": [{"Condition": "NotEquals", "Property": "IsAnamorphic", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "EqualsAny", "Property": "VideoProfile", "Value": "high|main|baseline|constrained baseline", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "LessThanEqual", "Property": "VideoLevel", "Value": "51", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "NotEquals", "Property": "IsInterlaced", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": "h264", "Container": null, "$type": "CodecProfile"}, {"Type": "Video", "Conditions": [{"Condition": "NotEquals", "Property": "IsAnamorphic", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "EqualsAny", "Property": "VideoProfile", "Value": "main", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "LessThanEqual", "Property": "VideoLevel", "Value": "120", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "NotEquals", "Property": "IsInterlaced", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": "hevc", "Container": null, "$type": "CodecProfile"}], "ResponseProfiles": [{"Container": "m4v", "AudioCodec": null, "VideoCodec": null, "Type": "Video", "OrgPn": null, "MimeType": "video/mp4", "Conditions": [], "$type": "ResponseProfile"}], "SubtitleProfiles": [{"Format": "vtt", "Method": "External", "DidlMode": null, "Language": null, "Container": null, "$type": "SubtitleProfile"}, {"Format": "ass", "Method": "External", "DidlMode": null, "Language": null, "Container": null, "$type": "SubtitleProfile"}, {"Format": "ssa", "Method": "External", "DidlMode": null, "Language": null, "Container": null, "$type": "SubtitleProfile"}], "$type": "DeviceProfile"}
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running FFProbeProvider for /data/jellyfin/bbb.mp4
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: /snap/jellyfin/current/bin/ffprobe.sh -i file:"/data/jellyfin/bbb.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting ffprobe with args -i file:"/data/jellyfin/bbb.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [ERR] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe
Apr 23 17:17:43 syncloud jellyfin.server[7580]: System.ComponentModel.Win32Exception (2): No such file or directory
Apr 23 17:17:43 syncloud jellyfin.server[7580]:    at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
Apr 23 17:17:43 syncloud jellyfin.server[7580]:    at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
Apr 23 17:17:43 syncloud jellyfin.server[7580]:    at System.Diagnostics.Process.Start()
Apr 23 17:17:43 syncloud jellyfin.server[7580]:    at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process)
Apr 23 17:17:43 syncloud jellyfin.server[7580]:    at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
Apr 23 17:17:43 syncloud jellyfin.server[7580]:    at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
Apr 23 17:17:43 syncloud jellyfin.server[7580]:    at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running MovieNfoProvider for /data/jellyfin/bbb.mp4
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: MovieNfoProvider returned no metadata for /data/jellyfin/bbb.mp4
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running TmdbMovieProvider for /data/jellyfin/bbb.mp4
Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running OmdbItemProvider for /data/jellyfin/bbb.mp4
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for boris. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb.mp4 with codec Unknown codec
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb.mp4 with codec Unknown codec
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: True
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb.mp4 with codec Unknown codec
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [16] Jellyfin.Api.Helpers.TranscodingJobHelper: /snap/jellyfin/current/bin/ffmpeg.sh -f mp4 -i file:"/data/jellyfin/bbb.mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn   -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/28141f394ca482b3817bc7a17c69e5a0/" -hls_playlist_type event -hls_segment_filename "/var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0%d.ts" -y "/var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8"
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Helpers.TranscodingJobHelper: Launched FFmpeg process
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Helpers.TranscodingJobHelper: Waiting for the creation of /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8
Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [17] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:45 syncloud jellyfin.server[7580]: [17:17:45] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Transcoding kill timer stopped for JobId 4c8681d209534fbc95a22e713cbab48b PlaySessionId 6807f259be864d5fb9f89383daa8442f. Killing transcoding
Apr 23 17:17:45 syncloud jellyfin.server[7580]: [17:17:45] [DBG] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: KillTranscodingJob - JobId 4c8681d209534fbc95a22e713cbab48b PlaySessionId 6807f259be864d5fb9f89383daa8442f. Killing transcoding
Apr 23 17:17:45 syncloud jellyfin.server[7580]: [17:17:45] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd3.m3u8
Apr 23 17:17:46 syncloud jellyfin.server[7580]: [17:17:46] [DBG] [9] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:47 syncloud jellyfin.server[7580]: [17:17:47] [DBG] [16] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [DBG] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Disposing stream resources
Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0
Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd3.m3u8
Apr 23 17:17:49 syncloud jellyfin.server[7580]: [17:17:49] [DBG] [17] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd3.m3u8
Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd34.ts
Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd32.ts
Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd33.ts
Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd31.ts
Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd30.ts
Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd35.ts
Apr 23 17:17:51 syncloud jellyfin.server[7580]: [17:17:51] [DBG] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:51 syncloud jellyfin.server[7580]: [17:17:51] [DBG] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated.
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [INF] [9] Jellyfin.Api.Helpers.TranscodingJobHelper: Transcoding kill timer stopped for JobId 32a5f4cfa1de4c8c966014207e6d5cb3 PlaySessionId 804204207d96425fa1331c550993665b. Killing transcoding
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [9] Jellyfin.Api.Helpers.TranscodingJobHelper: KillTranscodingJob - JobId 32a5f4cfa1de4c8c966014207e6d5cb3 PlaySessionId 804204207d96425fa1331c550993665b. Killing transcoding
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [INF] [9] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Helpers.TranscodingJobHelper: File /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8 created or transcoding has finished
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Helpers.TranscodingJobHelper: StartFfMpeg() finished successfully
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Controllers.VideoHlsController: Waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Controllers.VideoHlsController: Finished waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Helpers.TranscodingJobHelper: OnTranscodeEndRequest job.ActiveRequestCount=0
Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Models.PlaybackDtos.TranscodingJobDto: Starting kill timer at 60000ms. JobId e33f4ff1fd4e44eba36a40647f89f767 PlaySessionId 44c7e2591b83483b8115357b5ee6e375

I think I understand now, ffprobe is missing as I forgot to include it in my package, will let you know after I add it.

@cyberb commented on GitHub (Apr 23, 2022): more logs ``` Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [INF] [11] Jellyfin.Api.Helpers.TranscodingJobHelper: /snap/jellyfin/current/bin/ffmpeg.sh -f mp4 -i file:"/data/jellyfin/bbb.mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/c7ef91b4ad1fdaca31c866ce3d214cde/" -hls_playlist_type event -hls_segment_filename "/var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde%d.ts" -y "/var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8" Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [DBG] [19] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [DBG] [11] Jellyfin.Api.Helpers.TranscodingJobHelper: Launched FFmpeg process Apr 23 17:16:45 syncloud jellyfin.server[7580]: [17:16:45] [DBG] [11] Jellyfin.Api.Helpers.TranscodingJobHelper: Waiting for the creation of /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8 Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Helpers.TranscodingJobHelper: File /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8 created or transcoding has finished Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Helpers.TranscodingJobHelper: StartFfMpeg() finished successfully Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Controllers.VideoHlsController: Waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8 Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Controllers.VideoHlsController: Finished waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8 Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Helpers.TranscodingJobHelper: OnTranscodeEndRequest job.ActiveRequestCount=0 Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [23] Jellyfin.Api.Models.PlaybackDtos.TranscodingJobDto: Starting kill timer at 60000ms. JobId 32a5f4cfa1de4c8c966014207e6d5cb3 PlaySessionId 804204207d96425fa1331c550993665b Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [WRN] [23] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://jellyfin.example.com/videos/d898d8cd-0ffc-37be-e7cf-c90a0ac5028d/live.m3u8?DeviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0OyBydjo5OC4wKSBHZWNrby8yMDEwMDEwMSBGaXJlZm94Lzk4LjB8MTY0ODI0MjQ5ODYxMQ11&MediaSourceId=d898d8cd0ffc37bee7cfc90a0ac5028d&VideoCodec=h264&AudioCodec=aac,mp3&VideoBitrate=139808000&AudioBitrate=192000&PlaySessionId=804204207d96425fa1331c550993665b&api_key=06ca9fd4cb2d4a999ae646e1047181d4&TranscodingMaxAudioChannels=6&RequireAvc=false&Tag=95c307ef8cf67e2c7c92ef9f99505fb6&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-profile=high,main,baseline,constrainedbaseline&h264-level=51&h264-deinterlace=true&allowVideoStreamCopy=false&allowAudioStreamCopy=false&allowAudioStreamCopy=false to 127.0.0.1 in 0:00:06.6648522 with Status Code 200 Apr 23 17:16:52 syncloud jellyfin.server[7580]: [17:16:52] [DBG] [20] Jellyfin.Api.Auth.CustomAuthenticationHandler: Error authenticating with CustomAuthenticationHandler Apr 23 17:16:52 syncloud jellyfin.server[7580]: MediaBrowser.Controller.Authentication.AuthenticationException: Request does not contain a token. Apr 23 17:16:52 syncloud jellyfin.server[7580]: at Emby.Server.Implementations.HttpServer.Security.AuthService.Authenticate(HttpRequest request) Apr 23 17:16:52 syncloud jellyfin.server[7580]: at Jellyfin.Api.Auth.CustomAuthenticationHandler.HandleAuthenticateAsync() Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [INF] [24] Jellyfin.Api.Controllers.MediaInfoController: GetPostedPlaybackInfo profile: {"Name": null, "Id": null, "Identification": null, "FriendlyName": null, "Manufacturer": null, "ManufacturerUrl": null, "ModelName": null, "ModelDescription": null, "ModelNumber": null, "ModelUrl": null, "SerialNumber": null, "EnableAlbumArtInDidl": false, "EnableSingleAlbumArtLimit": false, "EnableSingleSubtitleLimit": false, "SupportedMediaTypes": "Audio,Photo,Video", "UserId": null, "AlbumArtPn": null, "MaxAlbumArtWidth": 0, "MaxAlbumArtHeight": 0, "MaxIconWidth": null, "MaxIconHeight": null, "MaxStreamingBitrate": 120000000, "MaxStaticBitrate": 100000000, "MusicStreamingTranscodingBitrate": 384000, "MaxStaticMusicBitrate": null, "SonyAggregationFlags": null, "ProtocolInfo": null, "TimelineOffsetSeconds": 0, "RequiresPlainVideoItems": false, "RequiresPlainFolders": false, "EnableMSMediaReceiverRegistrar": false, "IgnoreTranscodeByteRangeRequests": false, "XmlRootAttributes": [], "DirectPlayProfiles": [{"Container": "webm", "AudioCodec": "vorbis,opus", "VideoCodec": "vp8,vp9,av1", "Type": "Video", "$type": "DirectPlayProfile"}, {"Container": "mp4,m4v", "AudioCodec": "aac,mp3,opus,flac,vorbis", "VideoCodec": "h264,vp8,vp9,av1", "Type": "Video", "$type": "DirectPlayProfile"}, {"Container": "opus", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "webm", "AudioCodec": "opus", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "mp3", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "aac", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "m4a", "AudioCodec": "aac", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "m4b", "AudioCodec": "aac", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "flac", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "webma", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "webm", "AudioCodec": "webma", "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "wav", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}, {"Container": "ogg", "AudioCodec": null, "VideoCodec": null, "Type": "Audio", "$type": "DirectPlayProfile"}], "TranscodingProfiles": [{"Container": "ts", "Type": "Audio", "VideoCodec": null, "AudioCodec": "aac", "Protocol": "hls", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 1, "SegmentLength": 0, "BreakOnNonKeyFrames": true, "$type": "TranscodingProfile"}, {"Container": "aac", "Type": "Audio", "VideoCodec": null, "AudioCodec": "aac", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "mp3", "Type": "Audio", "VideoCodec": null, "AudioCodec": "mp3", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "opus", "Type": "Audio", "VideoCodec": null, "AudioCodec": "opus", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "wav", "Type": "Audio", "VideoCodec": null, "AudioCodec": "wav", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "opus", "Type": "Audio", "VideoCodec": null, "AudioCodec": "opus", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "mp3", "Type": "Audio", "VideoCodec": null, "AudioCodec": "mp3", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "aac", "Type": "Audio", "VideoCodec": null, "AudioCodec": "aac", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "wav", "Type": "Audio", "VideoCodec": null, "AudioCodec": "wav", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "ts", "Type": "Video", "VideoCodec": "h264", "AudioCodec": "aac,mp3", "Protocol": "hls", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 1, "SegmentLength": 0, "BreakOnNonKeyFrames": true, "$type": "TranscodingProfile"}, {"Container": "webm", "Type": "Video", "VideoCodec": "vpx", "AudioCodec": "vorbis", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Streaming", "EnableSubtitlesInManifest": false, "MaxAudioChannels": "6", "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}, {"Container": "mp4", "Type": "Video", "VideoCodec": "h264", "AudioCodec": "aac,mp3,opus,flac,vorbis", "Protocol": "http", "EstimateContentLength": false, "EnableMpegtsM2TsMode": false, "TranscodeSeekInfo": "Auto", "CopyTimestamps": false, "Context": "Static", "EnableSubtitlesInManifest": false, "MaxAudioChannels": null, "MinSegments": 0, "SegmentLength": 0, "BreakOnNonKeyFrames": false, "$type": "TranscodingProfile"}], "ContainerProfiles": [], "CodecProfiles": [{"Type": "VideoAudio", "Conditions": [{"Condition": "Equals", "Property": "IsSecondaryAudio", "Value": "false", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": "aac", "Container": null, "$type": "CodecProfile"}, {"Type": "VideoAudio", "Conditions": [{"Condition": "Equals", "Property": "IsSecondaryAudio", "Value": "false", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": null, "Container": null, "$type": "CodecProfile"}, {"Type": "Video", "Conditions": [{"Condition": "NotEquals", "Property": "IsAnamorphic", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "EqualsAny", "Property": "VideoProfile", "Value": "high|main|baseline|constrained baseline", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "LessThanEqual", "Property": "VideoLevel", "Value": "51", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "NotEquals", "Property": "IsInterlaced", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": "h264", "Container": null, "$type": "CodecProfile"}, {"Type": "Video", "Conditions": [{"Condition": "NotEquals", "Property": "IsAnamorphic", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "EqualsAny", "Property": "VideoProfile", "Value": "main", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "LessThanEqual", "Property": "VideoLevel", "Value": "120", "IsRequired": false, "$type": "ProfileCondition"}, {"Condition": "NotEquals", "Property": "IsInterlaced", "Value": "true", "IsRequired": false, "$type": "ProfileCondition"}], "ApplyConditions": [], "Codec": "hevc", "Container": null, "$type": "CodecProfile"}], "ResponseProfiles": [{"Container": "m4v", "AudioCodec": null, "VideoCodec": null, "Type": "Video", "OrgPn": null, "MimeType": "video/mp4", "Conditions": [], "$type": "ResponseProfile"}], "SubtitleProfiles": [{"Format": "vtt", "Method": "External", "DidlMode": null, "Language": null, "Container": null, "$type": "SubtitleProfile"}, {"Format": "ass", "Method": "External", "DidlMode": null, "Language": null, "Container": null, "$type": "SubtitleProfile"}, {"Format": "ssa", "Method": "External", "DidlMode": null, "Language": null, "Container": null, "$type": "SubtitleProfile"}], "$type": "DeviceProfile"} Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running FFProbeProvider for /data/jellyfin/bbb.mp4 Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: /snap/jellyfin/current/bin/ffprobe.sh -i file:"/data/jellyfin/bbb.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting ffprobe with args -i file:"/data/jellyfin/bbb.mp4" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [ERR] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe Apr 23 17:17:43 syncloud jellyfin.server[7580]: System.ComponentModel.Win32Exception (2): No such file or directory Apr 23 17:17:43 syncloud jellyfin.server[7580]: at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec) Apr 23 17:17:43 syncloud jellyfin.server[7580]: at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo) Apr 23 17:17:43 syncloud jellyfin.server[7580]: at System.Diagnostics.Process.Start() Apr 23 17:17:43 syncloud jellyfin.server[7580]: at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.StartProcess(ProcessWrapper process) Apr 23 17:17:43 syncloud jellyfin.server[7580]: at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken) Apr 23 17:17:43 syncloud jellyfin.server[7580]: at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) Apr 23 17:17:43 syncloud jellyfin.server[7580]: at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running MovieNfoProvider for /data/jellyfin/bbb.mp4 Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: MovieNfoProvider returned no metadata for /data/jellyfin/bbb.mp4 Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running TmdbMovieProvider for /data/jellyfin/bbb.mp4 Apr 23 17:17:43 syncloud jellyfin.server[7580]: [17:17:43] [DBG] [24] MediaBrowser.Providers.Movies.MovieMetadataService: Running OmdbItemProvider for /data/jellyfin/bbb.mp4 Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for boris. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: True Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb.mp4 with codec Unknown codec Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: True Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb.mp4 with codec Unknown codec Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, Path: /data/jellyfin/bbb.mp4, isEligibleForDirectPlay: True, isEligibleForDirectStream: True Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [24] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: Unknown Profile, No video direct play profiles found for /data/jellyfin/bbb.mp4 with codec Unknown codec Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [INF] [16] Jellyfin.Api.Helpers.TranscodingJobHelper: /snap/jellyfin/current/bin/ffmpeg.sh -f mp4 -i file:"/data/jellyfin/bbb.mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_base_url "hls/28141f394ca482b3817bc7a17c69e5a0/" -hls_playlist_type event -hls_segment_filename "/var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0%d.ts" -y "/var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8" Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Helpers.TranscodingJobHelper: Launched FFmpeg process Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [16] Jellyfin.Api.Helpers.TranscodingJobHelper: Waiting for the creation of /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8 Apr 23 17:17:44 syncloud jellyfin.server[7580]: [17:17:44] [DBG] [17] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:45 syncloud jellyfin.server[7580]: [17:17:45] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Transcoding kill timer stopped for JobId 4c8681d209534fbc95a22e713cbab48b PlaySessionId 6807f259be864d5fb9f89383daa8442f. Killing transcoding Apr 23 17:17:45 syncloud jellyfin.server[7580]: [17:17:45] [DBG] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: KillTranscodingJob - JobId 4c8681d209534fbc95a22e713cbab48b PlaySessionId 6807f259be864d5fb9f89383daa8442f. Killing transcoding Apr 23 17:17:45 syncloud jellyfin.server[7580]: [17:17:45] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd3.m3u8 Apr 23 17:17:46 syncloud jellyfin.server[7580]: [17:17:46] [DBG] [9] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:47 syncloud jellyfin.server[7580]: [17:17:47] [DBG] [16] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [DBG] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Disposing stream resources Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0 Apr 23 17:17:48 syncloud jellyfin.server[7580]: [17:17:48] [INF] [17] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd3.m3u8 Apr 23 17:17:49 syncloud jellyfin.server[7580]: [17:17:49] [DBG] [17] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd3.m3u8 Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd34.ts Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd32.ts Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd33.ts Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd31.ts Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd30.ts Apr 23 17:17:50 syncloud jellyfin.server[7580]: [17:17:50] [DBG] [19] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting HLS file /var/snap/jellyfin/current/data/transcodes/7eb1171ae1324b876bde868a5e5d3dd35.ts Apr 23 17:17:51 syncloud jellyfin.server[7580]: [17:17:51] [DBG] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:51 syncloud jellyfin.server[7580]: [17:17:51] [DBG] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: CustomAuthentication was successfully authenticated. Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [INF] [9] Jellyfin.Api.Helpers.TranscodingJobHelper: Transcoding kill timer stopped for JobId 32a5f4cfa1de4c8c966014207e6d5cb3 PlaySessionId 804204207d96425fa1331c550993665b. Killing transcoding Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [9] Jellyfin.Api.Helpers.TranscodingJobHelper: KillTranscodingJob - JobId 32a5f4cfa1de4c8c966014207e6d5cb3 PlaySessionId 804204207d96425fa1331c550993665b. Killing transcoding Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [INF] [9] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for /var/snap/jellyfin/current/data/transcodes/c7ef91b4ad1fdaca31c866ce3d214cde.m3u8 Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Helpers.TranscodingJobHelper: File /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8 created or transcoding has finished Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Helpers.TranscodingJobHelper: StartFfMpeg() finished successfully Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Controllers.VideoHlsController: Waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8 Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Controllers.VideoHlsController: Finished waiting for 1 segments in /var/snap/jellyfin/current/data/transcodes/28141f394ca482b3817bc7a17c69e5a0.m3u8 Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Helpers.TranscodingJobHelper: OnTranscodeEndRequest job.ActiveRequestCount=0 Apr 23 17:17:52 syncloud jellyfin.server[7580]: [17:17:52] [DBG] [20] Jellyfin.Api.Models.PlaybackDtos.TranscodingJobDto: Starting kill timer at 60000ms. JobId e33f4ff1fd4e44eba36a40647f89f767 PlaySessionId 44c7e2591b83483b8115357b5ee6e375 ``` I think I understand now, ffprobe is missing as I forgot to include it in my package, will let you know after I add it.
Author
Owner

@cyberb commented on GitHub (Apr 24, 2022):

Missing ffprobe was the issue, sorry.

@cyberb commented on GitHub (Apr 24, 2022): Missing ffprobe was the issue, sorry.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#3761
No description provided.