Skip to content

notedit/boeing

 
 

Repository files navigation

BOEING

A rewrite project of WebRTC network part

Description

Usage: The algorithms are mainly for the transfer of udp reliable. Most of the parts are transformed from WebRTC. Sometimes we use these algorithm to build up a reliable UDP system which is always be mentioned by SD-RTN or some other UDP based topics, especially using in media stream communacation

Compile

Just execute make command from the root dir of the project

Notice

Just for study, no responsible for any bug or disaster that using online

Topology

Topology

FEC

The FEC module is to be added, the following diagram is mainly display the linking procedure when network change. This procedure is the following reaction of BitrateChangeCallback, which will trigger receiver update the frequency of sending FEEDBACK packet also. Allocating encoding rate is after FEC, will be the rest of FEEDBACK packet rate and FEC packet rate.

Topology

About

webrtc network part for reliable udp transport

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%