leeoxiang
leeoxiang
yes, this is a sendonly stream. I know you send rtx to get rtt periodically, but there is only one rtx in one second.
Just go through webrtc's nack_module https://github.com/notedit/webrtc-clone/blob/5a29d526be7589f5ba7fb824a749f9088b305070/modules/video_coding/nack_module.cc#L36 they add a default 10ms delay filter. that may help.
I have a simple test in my local, add 20ms delay can reduce half of retransmit bitrate in 500kbps.
We may not say the same thing, I mean the incoming source's RTPLostPackets, I add a 20ms filter when generate nacks, filter the pakcets's time is less than (now -...
Ok, Will give a pr when i have more free time.
I'm looking into this issue as well,
@hwchase17 any idea on approving this?
same here,when i run cog predict in local.
I came to this and fix it, maybe your predict func came to some exception that does not be catched.
@summerbuild @diemus 我也遇到这个问题 求分享解决方案