mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
res_rtp_asterisk: Queue video update on picture loss indication.
The previous payload specific feedback handling was very single minded in that it just assumed everything should trigger a video update. This was changed but the handling of picture loss indication was not added. The result was that video may not flow. This change adds it explicitly in. Change-Id: I1894be02e39ee10a0af841b5a1dca5f0ec7d60b6
This commit is contained in:
@@ -296,6 +296,8 @@ struct ast_rtp_payload_type {
|
||||
#define AST_RTP_RTCP_PSFB 206
|
||||
|
||||
/* Common RTCP feedback message types */
|
||||
/*! Picture loss indication (From RFC4585) */
|
||||
#define AST_RTP_RTCP_FMT_PLI 1
|
||||
/*! Full INTRA-frame Request (From RFC5104) */
|
||||
#define AST_RTP_RTCP_FMT_FIR 4
|
||||
/*! REMB Information (From draft-alvestrand-rmcat-remb-03) */
|
||||
|
||||
Reference in New Issue
Block a user