For the past 25 years of sailing the high seas I’ve always used my PC for watching whatever. But as this is not always practical, I am looking to connect a raspberry Pi to my TV to have a setup with smaller fingerprint and larger screen.

I briefly tried one a couple of eons ago (2010ish?), but sadly I don’t remember the name.

Requirements:

  • Must be able to run from a raspberry pi
  • Must be able to stream media over my network (protocols aren’t that important as I can probably spin up whatever is needed. Preferably I would just have it index a couple of NFS mounts and local drives)

Bonus question: Which Pi model would you recommend running this? I have a bunch of Zero W, and while everything “works” on them, it simply wasn’t powerful enough to decode video at a watchable rate.

      • mosiacmango@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        3 months ago

        Libreelec is the easiest and most direct right now. Very stable, and they release timely updates with new versions of Kodi. Use a pi5 if possible. The extra compute and hevc decoders does help with media.

        There is a great youtube and sponsorblock addon as well. Completely ad free youtube.

        Your can directly mount nfs shares in your kodi client if you like, but Id recommend setting up jellyfin as the media server you host as a standalone server. It has its own native Kodi app to sync media updates and media state. Super clean way to organize, update and index all your media, and then view it in Kodi.

  • Bezier@suppo.fi
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    I had kodi running on rpi’s for a while, but then recently switched to jellyfin. Either will get the job done, but jellyfin has been a lot less janky for me.

    Pi3 and below don’t have codec hardware, which means video is decoded in software, and the cpu isn’t very powerful at that. Pi3 got me h264 at 1080p, but I had to replace it since anything more was a slideshow. If your stuff is h265/AV1, minimum is pi4.

  • Toes♀@ani.social
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    https://dietpi.com/ has hand tailored images for many small devices including the pis and a robust installer with a wizard for many things including a media center setup.

    if you configure a jellyfin server (not on the pi) to share your media to most pi devices using h264 it should work well. (basically, its questionable if the pi can handle transcoding on its own, so its best to do it ahead of playback or from another box)

  • Dudewitbow@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    The only thing you have to watch out for is that the Pi on its own is not a great device to transcode natively on, so you’re using the client devices to be able to watch content on the Pi. So be wary of which media files you download and what your devices support.