eyesaremosaics
@eyesaremosaics@lemmy.zip
- Comment on Stick PC for a media client? 2 weeks ago:
Sure, but no way I’m buying a google product for this, I’d much rather a diy approach
- Comment on Stick PC for a media client? 2 weeks ago:
It’s just for a client, the current approach I’ve been trying on a pi 2B isn’t working well enough so a bit more power would be good. The 2B only has H264 hardware decoding but osmc+Kodi+jellyfin/jellycon doesn’t seem to allow transcoding and the 2B just doesn’t have enough power to play other formats.
Maybe another option is to run the dedicated JF desktop app in a GUI, because at least you can tell the server to transcoder to a suitable format that the pi can play. With the stick PC a full wipe and install of some lightweight Linux system would hopefully also work
- Comment on Stick PC for a media client? 2 weeks ago:
Interesting, good to know that there are open source / privacy respecting (seemingly) options out there
- Comment on Stick PC for a media client? 2 weeks ago:
I’ll give it a try. I think it suggests model 3B somewhere but can try it with a 2B
- Comment on Stick PC for a media client? 2 weeks ago:
Ok, I’m going to try and wipe it and put a lightweight Linux system on it, it’s a lot cheaper than a 4B pi (although a 3B may be possible), will see how it goes
- Comment on Stick PC for a media client? 2 weeks ago:
Good to know
- Comment on Stick PC for a media client? 2 weeks ago:
I tried using the pi 2B again, I’ve been using the GUI & browser to show jellyfin and the interface is so sluggish I think it would be hard to use regardless of the ability to play videos
- Comment on Stick PC for a media client? 2 weeks ago:
Ok interesting it looks like it does do 1080p H264 hardware decoding cdn-shop.adafruit.com/…/raspberrypi2modelb.pdf
Pretty sure I tested mine on video playback and it struggled (quite badly), but I didn’t check the playback format, maybe if you stick to the right codec then it works.
- Comment on Stick PC for a media client? 2 weeks ago:
Do you know what number model it is? I tried using an old 2B but it was too slow and doesn’t have hardware decoding as far as I can tell. I’ve heard you need around 4B for media playback, but the price is not so great for a simple use like this. Stick PCs seemed to have some cheaper options, including hardware decoding, with the advantage of plugging straight into the HDMI port
- Comment on Stick PC for a media client? 2 weeks ago:
Ok, I’ve been checking out some older ones for half the price (possibly used as well), the main requirement I’ve been checking is just hardware decoding, with a light weight Linux setup I think it should be sufficient.
The remote is worth considering, I might look into Bluetooth or RF based approaches as they are a bit more flexible than IR with positioning. Or even phone app based methods are possible
- Comment on Stick PC for a media client? 2 weeks ago:
Thanks for the suggestions anyway ;)
- Submitted 2 weeks ago to selfhosted@lemmy.world | 47 comments
- Comment on How do you protect a remote backup from a compromised account? 2 months ago:
Well I think she amount of caution is still appropriate no matter how much you manage to secure the local machine
- Comment on How do you protect a remote backup from a compromised account? 2 months ago:
Yes that sounds like pull backups, which is worth exploring
- Comment on How do you protect a remote backup from a compromised account? 2 months ago:
That’s an interesting idea
- Comment on How do you protect a remote backup from a compromised account? 2 months ago:
Yep offline backups are useful, although it does require remembering & making the effort to do it each time
- Comment on How do you protect a remote backup from a compromised account? 2 months ago:
Certainly sounds relevant, although overall it is quite a different approach than in currently using
- Comment on How do you protect a remote backup from a compromised account? 2 months ago:
For doing snapshots did that means the local system identifies the changes? Or it all gets copied each time?
- Comment on How do you protect a remote backup from a compromised account? 2 months ago:
Yes that seems like one way to go. Although I am using rsync so maybe keeping the files in place and changing owner could be an option
- Submitted 2 months ago to selfhosted@lemmy.world | 42 comments
- Comment on Using a SSH tunnel/ port forward to connect a TV? 2 months ago:
That’s some good suggestions and a few things I hadn’t considered. A VPN is also possible, although setting up the port forwarding might be a bit more complicated
- Comment on Using a SSH tunnel/ port forward to connect a TV? 2 months ago:
It’s for a home network, I managed to get it working using port forwarding through SSH thanks to suggestions. I’m not sure what the difference is with using the pi as an entry/exit node, that is what I was trying to do with the SSH forwarding. VPN is also possible but it it would also need to be set up to go through the pi
- Comment on Using a SSH tunnel/ port forward to connect a TV? 2 months ago:
That worked thanks, I didn’t know you could put an address like that in the -L command, and the -N is correct here too
- Comment on Using a SSH tunnel/ port forward to connect a TV? 2 months ago:
Ok there is a TV and a pi on network 1 and a server on network 2, the pi can connect to the server through SSH or VPN or whatever is needed. The TV would like to connect to the server, however it can’t run a VPN or anything like that so exposing the server would be a risk.
The SSH command on the pi is SSH -L 1234:localhost1234 remote_server
The ufw command was run on the pi, with the intention to allow the TV to access the forwarded port on the pi
- Submitted 2 months ago to selfhosted@lemmy.world | 10 comments