webrtc
                                
                                 webrtc copied to clipboard
                                
                                    webrtc copied to clipboard
                            
                            
                            
                        Pure Go implementation of the WebRTC API
### Your environment. - Version: v4.1.1, with interceptor v0.1.38 - Browser: N/A ### What did you do? I found a case where Pion panics and crashes when used as an...
Feature Request: Support for Port Mapping in Docker Deployments Description: When deploying Pion-based WebRTC applications in Docker containers, there's often a mismatch between the port that the application listens on...
### Your environment. - Version: github.com/pion/webrtc/v4 v4.1.1 ### What did you do? Creating a local track from a TrackRemote (remoteX), ``` localX, _ := webrtc.NewTrackLocalStaticRTP(remoteX.Codec().RTPCodecCapability, remoteX.ID(), remoteX.StreamID(), webrtc.WithRTPStreamID(remoteX.RID())) ``` Creating...
### What version of Pion are you using? `v4.1.1` ### Current behaviour `StatsTypeInboundRTP` ("inbound-rtp") and `StatsTypeMediaPlayout` ("media-playout") are defined in `stats.go`, but they are never instantiated or added to the...
The code currently ignores the first packet when reading Simulcast IDs from a new SSRC, and probes only subsequent packets. This commit makes it so that we consider the first...
# Feature Request: Optional Silence Gap Filling for Media Recording ## Summary Add an optional configuration flag to enable automatic silence gap filling in RTP streams to maintain consistent media...
Now that chrome has HEVC support we see reports of broken HEVC support, I tested myself, And I got some issues. This is a tracking issue and I'm currently working...
#### Description #### Reference issue Fixes #...
### Your environment. - Version: v4.1.1 (also the same behaviour for latest master) ### What did you do? After updating Pion to version 4.1.1, we encountered an issue when using...
#### Description Add datachannel whip whep example (probably going to add two examples, one js based and one detached pure golang example)