A Python SDK for Agora Server
Project description
Notice
- this is a python sdk wrappered agora rtc sdk.
- can dev under mac, and release unde linux
- the examples is just a simple demo, it is not a good practice to use it in production
Very import notice !!!!!!!
- It's crucial that a process can only have one instance.
- One instance can have multiple connections.
- In all observers or callbacks, it is not allowed to call the SDK's own APIs, nor is it permitted to perform CPU-intensive tasks within the callbacks. However, data copying is allowed.
Required OS and python version
-
supported Linux version:
- Ubuntu 18.04 LTS and above
- CentOS 7.0 and above
-
supported Mac version:
- MacOS 13 and above
-
python version:
- python 3.8 above
Test Data
- download and unzip test_data.zip
Use Agora-Python-Server-SDK
Install 1.1.x version of Agora-Python-Server-SDK
pip install 'agora_python_server_sdk>=1.1,<1.2'
run examples
python examples/example_send_pcm.py {appid} {token} {channel_id} ./test_data/demo.pcm {userid}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file agora_python_server_sdk-1.1.1.tar.gz
.
File metadata
- Download URL: agora_python_server_sdk-1.1.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbe1a8b0eb9be5954723c89246b3fdbeac552d80f71c85fe8e38cea54f028722 |
|
MD5 | 8a23d81a99293c3f6c5f6c104f59e2ce |
|
BLAKE2b-256 | 0bbbfa55a703c81509d61c64538afa739c16ee4ec12320cd8d0fda23f0bcec6a |