Jingyang Kang

Results 41 comments of Jingyang Kang

@Sean-Der Hi, I've updated https://github.com/pion/webrtc/wiki/Big-Ideas, please check it out, thanks :)

This should be a mediadevices feature, we can add a `Stop` method to `VideoTrack` and `AudioTrack`. https://github.com/pion/mediadevices/blob/master/track.go

关于测试:plugin_test.go 中 `TestFixModelPathAndPackage` 内有这段 ```go for _, r := range ret1 { tmp := r[0] if !strings.Contains(tmp, plu.Package) { if strings.HasPrefix(tmp, "/") { tmp = plu.Package + tmp } else...

> 你添加一个测试用例吧 我提交了一个 commit 把一部分逻辑提到一个函数里使其更好测试,并添加了一组测试用例。

Hi @mengelbart what a cool PR! I'm curious to learn what's the relationship between this interceptor, the pacer, and bandwidth estimator GCC will be like by your design. For users...

Hi there, I'm using the updated version of pion/rtp and pion/webrtc with av1_nvenc and I found that the AV1 track can't be decoded correctly by chromium on linux (only the...

> Hello, I'm working on AV1 support and creating a Docker image to test Pion AV1 with various AV1 encoders and WebRTC clients. > > Currently, I'm working on adding...

@arjunshajitech This is so cool and useful! I've read the changes you made to address this issue, which makes me wonder is there anyway we can acheve this without breaking...

What if we move the new interceptor to the front, let it be the first interceptor and pass down extra attributes to mark that it's an rtp media packet that's...

@arjunshajitech Thanks for your reply! > So, are you suggesting that we map the corresponding SSRC in the StreamInfo of the RTX StreamInfo, and if the packet is flagged as...