Skip to content

Commit

Permalink
Fix the RID when receiving RTX packets
Browse files Browse the repository at this point in the history
  • Loading branch information
pthatcher authored and algesten committed Nov 2, 2023
1 parent e2b915c commit eeb7017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/streams/receive.rs
Expand Up @@ -407,6 +407,7 @@ impl StreamRx {

header.ssrc = self.ssrc;
header.payload_type = pt;
header.ext_vals.rid = header.ext_vals.rid_repair.take();
}

pub(crate) fn maybe_create_keyframe_request(
Expand Down

0 comments on commit eeb7017

Please sign in to comment.