Dmitry Lyzo
Dmitry Lyzo
https://github.com/jellyfin/jellyfin-web/issues/873
We use `NativeShell` to adapt some parts of `jellyfin-web` and as a bridge to the platform API.
This one plays fine on Tizen 4 4K TV (Direct) but "audio only" on Tizen 3 FHD TV (Transode due to ContainerBitrateExceedsLimit). ``` Format : MPEG-4 Format profile : Base...
> Didn't get to try play over usb stick, my tv is on a wall and kinda very hard to get to the usb port... :/ I checked on mine....
I've read your reddit post. So what I've learned is that your files play fine if transcoded or remuxed and bad things somehow connected with audio. Looking at the photos,...
Could you post the media info of the file that works if you lower the quality to "1080p - 20Mbps"? As an experiment, you can try to extract a video...
So you have Tizen 3.0 (https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html). The change you mentioned concerns Tizen 2.x (they use WebKit instead of Chrome). Possible fix: https://github.com/jellyfin/jellyfin-web/pull/2443
That "possible fix" fixes embedded fonts. What kind of subtitles are not shown? SRT/ASS, embedded, custom fonts?
`ffprobe YOUR_MKV_FILE` will show what subs you have. Or you can use `mediainfo`. But I am pretty sure it's SSA/ASS. On my side, I test ASS subtitles with karaoke. On...
Hmm, are they extracted at all? Extracted subtitles are located in data folder. On Linux, it is `/var/lib/jellyfin/data/subtitles`. There should be some `.ass` file. In logs (`/var/log/jellyfin`) I have: ```...