1b43b6d416
The previous kStrict mode could generate very small packets when the encoded frame is smaller than MTU size. kAggregate will instead encapsulate whole frame into one packet if frame size is below MTU (and so will not generate too small packets), and otherwise it will separate out the first partition as in kStrict mode. The balanced setting for kAggregate (from default of un-balanced) is also desirable, as equal size packets (for the first and remaining partition) should generally be more favorable for FEC. Review URL: http://webrtc-codereview.appspot.com/89002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@239 4adac7df-926f-26a2-2b94-8c16560cd09d |
||
---|---|---|
.. | ||
audio_coding | ||
audio_conference_mixer | ||
audio_device | ||
audio_processing | ||
interface | ||
media_file | ||
rtp_rtcp | ||
udp_transport | ||
utility | ||
video_capture | ||
video_coding | ||
video_processing/main | ||
video_render |