Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Python 和 Ubuntu 在两台计算机之间双向传输音频,理想情况下使用 H.323 我看过 pjsip 但只能看到一种连接到 SIP 服务器的方法,而不是简单的点对点系统。
谁能指出我正确的方向?
可用的 H.323 库很少:有 OpenSource H323Plus和OPAL以及商业 Radvision SDK。它们都没有提供对 Python 的直接支持,但我猜这些函数可以滚动到 C 包装器中以由 Python 调用。H323Plus 具有更好的 H.323 支持,但 OPAL 已经开始使用 C 包装器。