• halcyoncmdr@piefed.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    15 hours ago

    Yeah, via an Emby Connect account through their server infrastructure for the initial connection.

    Does This Mean My Streaming is Passing Through the Cloud?
    No, all connections are direct from your devices to your Emby Server. The sole purpose of the Emby Connect feature is to help your devices locate your Emby Server so that you don’t have to set it up yourself.

    I used it in the past, but moved off when I started self-hosting more than Emby. I now have a cheap VPS at Digital Ocean and a Pangolin droplet to handle any web apps that I need to share a remote connection for (like Emby and Jellyseerr), without having to bother with VPN setup. Works like a Cloudflare Tunnel, but without the cloudflare crap.

    • hereiamagain@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 hours ago

      So basically if I slap emby on an open port, and point my domain to my IP, it’ll work just the same. Connect is just for people without static IP addresses?

      I ask because most people say you can’t put JF on an open port and call it good. Not safe.

      Emby is based on jf from years ago. Is it safe?

      • halcyoncmdr@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        Pretty much.

        But… I mean… that’s not the right thing to do for proper security. You would be 100% reliant on user passwords and the devs fixing any security issues like remote code execution or privilege escalation in a timely manner, and you updating after that release comes. Now if Emby is running in a container like docker, or on a dedicated system, you have backups, etc. then even if someone got in there’s not much they could realistically do other than watch your media.

        But realistically, you won’t have issues doing it that way in the real world unless you’re already being targeted for some reason.

        Emby is based on jf from years ago.

        That’s backwards… Jellyfin was forked from Emby in 2018. Both have been developed separately since then, and are still very similar.