webrtc
                                
                                 webrtc copied to clipboard
                                
                                    webrtc copied to clipboard
                            
                            
                            
                        Pure Go implementation of the WebRTC API
Prior to this, we would wait for a single RTP packet to figure out the codec which is not to spec. @Sean-Der, as far as I can tell based on...
https://github.com/WonderInventions/node-webrtc is further ahead than https://github.com/node-webrtc/node-webrtc, see https://github.com/node-webrtc/node-webrtc/commit/cb7b4881c14e74886ddf1f2bbf9099bf8196edf8
Hello, I am facing issues with a Go-based WebRTC application utilizing the GO/PION library. The application is designed to capture a video stream and make it available over a WebRTC...
### Your environment. - Version: v4.0.0-beta.7 - Browser: Chrome - Other Information - [related GStreamer issue](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/560#note_2448414) ### What did you do? Server is based on `play-from-disk-renegotiation` example, client is either...
thanks for your excellent work!May I ask if Pion can obtain the buffer occupancy situation on the receiver side during WebRTC communication? I encountered an issue where the frame content...
#### Description Currently, when Pion is receiving simulcast, `PeerConnection.handleIncomingSSRC` reads (at least) 2 packets: one packet is used to determine the payload type, and one (or more) packets are used...
Example - I set things up like this: ``` s.SetNetworkTypes([]webrtc.NetworkType{webrtc.NetworkTypeUDP4, webrtc.NetworkTypeTCP4}) ``` But then see things like this: ``` ice TRACE: 20:07:56.026763 agent.go:895: Ping STUN from tcp6 host [2601:646:c200:7e:4705:3093:5b99:bb99]:41033 (resolved:...
### Your environment. - Version: `v4.0.0-beta.14` and later ### What did you do? Updated pion/webrtc from `v4.0.0-beta.13` to later version. ### What did you expect? SampleBuilder CPU/memory usage doesn't significantly...
### Your environment. - Version: 4 beta 19 - Browser: n/a ### What did you do? go and grab the candidate pair from the SCTP transport. use that candidate pair...
**I am not sure this is a Pion bug, I don't know enought about WebRTC internals to tell** ### Your environment. - Version: v4.0.0-beta.19 - Browser: Google-Chrome on Linux 125.0.6422.112...