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

Skip to content
Commit 4bcec5dc authored by Somraj Mani's avatar Somraj Mani Committed by Lajos Molnar
Browse files

VT: Retain RTP sequence number between SFR stop and start



There was an issue that remote side dropped a video packets
when local camera has been switched.

It caused we are sending discontinuous (RTP) sequence number
when the camera is switched during video call is going on.

When we switch a camera, we just stopped a MediaRecorder
and then re-start with different camera-id.

RTP sequence number is gone when an ARTPWriter is stopped.
and Then ARTPWriter will take a random RTP sequence number from
the re-start of ARTPWriter.

This patch makes ARTPWriter can start from the RTP sequence number
that the stopped last time.

Merged-in: I7dde2c89f2b378600a080b7a4f4de385f81e6ee1
Change-Id: I7dde2c89f2b378600a080b7a4f4de385f81e6ee1
Signed-off-by: default avatarSomraj Mani <som.mani@samsung.com>
Signed-off-by: default avatarKim Sungyeon <sy85.kim@samsung.com>
parent 9a021f7f
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