Hello everyone! I would like to part ways with my Google Chromecast. Fortunately, I had an extra Raspberry Pi 4B (4GB version) in my drawer, which I used to install LineageOS. Afterwards, I installed F-Droid and a customized launcher to give it a more AndroidTV-like appearance.

Now, I have a couple of questions:

  1. What can I use as an alternative to Google’s screencasting?
  2. Is it advisable to enable SSH with root access on the Raspberry Pi?

Thanks!

  • thisisawayoflife@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    10 months ago

    There’s no reason to allow root to login to anything via ssh. Add a specific user to the Wheel group and that user can sudo whatever they need to do. Just make sure to disable password authentication and only allow certificates.

      • thisisawayoflife@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        To answer the casting question, the Google cast API used to introduce a lot of breaking changes so many 3rd party apps had a lot of instant over the years.

        You could build something yourself using Google SDKs or try to update an older framework that might be abandoned. Raspicast looks fairly recent but I think it’s just the android app and it uses a deprecated RPi OS. RaspberryCast hasn’t been updated since 2018.

        It looks ripe for the development of you’ve got the time and dev chops, otherwise it’s going to be super hacky and unreliable at best.