Honest question, because I know multiple people who are not looking to jump ship since they already have the Plex Pass.

  • lIlIlIlIlIlIl@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 hours ago

    Jellyfin crashes when living next to Plex in Docker, something about grabbing the same transcoder or something - I forget I’m pretty removed now.

    But if I can’t run in parallel, I can’t eventually make the switch, since I can’t get started. And it’s not a great time to pick up a second box just for testing.

    • Barbecue Cowboy@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      8 hours ago

      I know telling you that “You should have done this” isn’t helpful today, but super recommend Proxmox in the future. I have had containers running Plex, Jellyfin, and Emby all on the same physical host by utilizing LXCs. Migration could be rough, but overall it’s not as complicated as it sounds.

      • lIlIlIlIlIlIl@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 hours ago

        Proxmox sounds like VMs, which is a hard no for me since that’s why I went to Docker in the first place, to get away from the overhead of VMs. Am I misunderstanding?

        • Barbecue Cowboy@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          8 hours ago

          Not misunderstanding, just not the full picture. Proxmox can do VMs, but LXCs are different thing.

          LXCs are a ‘container’ and have some requirements that might be frustrating sporadically, but they are much lighter. They’ll present like you’d expect from a VM (Their own operating system/shell/etc) but resources are mostly shared across LXCs on a host. Overhead isn’t gone, but drastically reduced. Personal experience obviously, but it’s never been something I’ve had to seriously consider on an LXC.