- 3 Posts
- 11 Comments
om1k@sopuli.xyzOPto Self Hosted - Self-hosting your services.@lemmy.ml•[Help] Frigate and security cameras2·1 year agoMy frigate box is a PC which only has one ethernet port, so I should buy a separate network card in order to do that, right? I was thinking of buying a 2.5gb card anyways.
you could encrypt onedrive with cryptomator
From what I understand, wayland is better than x11 for privacy bc of the use of portals (the way apps communicate with the system), and flatpak over distro packages for sandboxing (you can also change the permissions yourself with flatseal).
om1k@sopuli.xyzto Privacy@lemmy.ml•I am genuinely horrified to see how much data google collected from me49·2 years agodon’t forget if you have location enabled in your phone it tracks every single place you’ve been to
If that is a true priority, then you do not want Android TV.
Not even a raspberry pi with lineage os?
You would also be hesitant with youtube and netflix
I know. As I said, I’d be using Jellyfin for the most part.
in my case if I use mkv it starts transcoding and mp4 works fine on every device (desktop, android app, Chromecast, browser)
that surely is the issue. you can convert it to mp4 with ffmpeg:
ffmpeg -i input.mkv -c copy output.mp4
If you want to keep subtitles this will probably work:ffmpeg -i input.mkv -map 0 -c copy -c:s mov_text output.mp4
you could double check the codec with mediainfo. also check it is mp4.
did you mean crowdsec instead of crowdstrike?