shiqifeng2000

Results 7 issues of shiqifeng2000

hi This is a bug similar to bug 195, the out come is udp port not closing. It seems when I try to deploy a TURN server, the candidate would...

bug
subcrate:turn

Regarding the Go version plan: https://github-wiki-see.page/m/pion/webrtc/wiki/Goals-2021 **Add pion/interceptor jitter_buffer implementation Cache incoming packets and re-arrange them Allow users to define cache behavior (% loss, delay etc..)** I would love to...

enhancement
help wanted

hi This is an issue reopen from 174, as state before the code below will leave some socket unreleased in the task/thread/process ``` let pc = peer_connection.clone(); peer_connection .on_peer_connection_state_change(Box::new(move |s:...

bug

hi After RTP h265 codec is added, I try to add hevc track to this repo, but not successful, this is how I did. claim a mime type **pub const...

hi I am trying to build an app using actix-web as an ice server, ffmpeg as video/video sample feeder and this repo as a proxy. But after I put them...

Hi, thanks for this repo, it provide great help, I setup a kmdf driver from the example But I need to know the status of the repo, is it fully...

Hi I've recently studying your code, rtmp part, it seems your are using a "stream hub" as the media distributor and some stream_handler to handle meta data. I see the...

enhancement