-
I am using the aiortc package which depends on this package. I updated our project to python 3.12 and since then I've gotten the following error:
`As the c extension couldn't be imported, `google-cr…
-
I'll preface this by saying the default server example included with the repo works fine.
I have a webapp that originally used websockets to transfer audio along with other data. I'm trying to move…
-
https://github.com/aiortc/aioquic
基于 asyncio,应该和你这个程序合得来。
用来访问谷歌应该可行,只是估计可能需要自行限制连接时长或切换端口。
-
I want to send an image through a server and receive it in a Python client. I only see examples of .js clients. Can someone please give me an example of a working Python client file?
-
Illegal
-
### Steps to reproduce
1. Define a class like:
```
async def offer_func(request):
params = await request.json()
desc_offer = RTCSessionDescription(
sdp = params['sdp'],
type = pa…
-
fnoop updated
4 years ago
-
Pretty much every day, my cams go offline. Restarting the app using Hassio->Settings->Restart gets them back.
Can the watchdog please be trained to do this automatically?
-
## Description
Based on some initial discussions between @royerloic and @oeway the idea was floated that Napari and [ImJoy](https://github.com/oeway/ImJoy) could try and share a plugin ecosystem. Bot…
-
I have such a problem. There is a code:
```python
from streamlit_webrtc import webrtc_streamer, WebRtcMode
from aiortc.contrib.media import MediaRecorder
def recorder_factory():
retur…