FreeRDP | FreeRDP is a free remote desktop protocol library

 by   FreeRDP C Version: 2.10.0 License: Apache-2.0

kandi X-RAY | FreeRDP Summary

kandi X-RAY | FreeRDP Summary

FreeRDP is a C library typically used in User Interface, Electron applications. FreeRDP has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FreeRDP has a medium active ecosystem.
              It has 8317 star(s) with 22940 fork(s). There are 371 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 505 open issues and 3441 have been closed. On average issues are closed in 138 days. There are 20 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of FreeRDP is 2.10.0

            kandi-Quality Quality

              FreeRDP has 0 bugs and 0 code smells.

            kandi-Security Security

              FreeRDP has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FreeRDP code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FreeRDP is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              FreeRDP releases are available to install and integrate.
              It has 17006 lines of code, 777 functions and 142 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FreeRDP
            Get all kandi verified functions for this library.

            FreeRDP Key Features

            No Key Features are available at this moment for FreeRDP.

            FreeRDP Examples and Code Snippets

            No Code Snippets are available at this moment for FreeRDP.

            Community Discussions

            QUESTION

            cvlc cannot play rtsp (omxplayer instead can)
            Asked 2021-Nov-23 at 10:48

            Got this Dahua vto stream link: that works with omxplayer, but vlc won't play it:

            ...

            ANSWER

            Answered 2021-Nov-10 at 05:29

            So what happened is that the library in Debian providing support for live555 was removed in February of this year, this affects all downstream distros including but not limited to RPi OS and Ubuntu:

            https://askubuntu.com/a/1363113

            The 2 active versions were 2020.01.19-1 and 2018.11.26-1.1, Live555 has since added GPL license headers to the offending files, however the RFC issue remains.

            Now you may be tempted to just download the latest Live555 source code and compile it... it does not work. There have been changes to function names and structures referenced by VLC, and as such VLC will not compile against the source. You need to get an older version, I specifically used this one, which is a tweaked snapshot from 2020 prior to the modifications that prevent VLC compilation:

            https://github.com/rgaufman/live555

            The configuration you want is ./genMakefiles linux-with-shared-libraries, I do not know if it is required but since my system is x86-64-bit I added -m64 to the compiler options first

            After compilation and install, I went on to compile VLC, adding '--enable-live555' and '--with-live555-tree=extras/live555-master' after placing the root Live555 folder in the VLC extras folder, however VLC failed to compile, it turns out the Live555's make install does not copy all the header files needed to where VLC is looking. They were dropped as 4 subfolders into /usr/local/include/, and the actual libs into /usr/local/lib/. Adding the correct CXX/CPP flags will make it look where they were put, however I put them all in a single folder and used 1 flag.

            I also had to '--disable-mod' to work around a dependency version issue that I had no interest in fixing, since I do not use modplug or any mod files.

            50 minutes later... VLC successfully compiled! However it was expecting the libraries for Live555 to be in /usr/lib/ not /usr/local/lib/, since it took so long to compile I was just fine with linking or copying the libraries into the expected folder, and after that VLC works with RTSP when linked to the new file. Or you can choose to maintain the original VLC and run the new file directly if you need to load the camera feeds.

            Source https://stackoverflow.com/questions/69766748

            QUESTION

            How can I compile wfreerdp.dll instead of wfreerdp.exe?
            Asked 2021-Aug-11 at 10:56

            I just compiled freerdp 2.0 for a legacy project we had, and it produced an wfreerdp.exe file, but our legacy project uses wfreerdp.dll instead of the exe version

            Anyone knows what flags to give to cmake to make .dll instead?

            Not seeing a flag for that in CMakeLists.txt, which is used by freerdp as a script

            https://github.com/VeeamSoftware/FreeRDP/blob/master/CMakeLists.txt

            ...

            ANSWER

            Answered 2021-Aug-11 at 10:56

            Change the:

            add_executable(${MODULE_NAME} WIN32 ${${MODULE_PREFIX}_SRCS})

            in file:

            FreeRDP/blob/master/client/Windows/CMakeLists.txt

            line: 48, to:

            add_library(${MODULE_NAME} SHARED ${${MODULE_PREFIX}_SRCS})

            Source https://stackoverflow.com/questions/68739017

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FreeRDP

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/FreeRDP/FreeRDP.git

          • CLI

            gh repo clone FreeRDP/FreeRDP

          • sshUrl

            git@github.com:FreeRDP/FreeRDP.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular C Libraries

            linux

            by torvalds

            scrcpy

            by Genymobile

            netdata

            by netdata

            redis

            by redis

            git

            by git

            Try Top Libraries by FreeRDP

            Remmina

            by FreeRDPC

            FreeRDP-WebConnect

            by FreeRDPC++

            FreeRDP-old

            by FreeRDPC

            FreeRDP-Sharp

            by FreeRDPC#

            Wireshark

            by FreeRDPC