Dmitry Lyzo
Dmitry Lyzo
Aren't DolbyVision and HDR10+ incompatible with each other, i.e. requiring transcoding? A relatively easy way to check is to run the media directly on the TV from USB. If it...
Please specify which version of Tizen (or TV model) you have. If you enabled fMP4 in the app (in the Playback settings), try disabling it - it never worked for...
Hmm, it says [here](https://developer.samsung.com/smarttv/develop/specifications/general-specifications.html) that fMP4-HLS is only supported since Tizen 5.5 So we probably need to disable fMP4 in the device profile for Tizen below 5.5 But [here](https://github.com/jellyfin/jellyfin-tizen/issues/155#issuecomment-1320852698) it...
> no, fMP4-HLS is supported since Tizen 4.0 https://developer.samsung.com/smarttv/develop/specifications/general-specifications.html#Streaming-Feature-Support 4 months ago it was Tizen 5.5: https://web.archive.org/web/20230128083747/https://developer.samsung.com/smarttv/develop/specifications/general-specifications.html Now it is Tizen 3.0 🤷♂️
You limit the bitrate to 20Mbps, but you are trying `playerData.maxStreamingBitrate = 60000000` :confused: > I cannot get to the place where error originates `media element error: 0` comes from...
> when bitrate is high enough then it is playing just fine. When bitrate is high enough, it plays `Direct playing` (not streaming), right? If it plays fine and you...
> One thing I notice that streaming (or direct playing) when the bitrate is within supported range, the **stream.mkv** api is launched, but when bitrate is too high then **master.m3u8**...
I can reproduce HEVC+TRUEHD -> H264+AAC transcoding. IMO, Jellyfin should transcode only audio and copy video stream as is. Device profile returns only `h264` for `ts` transcoding - probably that's...
> Sorry but I Can't quite get how to fix the issue or you are saying that the problem is with the video file? File is OK. Jellyfin reports wrong...
`Direct streaming` is not `Direct Play`. It means that video is not transcoded. I think there was some description of `DirectPlay` -> `Remux` -> `DirectStream` -> `Transcode`. In `Playback data`,...