ethand91 / mediasoup-ios-client

Mediasoup 3 iOS Client
ISC License
131 stars 65 forks source link

Disable ulpfec #53

Closed lihualin1688 closed 4 years ago

lihualin1688 commented 4 years ago

How to disable ulpfec?

ethand91 commented 4 years ago

You would probably need to edit call/rtp_video_sender.cc and change should_disable_red_and_ulpfec to always be true.