shiqifeng2000
shiqifeng2000
> Hey, thanks for reporting this issue. Can you provide some more details? > > * Does `on_peer_connection_state_change` get called correctly? > * Does the line that actually calls `close`...
> leak detection hi kOnserv, thanks again for this hint. I am digging now, here's some progress I found. Firstly, as you just print above, the `CandidateBase` did not drop....
> Amazing work on all this digging @shiqifeng2000, thank you so much for this! > > I do think your fix should work and alleviate the issue as you have...
> Hey @shiqifeng2000 did you get a chance to test this, if not do you have an example that replicates the problem and I can try Hi, @k0nserv, so you...
> That's great, could you send a PR with this change please? gladly, working on it
UPDATE: It seems I have target the problem, you see, in the submodule `TURN` crate, when `agent_gather` is starting to gather relay candidate by invoking `gather_candidates_relay` a TURN client is...
Similar to H265 support
hi Rainliu Since Pion don't provide Capturing(Encoding) or Playing(Decoding) scenario and we just mimic the Golang-Pion repo, thus H265-Support just means more SDP mime types and RTP packaging, maybe. But,...
Update: After installing wireshark, I found all the RTP pkt sent got the payload type as 38, but I actually set that to 167, it seems after I invoke the...
Update: I have figured it out that the max rtp payload is 127, sorry for this miss, I am closing the issue