VT: Enhancements on RTP depacketizer
1) Do not merge FU pkts if rtptimes are different.
[Problem] There was a case that Fragmented Units of RTP be merged as
an one frame even Fragmented Units are has different timestamp.
[Solution] Added a condition to check rtptime between Fragmented Units.
2) Implementation of a new frame drop rule for p-frame.
[Problem] P-frame should be dropped only if FU packets damaged
more than half of amount of frame.
[Solution] Implemented a rule for p-frame drop.
3) Discards a rtp buffer that has unexpected ssrc.
[Problem] so many packet loss observed and video loss because about
4 different video stream coming at the same time.
[Solution] Allow only one stream that matched SSRC of first stream.
Bug: 165061754
Change-Id: If840df274a6fc4b04910f9201359b7c09fd2bc85
Signed-off-by: Byeongjo Park <bjo.park@samsung.com>
Loading
Please register or sign in to comment