-
I have been porting several project test suites over to GitHub Actions, and I encountered a strange behaviour on the windows-2019 image: running a trivial unittest-based test suite, Python exits with …
-
Actually, `sender.replaceTrack()` works randomly in `aiortc` (or that's what I see in my experiments). When it "works", it keeps sending RTP. However the remote (i.e. Chrome) cannot render the receive…
-
aiortc datachannel-filexfer example is very very nice example for developers interested in WebRTC and needs reliable p2p direct communication with udp hole punching (data channel is over SCTP and reli…
-
Currently, aiortc trying to use opus but in my case, I have already G722 stream and it's widely supported and I want to send it as is.
Basically it's two questions, how to prepare proper SDP and how…
-
```
$egrep "ice|m=" remoteSDP
a=ice-ufrag:e4Rs
a=ice-pwd:0I1+NN3/YfLwWLgFBqi6Ef
m=audio 57970 RTP/SAVPF 96 0 8
m=video 57970 RTP/SAVPF 99 97
m=video 57970 RTP/SAVPF 99 97
```
```
File "~/…
-
Hi everyone,
I am encountering an issue whilst recording a Videoroom from a remote Janus server with the [examples/janus](https://github.com/aiortc/aiortc/blob/master/examples/janus/janus.py) code.…
-
Hi,
I would like to know if it is possible to test my TURN server with you're API like https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ ?
Thanks !
-
Is there any way to test the throughput by example https_server.py and https_client.py?
-
```
$ egrep "setup|fingerprint|m=" remoteSDP
a=setup:active
a=fingerprint:sha-256 EF:51:DF:C7:E7:DF:28:BC:AD:2D:CC:C6:6A:00:11:1E:47:CA:FF:99:35:6D:DB:18:D0:18:7D:88:92:D8:14:74
m=audio 57970 RTP/…
-
Below is a minimal python program to establish an RTC connection between 2 peers.
There is a player that opens the web cam, then adds the track to Peer1.
Peer2 adds the remote track.
I await r…