Dmitry Lyzo
Dmitry Lyzo
What TV model? Is `Allow video playback that requires conversion without re-encoding` enabled for the user? > If i switch to Spanish, ti will play English track. Only on WebOS....
> webOS 5.4.3 In this case it should direct play (as it does), and the "re-encode" option is irrelevant. > It only is an issue in case default is not...
> Because it works on all other platforms, i think it is not the servers fault. Makes sense. > Any way to debug it? There is no built-in method, but...
[Here](https://github.com/jellyfin/jellyfin-web/blob/6304e27940e59d41ba9de41f9f0d5da7392cffbb/src/scripts/browserDeviceProfile.js#L209) is a check for Tizen. webOS probably needs the same.
What TV model? Does it plays `Direct` (check `Playback Info` - gear button in the player)? Is OPUS the only audio track in the file? Or just provide media info...
Could you elaborate "not activated"? What is the type of subtitles?
So this is SRT. Extracting subtitles may take a while. They should appear in `/subtitles/...` Is there any error in the logs? Do they work if you extract them manually...
> But like I said, on Android it works normally External player on Android specifies that it supports embedded subtitles. In this case it can play instantly. Not sure about...
I don't know if jellyfin-web has the required functionality (to iterate the channels). The `ChannelUp` and `ChannelDown` keys need to be registered here: https://github.com/jellyfin/jellyfin-tizen/blob/692c0bd74291cabd51d451079679b0ec14ae4ca3/tizen.js#L183-L189 and processed here: https://github.com/jellyfin/jellyfin-web/blob/4f678d01fc9b01df811d2addbfce1b4a4266b26a/src/scripts/keyboardNavigation.js#L182-L187
Please post media info of the file and full Ffmpeg log. If you change the log level to `Debug` (`logging.json`), you can see the reason of transcoding (`TranscodeReason=...`) in the...