SaaSHub helps you find the best software and product alternatives Learn more →
Pjproject Alternatives
Similar projects and alternatives to pjproject
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
not-yet-awesome-rust
A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.
-
-
-
-
-
-
-
-
freeswitch
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pjproject discussion
pjproject reviews and mentions
-
Hi, anyone used PJSIP for P2P connectivity (ICE)
Hello, I'm in the process of developing a multiplayer FPS game and recently delved into ICE connectivity (STUN/TURN). Currently, my setup involves a custom matchmaking server in C++, with UDP port handling on the client side through UPnP or a fallback custom relay server. While the current approach works well, I'm exploring options to simplify the project by incorporating existing technologies. I've come across Libjuice and Libpjsip for NAT traversal. Libjuice offers a nice and simple API, but it supports only one person. Hence, I'm considering Libpjsip. I came across their ICE demo script at https://github.com/pjsip/pjproject/blob/master/pjsip-apps/src/samples/icedemo.c and I'm curious about its performance, particularly the pj_ice_strans_sendto2 function. I'm keen to understand how it compares to my current implementation with Berkeley Sockets and whether Libpjsip is a suitable choice for multiplayer P2P games. Any insights or assistance would be highly appreciated. Thanks!
- How to implement video call feature in Native android with kotlin?
-
Something like Asterisk but in Rust?
Things improved a lot thanks to the adoption of the pjsip stack.
-
What sort of mature, open-source libraries do you feel Rust should have but currently lacks?
When I look at stuff like pjsip, I get the impression, it would be huge amount of work. Am I mistaken?
-
Creating new project using PJSIP library in Visual Studio 2015
The first issue I'm facing is I can't find lib folder which is mentioned in Using pjproject libraries for your own application heading in the above-mentioned link. I download the source code from this link.
-
Beaker Browser - An experimental peer-to-peer Web browser.
For client and server, I'm only really familiar with https://www.pjsip.org/. It also comes with a bunch of code for doing phone calls, which really most SIP Stacks were built around. But those parts can just not be used.
-
SIP Phone with GUI on STM32F7
PJSIP (https://github.com/pjsip/pjproject) is used as SIP framework
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Mar 2025
Stats
pjsip/pjproject is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of pjproject is C.