Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0aedeb3a authored by Byeongjo Park's avatar Byeongjo Park Committed by Lajos Molnar
Browse files

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: default avatarByeongjo Park <bjo.park@samsung.com>
parent 66639756
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