aiortc icon indicating copy to clipboard operation
aiortc copied to clipboard

WebRTC and ORTC implementation for Python using asyncio

Results 80 aiortc issues
Sort by recently updated
recently updated
newest added

Video streaming client can't receive a binding request when using only the STUN server, while a direct and TURN connection can be established. The video sender is referred from the...

# Abstract When renegotiating using createOffer, the generic header extension mappings get remapped with already existing IDs. And: Track ends unexpected on renegotiation. # What I'm trying to do I'm...

Hi and thanks for this great library. As stated in the title, I noticed that I get this `RuntimeError: Event loop is closed` error when I hit Ctrl+C while streaming...

stale

Raspberry Pi has upgraded its operating system to Pi OS. The `webcam `example works very well on the Raspberry Pi 4B with Pi OS if the "Legacy Camera" is enabled...

I am using the examples/server with opencv and mediapipe for virtual background in live webrtc stream to aws ubuntu t2 micro instance. While using safari browser the live webcam streaming...

stale

WebRTC has an `iceRestart` flag that allows WebRTC sessions to reconnect. What are the chances that there are any plans to add that? Here are the WebRTC docs from Mozilla:...

stale

After calling `track.enabled = false` (I mean JavaScript) in a track being sent via a PeerConnection, the RTP should contain silence (if audio) or black video frames (if video) at...

When I run the webcam.py, the memory usage increases, and when I restart the browser or press the stop button, the memory does not decrease. I repeated start -> refresh...

I'm trying to use aiortc to serve video to Amazon Alexa's RTCSessionControllerInferface (https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-rtcsessioncontroller.html) The SDP I receive is this: ``` v=0 o=- 3824376089 3824376089 IN IP4 0.0.0.0 s=a 2 z...

bug

Hi, I get the following warning upon the successfull connection of the two peers (but in fact it is an error since it prevent completely the tracks to be sent...