Hugo Tunius
Hugo Tunius
I don't think there is, well I guess CPU and bandwidth cost, but my thought was more that we might consider deprecating plan-b support and then always configure mid
Hmm this does seem like a bug. I wonder if the #377 might fix it.
One problem with this suggestion is that `TrackLocalStaticSample` has a way to propagate dropped packets via sequence number gaps which would break https://github.com/webrtc-rs/webrtc/blob/5612d59869e1a4b8d991ab129ab27103c2975f5b/webrtc/src/track/track_local/track_local_static_sample.rs#L55-L60
#313 WIP take on this
Excellent research! Sounds like your changes are promising @KillingSpark. Please roll it up into PRs for review
@KillingSpark is there a specific order of merging these that would be simpler than the others?
Also, can you please add changelog entries in your PRs?
@melekes would you mind helping with some reviews? You have a more subject matter expertise than me in this area
Btw, worth keeping in mind how this work intersects with https://github.com/webrtc-rs/webrtc/issues/136 and a whether this potential move to a sans-IO version of SCTP helps improve the performance problems. In any...