webrtc
webrtc copied to clipboard
Pure Go implementation of the WebRTC API
### Your environment. - Version: 3.1.0 - Browser: Chrome - Other Information - N/A ### What did you do? 1. Create a track on the browser side 2. Negotiate the...
First, thank you all for your great work! In some scenarios, we may want to suspend the video/audio stream temporarily and resume it later on, in order to reduce network...
It has been a long time since we have made a minor release (September). I think now is a good time to make another one! This minor release will be...
### Your environment. - Version: **3.1.34** ### What did you do? I'm sending an offer from Janus that contains `rtx` for video SDP offer (janus) ``` v=0 o=- 1651154116641094 1...
### Your environment. - Version: *pionWebrtc v3.1.16* - Browser: *Chrome newest version* - Other Information - *Using simulcast feature with 16 video/audio tracks source* ### What did you do? I'm...
### Your environment. - Version: v3.1.15 - Browser: N/A ### What did you do? I've written a small program to test Pion in which I have two instances of the...
## Summary There are two (or three) different paths to initialise streams of RTPReceiver. This request is for consolidation/simplification. ## Motivation Simplification/Consolidation. ## Describe alternatives you've considered There are three...
### Your environment. - Version: 3.1.11+ - Browser: Chrome ### What did you do? I have two parties. The browser is the offerer and golang pion is to answer and...
### Your environment. - Version: *pion v3.1.0, latest example* ### What did you do? I've published the janus video-room client to my local janus master instance ### What did you...
### progress - [x] [broadcast](https://github.com/mohammadne/webrtc-pion/tree/master/examples/broadcast) - [x] [custom-logger](https://github.com/mohammadne/webrtc-pion/tree/master/examples/custom-logger) - [x] [data-channels](https://github.com/mohammadne/webrtc-pion/tree/master/examples/data-channels) - [x] [data-channels-close](https://github.com/mohammadne/webrtc-pion/tree/master/examples/data-channels-close) - [x] [data-channels-create](https://github.com/mohammadne/webrtc-pion/tree/master/examples/data-channels-create) - [x] [data-channels-detach-create](https://github.com/mohammadne/webrtc-pion/tree/master/examples/data-channels-detach-create) - [x] [data-channels-detach](https://github.com/mohammadne/webrtc-pion/tree/master/examples/data-channels-detach) - [x] [data-channels-flow-control](https://github.com/mohammadne/webrtc-pion/tree/master/examples/data-channels-flow-control) - [x] [ice-restart](https://github.com/mohammadne/webrtc-pion/tree/master/examples/ice-restart) -...