• MrSoup
    link
    fedilink
    arrow-up
    5
    ·
    19 days ago

    I’ve used a bit xrdp and even less vnc. Can you please elaborate why is rdp better?

    • just_another_person@lemmy.world
      link
      fedilink
      arrow-up
      19
      ·
      edit-2
      19 days ago

      VNC is a bit dated, doesn’t support auth as part of the protocol, and doesn’t functionally support a lot things like dynamic screen resizing, and things like stream transport of audio.

      Not saying RDP is necessarily better, but it is functionally faster at least, and implementations here are open source, not the closed MS version.

      • GreyBeard@lemmy.one
        link
        fedilink
        arrow-up
        7
        ·
        19 days ago

        VNC might have seen improvements over the years, but last time tried it, it didn’t handle high resolution/detail well at all. RDP can stream practically any media in close to real time, as to where VNC really broke down if you tried to change too much of the screen at once. Ideally, there’d probably be a new open screen sharing standard that used modern encoding and decoding to allow for high bandwidth connections smoothly. Moonlight gets close, but isn’t really designed as an RDP/VNC replacement.

        • just_another_person@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          19 days ago

          It’s really just a codec issue at that point though. They COULD revamp, but why when you can just improve and make a new protocol.

        • Possibly linux
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          18 days ago

          In my experience moonlight is only really useful for playing games on a very fast connection. RDP on the other hand works well from even they worse connections

          • GreyBeard@lemmy.one
            link
            fedilink
            arrow-up
            2
            ·
            18 days ago

            For sure, that’s what it is designed for. A proper remote desktop system would need to be able to support low bandwidth links and gracefully drop frames if latency is high or bandwidth is low.

    • twinnie@feddit.uk
      link
      fedilink
      arrow-up
      13
      ·
      edit-2
      19 days ago

      I don’t know much about the tech behind either, but when I’m using VNC it feels like I’m just remote controlling the mouse and keyboard on another machine via a series of streaming jpegs and when it’s full screen I either have to scale the display so all the elements on the screen are too small or too big, or have scroll bars.

      With RDP it’s so smooth it’s like I’m on the other machine. RDP doesn’t just remote control the screen on the other computer, it creates a new desktop session formatted for the remote computer. Someone else can even use the other computer while you log in as a different user. I don’t know if VNC can do this but RDP can even forward local drives and devices to the remote computer, you could plug a USB into your laptop and have it connect to the machine you’re RDPing into. It’s so seamless that I often forget I’m using a different machine when I have it in full screen.

      • deafboy@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        19 days ago

        As far as I remember, RDP server in gnome (or any other exisitng DE) can’t do multiple sessions yet. You have to be logged in via display manager to remote access the existing session via RDP.

        • ddh@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          19 days ago

          I haven’t got GNOME’s native RDP to work at all yet, but XRDP does multiple sessions.

    • Possibly linux
      link
      fedilink
      English
      arrow-up
      7
      ·
      18 days ago

      It uses compression and is generally going to be more performant. It also has better security though strong encryption