I bought a monitor since the smarts in my smart-tv died, making the entire display unusable. Now I wanted to use a separate SBC for smarts in the “dumb” monitor. I would have gone for a modded fire-stick, but Amazon in their infinite wisdom, sunset all versions except the 720p potato and the smart-speaker-cube. I’m currently using a RaspberryPi 4 and looking at argon one for a remote control case. Googles widevine does limit the DRM on some content I “own” though. With Amazon on course to EOL the more sane sticks, are there any well-moddable streaming-sticks/boxes, that bring the relevant codecs and DRMs?

  • quixotic120@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 days ago

    ugoos box with coreelec. I use the am6b+. Only format it can’t play is av1

    stock runs a stripped down version of android with 0 ads that is very barebones so if you just want streaming apps this is for you. I use this part for my IPTV client but basically any streaming app available on the play store or that can be side loaded with an apk works

    You can also flash coreelec and run kodi natively. You can just use the android build of kodi but using the coreelec build has many advantages; it can boot directly to kodi, it’s much snappier within the ui, and most importantly there are far less (basically no) issues with content playback. This option can basically play any file you throw at it natively. You can also set it up to stream files from a pc/nas with jellyfin/plex/emby but this is really the setup for weirdos like me that refuse to subscribe to streaming services (aside from an iptv provider).

    Notably the ugoos is the only device, currently, that is licensed to playback Dolby vision content and actually does so properly.

    Literally every other option, amazon stuff, shield, chromecast, appletv, pc directly connected to tv, the internal players of TVs, etc don’t play back Dolby vision content correctly in some way. Either they fail at playing certain profiles, they have issues with color accuracy, they flicker, etc. obviously this depends on your setup though, if you have a Samsung dv is meaningless unless you plan to get an oled at some point. That said even if dv is pointless for you it still does hdr/hdr10+ and all the lossless audio stuff/audio pass through

    If Dolby vision and av1 are important to you the coreelec team have extended their work to other devices that have av1 support. Do research though because not all of them are fully supported, like some you need a usb Ethernet/wifi adapter which is dumb

    Downsides are that it’s tough to set up, like you should be a tinker type person. This is a bit more of a pain than an apple tv or a shield. Also it’s not the easiest thing to get support

    But if you’re like me and you’re super paranoid about streaming services harvesting your watch data and selling it, plus super frustrated that they continually fragment and want yet another $17 to access another library that you only want 3 shows of while increasing prices every year and still shoving an excessive amount of advertising in despite having you pay for the service, I would highly recommend just pirating media and using kodi/jellyfin to locally stream.

    As an added bonus you get a noticeably higher image quality if you download stuff sourced from physical media because most (tbf not all) streaming networks have shit quality, much less likely to have issues with buffering or the stream dropping from 4k to 480p because the bandwidth wasn’t there for 4 seconds, often can get much better subtitles that are timed and syncd (and in the case of anime like animated and shit), etc. plus no ads, ever, no data harvesting (disconnect your tv from the internet so it doesn’t use brightness patterns and power usage to determine what you’re watching!), no corporate censorship (my collection has Daria with the original music and not the “soundalikes” because mtv couldn’t be bothered to relicense the music. It also has all the blackface episodes of various shows like community and it’s always sunny because I can decide whether something is offensive or satire for myself without netflix or disney to act as a nanny)

    • vomitaur@slrpnk.net
      link
      fedilink
      arrow-up
      2
      ·
      4 days ago

      +1 for Ugoos. I use an X4Q Plus, which has av1 support, but other than that I did the same setup: coreelec nightly (I like living on the edge). I have a complicated setup due to my networking paranoia and coreelec handles that without issue. I loaded coreelec onto a micro-sd but haven’t used the default android that it came with since day one.

      My only real complaint is that SOME av1 files have playback issues, and some play flawlessly. I’m no expert so I haven’t any way to figure it out, and I’ve been too intimidated by the community to try to seek help or report a bug.

      That being said, av1 isn’t meant to be an archival format and realistically only excels at network streaming, so it’s better to look for x265/hevc content rather than av1 if all you’re doing is playing locally (or even playing from a NAS on your local network). and, of course, x264 is still pretty much the standard, with the downside being higher filesizes for the same level of quality.

      • quixotic120@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 days ago

        How is the x4q plus? I frankly dont care about av1 (I’m a store everything in remux/flac person) but the x4q, theoretically, should have a faster processor than my aging am6b+

        One suggestion I would make is to copy your install of coreelec onto the emmc directly. In my experience that makes everything a bit “snappier”, it’s easy enough to do, and only takes a few minutes.

        “SSH into you device; then run ceemmc -x; type in Y; then type in 1. Once the process is complete, remove your external media and enjoy. To speed up CoreELEC installed on the eMMC on Ugoos devices, go to Settings-> CoreELEC → Hardware → eMMC Speed Mode and change it to HS200/HS400”

        • vomitaur@slrpnk.net
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          3 days ago

          it’s plenty fast. i have a usb-attached nvme for the stuff i download to watch that I don’t intend to keep, and my main collection on a separate NAS. the microsd I run coreelec from is a samsung evo, i think it’s an A2 and it’s plenty fast. I haven’t installed coreelec to the emmc because i’m running nightly so it’s a decent fallback when CE breaks which does happen once every few months - and allows me to easily make a backup using dd.

          there was an issue with x265 playback being out of sync slightly (which could be remedied by seeking back or forwards one step, i used to just do it at the beginning of playback), which persisted for more than a year, but that was resolved about two weeks back, so aside from the occasional av1 issues, I’d consider the X4Q+ the best CE device i’ve ever tested. i had also used one of the homatics boxes that CE supports, but gave it to a friend.

          One more note, I have this connected through an hdmi switch (that’s shared with a steam deck and a ps5) to a usb-powered 4k hdr display. CEC works fine, passthrough audio works fine, color depth displays exactly, it’s just a butter smooth experience.

          i’m no ugoos evangelist, but the hardware is really solid and fairly cheap and hasn’t failed me yet. i’ve been running this setup for about 2 years (iirc) and probably won’t be needing to upgrade for a while.

          edit: for clarification on speed and image caching, my library has roughly 1600 movies, 140 shows with about 5200 episodes, and everything is scraped. there’s never any image loading issues like there is on slower hardware like the rpi and odroid.

          • quixotic120@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 days ago

            I have a similar experience with the am6b+ and a similar sized library. Even on the stock android browsing my iptv provider which has 23,000+ channels has no issue

            But you mention cec - does the x4q+ power off and on with the original display remote? That’s my one nag about the am6b+. Ugoos locked the boot loader and refuses to unlock so cec power on doesn’t work, every other cec command does though.

            I just have it wake on lan by having homeassistant send it a packet when it notices my avr turns out as a workaround but this isn’t the most elegant solution and like 1:20 times it hiccups