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

Skip to content
Commit 66639756 authored by Kim Sungyeon's avatar Kim Sungyeon Committed by Lajos Molnar
Browse files

VT: Enhancements on RTP packetizer.



  1) Apply discounted bitrate for initial RTP case
    [Problem] There is a possibility that sending bitrate
      overs the AS value, if there is no TMMBR signal.
    [Solution] Apply the discounting also in inital bitrate.

  2) Correction of UDP fragmentation.
    [Problem] Packets can not be sent to remote in some network
      environment(R&S ATT TE). Packet should be fragmented up to
      1280bytes in case of IPv6.
    [Solution] make a condition to build a packet up to 1280bytes.

  3) Correct a condition to check last of the FU-A.
    [Problem] Marker bit (of RTP header) was 0 even it was last FU-A packet.
      A RTP buffer size checked with RTP header extension, but it filled
      without header extension size.
    [Solution] Correct a condition to set market bit as 1.

Bug: 165061754
Change-Id: Ic70b06b330394b40b1c756aba85e175fba178b8d
Signed-off-by: default avatarByeongjo Park <bjo.park@samsung.com>
parent 7143c077
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