Skip to content

Commit

Permalink
Update worker/src/RTC/PipeConsumer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: José Luis Millán <jmillan@aliax.net>
  • Loading branch information
ibc and jmillan committed Aug 29, 2024
1 parent d0e4951 commit 77a68b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/RTC/PipeConsumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ namespace RTC
this->mapSsrcRtpStream[encoding.ssrc] = rtpStream;
this->mapRtpStreamSyncRequired[rtpStream] = false;

// Let's chosee an initial output seq number between 1000 and 32768 to avoid
// Let's choose an initial output seq number between 1000 and 32768 to avoid
// libsrtp bug:
// https://github.com/versatica/mediasoup/issues/1437
const uint16_t initialOutputSeq =
Expand Down

0 comments on commit 77a68b4

Please sign in to comment.