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

> A different issue I have noticed, though I am not sure how this works with the spec guideline. The updateHeaderExtensionFromMediaSection is called from the default block of the 2nd...

#### Description Upgrade to golangci v2.0.2, fix lint runner #### Reference issue https://github.com/pion/.goassets/pull/226

Hi When I enter sdp offer as a response in the second client I get the following error: panic: remote ufrag is empty in ``` // Start the ICE transport...

#### Description reuse sequencer and rebase to master #### Reference issue Fixes #...

## Environment - Pion WebRTC v4 - Go 1.23 - Using CC interceptor from github.com/pion/interceptor/pkg/cc ## Description The current design of the Congestion Control (`CC`) interceptor's `OnNewPeerConnection` callback makes it...

#### Description When you specify the codecs that you want to use, we need to add the RTX codec related to the specified codecs #### Reference issue Fixes #2996

This is part 2/2 of a cross-repository series. Part 1 : https://github.com/pion/interceptor/pull/317 #### Note Before merging, make sure to remove: ``` replace github.com/pion/interceptor v0.1.37 => github.com/arjunshajitech/interceptor v0.0.0-20250312123050-c9d476a510a1 ``` #### Description...

In Galene, I'm using SetCodecPreferences to ensure that we negotiate the right codec for a track forwarded to a client. Unfortunately, this has the side effect of disabling RTX. Here's...

bug
difficulty:moderate

dear author, I found when i join the livekit meeting room use android cell phone, and publish h264 stream via webrtc track writertp function , the video screen was blank....

### Your environment. - Version: v4.0.1 - Browser: - - Other Information: - ### What did you do? I've set up a webrtc media server using your package. Peers connect...