aiortp:RTP对asyncio的支持

时间:2021-05-08 21:36:17
【文件属性】:
文件名称:aiortp:RTP对asyncio的支持
文件大小:23KB
文件格式:ZIP
更新时间:2021-05-08 21:36:17
Python 艾尔特普 非常非常非常简单的Alpha版软件。 买家当心! 对AsyncIO的RTP和基本SDP支持以纯Python / Cython编写。 播放静态音频样本时似乎具有良好的性能特征。 需要完成许多工作,拥有一个可怕的API,并且需要探索在没有GIL的情况下纯C语言中的纯回放循环是否会提高性能。 以SIP测试为重点进行构建,但是我确实希望在基础之外构建一些更通用的功能。 例子 # Create the scheduler and attach a stream rtp_scheduler = aiortp . RTPScheduler () rtp = rtp_scheduler . create_new_stream (( local_ip , 49709 )) # Get the SDP and send an invite off payload = rtp . descr
【文件预览】:
aiortp-master
----MANIFEST.in(121B)
----README.rst(1KB)
----aiortp()
--------dtmf.py(804B)
--------packet.py(2KB)
--------sdp.py(808B)
--------__init__.py(79B)
--------scheduler.py(4KB)
--------sources.py(4KB)
--------stats.py(5KB)
----Pipfile.lock(7KB)
----examples()
--------server.py(3KB)
--------client.py(3KB)
----.travis.yml(566B)
----tox.ini(370B)
----LICENSE(11KB)
----setup.py(795B)
----Pipfile(105B)
----tests()
--------test_stream.py(1KB)
--------test_serialize.py(1017B)
--------__init__.py(0B)
--------conftest.py(4KB)
--------test_stats.py(2KB)
----.gitignore(1KB)
----.coveragerc(32B)

网友评论