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: 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...

bug
difficulty:moderate

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...

difficulty:moderate
feature request

### 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...

difficulty:moderate
feature request

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...

bug
difficulty:moderate

#### Description Add datachannel whip whep example (probably going to add two examples, one js based and one detached pure golang example)