python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error while Compiling Opus Library with PjSip {PJSUA}
I am trying to compile and build PjProject {PJSUA}, with both audio and video support into it. But falling into the errors everytime which is Unresolved_External_Symbols.
I am building this project fo...
codename-SAMY
Votes: 0
Answers: 1
PJSUA2 / C++: Unable to find default video device (PJMEDIA_EVID_NODEFDEV)
I try to excute the video demo application of pjproject "vidgui".
When I click on the button "Start Preview"
I receive this error message "Unable to find default video device ...
Ouechtati takoua
Votes: 0
Answers: 0
Unable to answer call using PJSUA2 - always sends 500 (Python)
I am using Python 3.8 with pjsua2 using swig (built using the files given in the pjsip source code)
I can make calls fine.
However, when I attempt to answer a call (using 180 or 200), like so:
def...
user6072865
Votes: 0
Answers: 1