webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Pure Go implementation of the WebRTC API

Results 232 webrtc issues
Sort by recently updated
recently updated
newest added

### Your environment. - Version: Ubuntu 20.04.2 LTS 64-bit - GNOME Version 3.36.8 - Browser: Google Chrome Version 91.0.4472.77 (Official Build) (64-bit) - Used pion versions: ``` github.com/pion/dtls/v2 v2.0.4 //...

## Summary [`ICECandidate` generates an empty `sdpMid` for local candidates.](https://github.com/pion/webrtc/blob/f7f760f8c6e2f1aba1bf7c544fdd84d70f6e05b6/icecandidate.go#L166) If the remote peer doesn't use `sdpMLineIndex` for locating a media description, all local candidates generated by `Pion` would be...

Regarding my previous question: https://github.com/pion/mediadevices/issues/339 It's possible also to add possibility to play PCM16L audio file from disk? Thank you in advance

### Your environment. - Version: *v3.0.28* - Browser: chrome *v90* ### What did you do? - create a PeerConnection as offer side in browser, and setup for simulcast - create...

I user Chrome 86.0.4240.111. I code as like examples "broadcast",but the speakers are more than one . when the new speaker join in the room, the connected RTCPeerConnection in browser...

The `Unknown` constant in constants.go is set with iota, which in it's block always resolves to 0. This collides in a lot of places; This issue is a discussion point....

## Summary We want h264 media support include reader and writer. ## Motivation I know there is midia support for ivf file and ogg file. But there is no support...

good first issue
difficulty:easy

### Your environment. - Version: pion/[email protected] - Browser: n/a ### What did you do? Try to send data channel message with length 64KB ### What did you expect? Successfully sent....

bug

This feels like another aspect of of #903 but wasn't sure and did not want to derail conversation. # Your environment. - Version: webrtc v2 and master ### What did...

There's no indication of the units for maxLate. It's not clear what an rtp.Depacketizer is or what a standard one might look like. What is the byte slice arg and...

documentation