this post was submitted on 01 Sep 2023
24 points (96.2% liked)

Selfhosted

38769 readers
261 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
 

I want to use my raspberry pi as a “streaming stick” connected to my tv to stream my Jellyfin library and self hosted invidious instance (not hosted on the pi). Any top recommendations on the right setup? I was considering LibreElec, but was wondering if there are any other more modern solutions.

top 7 comments
sorted by: hot top controversial new old
[–] qjkxbmwvz@lemmy.sdf.org 5 points 1 year ago* (last edited 1 year ago) (2 children)

Not sure if relevant, but RPi4 dropped HW decode for MPEG2 and VC1, I believe. Not a problem if things are in the right format (HEVC, H264), but something to possibly keep in mind.

ETA: I would also look at the HDMI CEC support of the software. I assume it will Just Work, but might search around to verify. (CEC is really useful IMHO but if your usage doesn't involve the TV remote at all then maybe doesn't matter much... though power on/input selection still could be nice.)

[–] valkyrie@lemmy.ml 3 points 1 year ago

CEC is working well so that’s all handled! And my Jellyfin server takes care of any transcoding but most of my files are just able to be played directly.

[–] Killercruton@lemmy.world 2 points 1 year ago (2 children)

Also new to this, would having GPU decode on the server allegivate the decode issue?

[–] impersonator@lemmy.ml 2 points 1 year ago

Not sure about Jellyfin, but Plex would transcode to a format supported by the client yes.

[–] qjkxbmwvz@lemmy.sdf.org 1 points 1 year ago

So long as the stream that the pi is receiving can be decoded in HW you're fine. But if you're streaming e.g. a raw VC1 Blu-ray rip, I think things will work much better on a pi 3 than 4 (though you still need to purchase the codec license for HW decode on a 3).

But yeah, if the server is transcoding to HEVC or h264 in real time (or again, the source material is already in that format), then the 4 should be good.

[–] mhzawadi@lemmy.horwood.cloud 3 points 1 year ago

If your looking for a TV view of your content, osmc is amazing. It runs Kodi for the display and has other tools pre installed

[–] 486@kbin.social 1 points 1 year ago

I was thinking about doing something similar and was considering running Android on a Raspberry Pi. There are unofficial LineageOS builds for the Raspberry Pi. I haven't tried that yet, but I guess it should be possible to use the Jellyfin Android app on such a setup.