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

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

RTSP: RTSP streaming aborted by packet loss.



[Problem] RTSP streaming aborted right after resume.
[Cause] RTSP aborted because sequence number jumped
  more than kMaxAllowedStaleAccessUnits(20) defined
[Solution]
  For a voice session, about 20 packets are represents
  about 20 frames.
  For a video session, about 20 packets are represents
  only few frames(or one frame).
  Aborting a rtp session by 20 packet lost is too tight
  condition for video session.
  So that, adjusts it to 400 packets.

Bug: 193115006

Signed-off-by: default avatarByeongjo Park <bjo.park@samsung.com>
Merged-in: If3b4703a4891ce183c02d815f8e0647b8a1b792b
Change-Id: If3b4703a4891ce183c02d815f8e0647b8a1b792b
parent 6a45b8b9
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