RTUnit
RTUnit
Problem with DVD playback is still present in Jellyfin 10.8.6: ``` /videos/d2c1fde9-b92e-dc79-6fd6-d084303c3287/live.m3u8 {"Protocol":0,"Id":"d2c1fde9b92edc796fd6d084303c3287","Path":"/media/4K/\u0412\u043E\u043A\u0437\u0430\u043B \u0434\u043B\u044F \u0434\u0432\u043E\u0438\u0445.1982.DVD9","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"DVD9","Size":null,"Name":"\u0412\u043E\u043A\u0437\u0430\u043B \u0434\u043B\u044F \u0434\u0432\u043E\u0438\u0445.1982/DVD","IsRemote":false,"ETag":"543b6ca4c9f21c87d81daf7a932499c0","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":false,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":2,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device cuda=cu:0 -filter_hw_device cu -autorotate 0 -i file:"/media/4K/Вокзал для двоих.1982.DVD9"...
Just as an option to suggest... I converted few of my DVDs to MKV. MakeMKV does this lossless by just packing them into MKV container. Takes a few seconds per...
There is issue with build for OpenAPI (Generate OpenAPI.json): ``` Error: /home/runner/work/jellyfin/jellyfin/Jellyfin.Api/Helpers/StreamingHelpers.cs(3[54](https://github.com/jellyfin/jellyfin/actions/runs/3472179470/jobs/5802658934#step:4:55),24): error CA1305: The behavior of '{0}' could vary based on the current user's locale settings. Provide a value...
@dmitrylyzo, thank you it worked! In fact I was missing the last number from this command, however in my case "0" in the end returned **failure**, and I needed to...
I tried to debug step by step, but I cannot get to the place where error originates (there is endless loop of microtasks). Also I tried to set a higher...
Thank you for suggestions. > You limit the bitrate to 20Mbps, but you are trying playerData.maxStreamingBitrate = 60000000 😕 I had assumption that playback is failing due to bitrate setting...
Changing burn-in subtitles settings did not impacted transcoding. The error "media element error: 0" sometimes comes as "media element error: 3" (mediadecodeerror or MEDIA_ERR_DECODE). The URL which triggers transcoding and...