Skip to content

Commit

Permalink
src: libn: stream: sink: Enable Nack
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Oct 8, 2024
1 parent 9d14063 commit 90b0eca
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", false);
transceiver.set_property("do-nack", true);
transceiver.set_property("fec-type", gst_webrtc::WebRTCFECType::None);

// Link
Expand Down

0 comments on commit 90b0eca

Please sign in to comment.