-
```
2021-04-27 05:59:03.562 Track video ended
2021-04-27 05:59:37.327 Connection(42) Consent to send expired
2021-04-27 05:59:37.328 ICE connection state is failed
2021-04-27 05:59:37.328 IC…
-
Improving upon #3376, see also #3854.
My understanding of [aioquic](https://github.com/aiortc/aioquic) packet loss is that [`QuicConnection`](https://github.com/aiortc/aioquic/blob/a6d91fbcb5d7660a…
-
This project has a sole maintainer (@daviddrysdale), and has had since the project inception in 2011.
This means that new releases are entirely gated on the availability of the maintainer. More se…
-
我参考作者的实现思路,实现了Player和Tracker,下面是我的简单demo,但我就是不明白为什么在Tracker的recv那里,异步Queue被阻塞了,希望各位帮我看下,不胜感谢:
'''python
import time, av
import aiohttp
import logging
import uvicorn
import asyncio
import thread…
-
```
(node:528868) UnhandledPromiseRejectionWarning: Error: Channel request timeout
at Timeout._onTimeout (/home/holopanio/projects/dogehouse-music/src/dogehouse.js-audio/node_modules/mediasoup-c…
-
Before filing an issue please verify the following:
* Check whether there is already an existing issue for the same topic.
* Ensure you are actually reporting an issue related to ``aiortc``. The g…
-
With QUIC standardisation complete (RFC 9000) and HTTP/3 nearing completion, a new spec is shaping up: WebTransport:
https://w3c.github.io/webtransport/
https://datatracker.ietf.org/doc/html/draft…
-
I'm looking to have two clients connect with each other over a local network that doesn't have internet access. The default constructors in RTCConnection use Google's free STUN server for signaling wh…
-
WebTransport server does not support live-streaming (media streams; data streams).
Steps to reproduce: Modify webtransport_server.py to stream content using, for example
```
for c in iter(lambd…
-
I'm trying to replicate simple version of `streamlit_webrtc` using this code:
```
from streamlit_webrtc import webrtc_streamer
webrtc_streamer(key='sample')
```
When I started the video fee…