AKA “1N07”

  • 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle
  • To give an update, I did end up getting a Shield because I really want enough horsepower to have a proper, smooth experience. I got the non-pro version and saved a little bit with that, since I mainly just need it for streaming media from a NAS.

    So far it’s been good, though I did also find out that some of the stuttering was probably caused by having subtitles on and using the LibVLC player instead of exoplayer (or automatic selection that was apparently choosing it?). I still had stutter on the Shield when using LibVLC in combination with subtitles, though I think it might have been less pronounced. As soon as I either disabled subtitles or changed to exoplayer, the stutter was gone. It’s still a little early to say for sure, though. The general UX and lack of UI navigation lag has been great.

    I will also say that I feel like the image is just… different. I think the contrast is bigger and blacks are darker, despite making sure I’m on the same picture mode (from TV settings). I can’t really say that it’s better, just different. Might just be in my head too, honestly. I should compare the two at some point…

    I might come back again even later to do another report. :)





  • I’ve been doing basically the same thing on a QNAP NAS slowly as I find time to learn.

    My current setup is NAS with a docker running Jellyfin (Plex alternative that is FOSS and also better in my opinion). I setup a reverse-proxy via https to Jellyfin on the NAS.

    I have VPN+Prowlarr+Radarr+Sonarr+Lidarr+qBittorrent setup on my PC and uploading locally to the NAS for Jellyfin.

    I have a domain purchased and using DDNS to point the url to my IP, though that doesn’t appear to be working properly right now.

    So as is, it works quite well at least on my local network, but when I find the time I’ll get the domain working so I can properly login to Jellyfin remotely with it. Then next up is moving the torrent setup onto the NAS in it’s own docker stack.

    My NAS also has two physical network interfaces so I’m also going to setup the other one to be exclusively a VPN connection so I can let different docker stacks use different network interfaces. (VPN for torrent docker stack and non-VPN for remoting into the NAS or something. I’m not sure yet.)