Dmitry Lyzo
Dmitry Lyzo
Jellyfin's `Render Ahead` mode doesn't redraw the frame and is forced to resize the canvas according to the rendered viewport, so the browser scales the result itself. So the fix...
I guess since `env` is not supported by older browsers, we should add fallbacks without `max` and `env`.
> Does Jellyfin support IE or browsers older than two years? Yes, TVs. webOS 1/2 and Tizen 2.x use the old WebKit engines. We approximate them as Chrome 27. https://developer.samsung.com/smarttv/develop/specifications/web-engine-specifications.html...
I tested passing `null` bitrate to `playAfterBitrateDetect` and it seems to work as expected - DirectPlay. But now I'm leaning towards the idea of ignoring `MaxBitrate` on the server: if...
> We should have pushed a fix around 10.6.2 10.6.3
There are two possibilities: 1. Some of these are "falsy": `mouseDown` variable is the most probable candidate. It should probably be initialized `false` in the `viewshow` handler (which I didn't...
AFAIK, MKV playback in browsers requires Remuxing to be enabled because browsers don't support MKV (but WEBM as a subset).
If you still have 10.7.7, could you check what method it uses (Playback Info)? `Direct playing` or `Direct streaming`. `Allow video playback that requires conversion without re-encoding` was ignored (or...
@t3hmrman it is per user in the Dashboard: `Dashboard > Users > user`. As far as I remember, the problem is that browsers (Chrome at least) can only play WebM...
> Turns out transcoding was already enabled Actually, it should be remuxing - copy video and audio as is in the supported container (TS, I think). This is much less...