this post was submitted on 26 Apr 2024
19 points (91.3% liked)

Selfhosted

38789 readers
622 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

So, the issue at hand is, I have a Chromecast 4K with Jellyfin Android TV on it. And most of my library is x265/HEVC. But, whenever playing from this specific device, it will natively take HEVC, but with exoplayer library it plays kinda like a slideshow, at about 5-10FPS. Choosing VLC should be ok, and forcing a transcode will result in a perfectly playable x264 at 24-30-60FPS or whatever is needed. But x265 with the default exoplayer seems to be a struggle. Is there a way either in Jellyfin Android TV or in the server, to specifically disable x265 playback, but only on this device?

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 3 months ago
[–] [email protected] 4 points 3 months ago* (last edited 3 months ago) (1 children)

I am not sure about this and cannot check myself because my server died last night :( but... I know that you can restrict certain functions for different users (log in as admin and go to Settings/Users). You could check if it's possible to disable x265 playback for a user, then create a new user that you use exclusively to log in on that device.

[–] [email protected] 2 points 3 months ago (1 children)

I didn't see an option to disable x265, sadly. There's a bunch of transcoding options, but seems this wasn't considered, unless the device didn't support it.

[–] [email protected] 2 points 3 months ago

Try configuring the user settings from the WebUI

[–] [email protected] 4 points 3 months ago (1 children)

You can try to make an additional "user" that the TV uses, and set user specific transcode options.

[–] [email protected] 1 points 3 months ago

Thanks...I was looking onto that, but I don't think I've seen the option to always transcode x265 back to x264...Unless the device truly can't. But if it can decode, it's preferred, and I'm not sure there's an option to change that.

[–] [email protected] 3 points 3 months ago (1 children)

If you set the bitrate in the player below the bitrate of the video, it'll force Jellyfin to transcode. You can set Jellyfin to only ever transcode to h264, so that should work.

[–] [email protected] 1 points 3 months ago (1 children)

Thanks...but I don't want to block all other users/devices from using x265 just because that one single device :(

[–] [email protected] 2 points 3 months ago

It won't block them. It just won't transcode to h265. It'll still direct play h265 wherever appropriate