Skip to content
Commit 707bb3ec authored by Sungyeon Kim's avatar Sungyeon Kim Committed by Andrew Lewis
Browse files

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: default avatarKim Sungyeon <sy85.kim@samsung.com>
Signed-off-by: default avatarByeongjo Park <bjo.park@samsung.com>
parent faead856
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment