-
hi:
try to use python、nodejs、c++ as quic client connect to quiche server but got Handshake error
https://github.com/nodejs/quic
https://github.com/aiortc/aioquic
https://github.…
-
Description: I am currently using the videostream-cli method to send a video, and I'm experiencing lower video quality on the receiver side. Specifically, I am using the VPX codec (VP8/VP9), and the m…
-
It seems `aiortc` currently does not support port range configuration because `aioice`, `aiortc`'s dependency, lacks that fucntionality:
https://github.com/aiortc/aioice/blob/ed002999545cb1fee35eb372…
-
## Summary
aioquic may infinitely receive `PATH_CHALLENGE` frames and store challenge data in `remote_challenges`, resulting in unbounded memory usage. It may lead to a denial-of-service attack.
#…
-
I found im having issues with installing it on a VE so I was doing it the wrong way.. this is the issues Im having that started me down a path of doing it incorrectly.. This is where im stuck now an…
-
In my setup I have a WebRTC data channel that I use to transfer relatively big data packages of ~30 MB. I observed connection closings when running the code on my embedded system (Jetson Nano). I inve…
-
Thanks for this awesome project I was just wondering if there is any example using with aiortc for ASR.
-
## Summary
[`ICECandidate` generates an empty `sdpMid` for local candidates.](https://github.com/pion/webrtc/blob/f7f760f8c6e2f1aba1bf7c544fdd84d70f6e05b6/icecandidate.go#L166) If the remote peer d…
-
The error:
```
======== Running on http://192.168.1.10:8080 ========
(Press CTRL+C to quit)
Exception in callback Transaction.__retry()
handle:
Traceback (most recent call last):
File "C:\…
-
Hello,
I have referenced some other issues regarding resolution of the frames from a WebRTC stream, but I'm not finding a solution.
I am noticing that most of the frames I obtain from the WebR…