-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot stream H265 content #23
Comments
If I recall correctly, this just loads the WebUI, and at that point, there’s no browser (especially not Chromium) that supports H265 playback. If this is to be expanded, we’d need to implement a custom media player for that. I think eventually this client may go away in favour of another, but I’d have to confirm. |
This is actually possible if Electron is built with bundled ffmpeg under the hood... but that is for the bravest of hearts to do. |
@JustAMan I'll give that a go on the weekend unless I actually have to modify Electron's source code :) |
I never actually got around to trying @JustAMan 's fix and I can't now since I don't have a server anymore. I just used Kodi with the Jellyfin plugin instead. |
Duplicate of #12 |
Is it possible to watch H265 content without transcoding? H265 support in the client would be great since a lot of content is released in H265 now.
The text was updated successfully, but these errors were encountered: