Dmitry Lyzo

Results 317 comments of Dmitry Lyzo

> It _is_ true when the client request it This is a different function. You are talking about https://github.com/jellyfin/jellyfin/pull/9374#discussion_r1751009750

> A quick test seems to show that FLAC 7.1 is transcoded to FLAC. I think it is properly downmixed to 2.0 now, but the expected behavior is to transcode...

Now I'm using `ApplyConditions` so that the video transcoding profile with FLAC is only applied to 2-channel audio.

Since there are [some uncertainties](https://github.com/jellyfin/jellyfin-webos/issues/146#issuecomment-2121242017) with FLAC as music, let's leave it as is and at least fix the video.

It crashes here (the player has been killed on the stop event): https://github.com/jellyfin/jellyfin-web/blob/edc70fece4adb4b833ef2e16f40c8c33fad9f5e3/src/components/playback/playbackmanager.js#L2989-L2990 IMO, passing a new player breaks the logic - getting the previous source from the new player....

> Done in latest commit and confirmed things still work for me. https://github.com/jellyfin/jellyfin-web/blob/1df1262d0ea7620d58627204a17e7ada3a175641/src/components/playback/playbackmanager.js#L3384 -> `else if (newPlayer) {` because we may have a `nextItem` but no available player (`newPlayer` is...

1. What is the subtitle format (ASS/SRT/PGS)? 2. Are the subtitles forced to be burnt-in (encoded in video)? 3. How is the video played (DirectPlay/Remux/DirectStream/Transcode)? FFMpeg logs can also be...

I guess `Burn subtitles` is set to `Auto`. Otherwise it would be `Transcoding`, not `Remux`. In this case, ASS subs are rendered by JSO (client-side). Since we are using the...

> After looking into your mention of HLS and finding to "Codec Support" article I see that Chrome is marked as no MKV HLS support, where Edge is supported. I...

> I'm guessing due to [jellyfin/jellyfin-web#4362 ](https://github.com/jellyfin/jellyfin-web/pull/4362) or j[ellyfin/jellyfin-web#4385](https://github.com/jellyfin/jellyfin-web/pull/4385) https://github.com/jellyfin/jellyfin-web/pull/4385