VoIP point to point Python H.323

1.7k Views Asked by At

I would like to stream audio both ways between 2 computers using Python and Ubuntu, ideally using H.323 I have looked at pjsip but can only see a way of connecting to SIP servers not a simple point to point system.

Can anyone point me in the right direction please?

1

There are 1 best solutions below

0
On

There are very few H.323 libraries available: There are the OpenSource H323Plus and OPAL and the commerical Radvision SDK. None of them provides direct support for Python, but I guess the functions could be rolled into a C wrapper to be called by Python. H323Plus has the better H.323 support, but OPAL has already started on a C wrapper.