Dmitry Lyzo
Dmitry Lyzo
> Yes, and I am having issues with it that I've just noticed. Adding this line is creating a ton of small clips around 18mb each and it is flooding...
> So in other words the best thing to do right now is to wait for a fix or choose files with multiple auido one of which is AC3? Yes....
There are 2 problems at the moment: - missed `hevc` for `ts` container. https://github.com/jellyfin/jellyfin-web/pull/2519 - fallback stream for HEVC HDR, which doesn't work on my TV https://github.com/jellyfin/jellyfin/issues/5576#issuecomment-806178759 Just checked -...
> Where exactly is "Allow video playback that requires transcoding" ? `Dashboard` -> `Users` -> _Your user_ -> `Media Playback` section
``` Stream #0:0: Video: hevc (Rext), yuv444p10le(tv, unknown/bt709/unknown), 3840x2160, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default) ``` I am not sure, but the profile (?) `Rext`...
I don't think we have the implemented feature of preferring one codec over another. This can be done by changing the order of codecs in the container in the device...
No, these are DLNA settings (without the app). I mean, you need to modify the code of jf-web because no one has implemented this feature yet.
Quick way: Move block https://github.com/jellyfin/jellyfin-web/blob/00fdadd1ced05b542cd07bd253bc234a1e214369/src/scripts/browserDeviceProfile.js#L528-L537 before https://github.com/jellyfin/jellyfin-web/blob/00fdadd1ced05b542cd07bd253bc234a1e214369/src/scripts/browserDeviceProfile.js#L519
`main10` is codec profile and it should be already specified for Tizen. _Full device profile is logged on the server. If it is not, change Jellyfin logging to `Debug`._ I...
Looking at the server code, I believe it just uses the profile of the original video stream (in `StreamBuilder.cs`). If it transcodes to HEVC 8-bit even though the original is...