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

Skip to content
Commit 8f6d8f2a authored by Byeongjo Park's avatar Byeongjo Park
Browse files

VT: Corrects RTP/NTP timestamps of RTCP:SR(Sender Report).



[Problem] The time delay from the camera to RTP packetization
  could not be expressed in RTP and RTCP.

[Cause] RTP and NTP timestamp in RTCP sender report
  should represent a current time but it was showing a
  last packet's time.

[Solution] updates RTP and NTP timestamps of RTCP:SR(Sender report)
  based on the time when a RTCP:SR is packetizing.
  So that, receiver can calculate how much time delayed of a
  sender side's in between camera and RTP packetization by
  comparing following timestamps.
 1) RTP, NTP timestamp of RTCP:SR packet.
 2) RTP timstamp of RTP packet.

Bug: 183578712

Signed-off-by: default avatarByeongjo Park <bjo.park@samsung.com>
Change-Id: I81f05093f9124888dd3ac3c343d3e68b3db789f6
parent 304942fa
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