Dmitry Lyzo

Results 317 comments of Dmitry Lyzo

> But the Build WGT command doesn't work because apparently no such bat or exe exists, despite having Tizen Studio installed. Because **all tools (node, tizen) are assumed to be...

What TV model? What `Playback Method` on the TV? > Audio Codec: DTS DTS DTS is not supported on models 2018+. https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html Check if audio transcoding is enabled if your...

`BuildWebCLI.java` is a build command run. `getRealWorkingPath` should point `/home/orchid/jellyfin-tizen`. The package command outputs `PackageCLI.java`, and `getRealWorkingPath` should point to `/home/orchid/jellyfin-tizen/.buildResult` (the result of the build command). Does `build-web` command...

> Yes, it does. There's `config.xml`, `icon.png`, `index.html`, `tizen.js` and `/www` :+1: There is probably a problem with the certificate. In Kubuntu, for example, password of distributor certificate can be...

Most of the time this is caused by bad encoding (missing timestamps?).

Check if the `www/index.html` exists in WGT (it is just a ZIP-file). The master branch in Jellyfin Web repo is currently not recommended, because it is migrating to React and...

The app contains a full webui, so it doesn't require a server and can be run without one. I have no other idea why that happens. Make sure that the...

From the log, it is trying to transcode due to a playback error, but something is going wrong. The log is cut: there should be a request before `DirectPlayError`. I...

> The TV isn't a Tizen TV and I had installed the app via a Samsung Certificate rather than a Tizen Certificate. UA70KU6000 is Tizen 2.4 (https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html). It is just...

It is supposed to be checked here https://github.com/jellyfin/jellyfin-web/blob/e30ad314b146a1b0f821d9e0245024890e4083d2/src/scripts/browserDeviceProfile.js#L125-L131 However, `canPlayType` may give false results. You can add `if (browser.tizen) return false;` to exclude OPUS, but your TV seems to support...