microsoft/ftl-sdk

Implement SRTP authethication in the bitstreams

NCommander opened this issue · 0 comments

Right now, RTP data is only protected by origin (connecting IP). It is possible for someone who is technically inclined to hijack a FTL stream by injecting bad data from the same IP address. Implementing SRTP will FTL from this, and is a requirement for public availability for FTL. libsrtp implements most of the work required.