Search Criteria
Package Details: python-aiortc 1.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-aiortc.git (read-only, click to copy) |
---|---|
Package Base: | python-aiortc |
Description: | WebRTC and ORTC implementation for Python using asyncio |
Upstream URL: | https://github.com/aiortc/aiortc |
Licenses: | BSD-3-Clause |
Submitter: | hottea |
Maintainer: | hottea |
Last Packager: | hottea |
Votes: | 1 |
Popularity: | 0.003939 |
First Submitted: | 2021-12-20 05:00 (UTC) |
Last Updated: | 2024-07-07 12:46 (UTC) |
Dependencies (12)
- python-aioiceAUR
- python-avAUR (python-av-gitAUR)
- python-cffi
- python-cryptography
- python-google-crc32cAUR
- python-pyee
- python-pylibsrtpAUR
- python-pyopenssl
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
silmarilThief commented on 2024-02-04 07:13 (UTC)
Locally changed the PKGBUILD to refer to v1.7.0 and changed the corresponding sha512sum.
Package installs and works fine.
However, I am unable to push this change (repo is read-only).
silmarilThief commented on 2024-02-04 06:53 (UTC)
Current aiortc version is 1.7.0.
Known issue with v1.3.2-1: see
As suggested there, installing python-pyopenssl would normally work since aiortc now uses its API see.
However, aiortc v1.3.2-1 needs libvpx.so.8, but the current version 1.14.0-1 ships libvpx.so.9. Furthermore, since this is a dependency of the current version of ffmpeg 2:6.1.1-3, libvpx cannot be downgraded.
So as it stands with all dependencies today, this version of the package is not usable till it is upgraded. People may need to obtain from source until that happens.