Sean DuBois
Sean DuBois
If anyone is interested in this I think it would be a great idea to export the `lexer`. Users could override specific steps in the state machine if needed. I...
Comment deleted in 1a13e7e525d4da85e881c097f63c129e4fbcc299
Closing as 'Not Planned'. This would be a useful helper, but I think it has some ambiguity that will make it harder to land * What is the behavior if...
Hey @fengmao31 I plan on porting the Google Congestion Controller implementation from Pion soon. I am still learning libdatachannel, but I think it will all fit very nicely. Essentially it...
Sorry I missed this @rlpeck ! Pion would also incorrectly not handle the Simulcast streams. I have addressed/fixed this with d08b3dc40385d9da6cecd092d894480903183ee5
This has been implemented! If a remote Peer sends a RTX with a distinct SSRC Pion now returns in via the `Read`. You can see a test for it [here](https://github.com/pion/webrtc/blob/master/rtpreceiver_go_test.go#L86)
I would like active candidates. Currently I am only using libdatachannel as a 'client' only (with OBS). Some broadcaster want TCP (over UDP). They would rather see backpressure then packet...
@paullouisageneau can/should I add more fields to `Message`? It would be nice to know Duration + Discontinuity
@paullouisageneau can I get another review please! Sorry for the delay I will be on top of this now :)
@paullouisageneau Can I get another review please? I also fixed the 'Outdated' comments also. I can't respond to them inline on GitHub though :/