VT: MediaPlayer: Add IMS Rx event listener
MEDIA_IMS_RX_NOTICE event type added to exist listener of MediaPlayer. Following events will come through this api. 1) RTP_FIRST_PACKET(100) - A notice of the first rtp packet received. 2) RTCP_FIRST_PACKET(101) - A notice of the first rtcp packet received. 3) RTP_QUALITY(102) - A periodic report of a RTP statistics. 4) RTP_QUALITY_EMC(103) - An emergency report when serious packet loss has been detected in between TYPE 102 events. 5) RTCP_TSFB(205) - Transport layer Feedback message. (RFC-5104 Sec.4.2) 6) RTCP_PSFB(206) - Payload-specific Feedback message. (RFC-5104 Sec.4.3) 7) RTP_CVO(300) - CVO (RTP Extension) message. 8) RTP_SOCKET_LOST(400) - Socket failed during receive. Bug: b/158546060 Test: simple video call test in live network. Change-Id: I7216fdd08eb050c238e30ade574f54321c566516 Signed-off-by: Kim Sungyeon <sy85.kim@samsung.com> Signed-off-by: Byeongjo Park <bjo.park@samsung.com>
Loading
Please register or sign in to comment