dennisguse / pjsip

[DEPRECATED] NOT yet just a git-svn copy of PJSIP. Includes packaging stuff for Debian/Ubuntu and Python-video support.
GNU General Public License v2.0
2 stars 0 forks source link

Python-pjsua example vidgui #3

Open dennisguse opened 10 years ago

dennisguse commented 10 years ago

Re-implement the vidgui example in python with PyQT

nawab36085 commented 7 years ago

Hi Dennis, A great contribution you have done by adding Python binding for Video support. I am planning to use PJSIP with Python using PyQT for Video call application. Just wanted to consult you regarding your binding implementation. Is this binding ready for the use and which branch I should clone for having this Python binding for video API support. Also have you already reimplemented the vidgui example in python with PyQT. Looking forward to hearing from you.

dennisguse commented 7 years ago

Dear Nawab,

thanks for your interest, but this code is outdated. The python-bindings included are based upon PJSIP python-bindings (version 2.1). However, PJSIP removed this manually implemented binding in one of the following versions and a generated one was created instead. I don't know the status of the new bindings, but cannot recommend the one implemented by a friend on mine a long time ago.

Best, Dennis