Skip to content

Commit

Permalink
src: lib: stream: sink: Add comment about do-nack
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Oct 18, 2024
1 parent 08a1d35 commit 16731df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stream/sink/webrtc_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl SinkInterface for WebRTCSink {
"direction",
gst_webrtc::WebRTCRTPTransceiverDirection::Sendonly,
);
transceiver.set_property("do-nack", true);
transceiver.set_property("do-nack", true); // Enable retransmission (RFC4588)
transceiver.set_property("fec-type", gst_webrtc::WebRTCFECType::None);

// Link
Expand Down

0 comments on commit 16731df

Please sign in to comment.