diff options
author | Martin Storsjö <martin@martin.st> | 2012-12-11 15:59:24 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-08 17:48:14 +0200 |
commit | 86d9181cf41edc3382bf2481f95a2fb321058689 (patch) | |
tree | 5f83f288f2ee9da82e789bc870e8410ca9b77d74 /libavutil/log.h | |
parent | 42805eda554a7fc44341282771531e7837ac72b7 (diff) | |
download | ffmpeg-86d9181cf41edc3382bf2481f95a2fb321058689.tar.gz |
rtpdec: Support sending RTCP feedback packets
This sends NACK for missed packets and PLI (picture loss indication)
if a depacketizer indicates that it needs a new keyframe, according
to RFC 4585.
This is only enabled if the SDP indicated that feedback is supported
(via the AVPF or SAVPF profile names).
The feedback packets are throttled to a certain maximum interval
(currently 250 ms) to make sure the feedback packets don't eat up
too much bandwidth (which might be counterproductive). The RFC
specifies a more elaborate feedback packet scheduling.
The feedback packets are currently sent independently from normal
RTCP RR packets, which is not totally spec compliant, but works
fine in the environments I've tested it in. (RFC 5506 allows this,
but requires a SDP attribute for enabling it.)
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/log.h')
0 files changed, 0 insertions, 0 deletions