webrtc
webrtc copied to clipboard
Pure Go implementation of the WebRTC API
https://github.com/pion/srtp/pull/148 is needed before being able to merge ~~The unit test needs https://github.com/pion/transport/pull/141~~ Fixes #1636 ~~I'm not sure about `if t.state != DTLSTransportStateNew && t.state != DTLSTransportStateClosed`, one other option...
We just got a report in Slack from a user that wasn't able to use `rtp-to-webrtc` with H264. I am not sure what the issues are, investigating now.
#### Description Firefox camera tracks do not fire onTrack when screen share and camera is negotiated in the same offer. There were two issues 1. When updateRemoteDescription runs, only the...
#### Description Adds functions to get SCTPTransport stats defined in https://www.w3.org/TR/webrtc-stats/#dom-rtcsctptransportstats. This PR is in conjunction with https://github.com/pion/sctp/pull/205.
## Summary Implement a pcap logger that can be enabled in debug mode to generate a packet dump of a PeerConnection. ## Motivation It's difficult to debug issues in the...
### Your environment. - Version: v3.1.11 - Browser: Android 9 ### What did you do? I want implement a sfu-server with Pion.Pion is offer and remote android is answer.Using once...
### Your environment. - Version: Sorry don't know how to get the SHA for a Go package? I ran `go get github.com/pion/webrtc/v3` today (13th of Jul 2020). - Browser: No...
#### Description This option allows inspecting head packet for each media.Sample and then lets the user return their custom metadata. This might be useful in case when you need to...
### Your environment. - Version: *v3.0.3* ### What did you do? - Make a pair of `PeerConnection`s, one is at server side, and another one is at App side. -...
### Your environment. - Version: v2.2.26 - Browser: firefox 88.0b8 ### What did you do? I'm calling the `PeerConnection.Close` function. ### What did you expect? The connection should be closed,...