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

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

VT: H265: prepend VPS/SPS/PPS to I-frame.



[Problem] Video can not be played out because RTP time jumped in between
  VPS/SPS/PPS and first I-frame.
[Cause] VPS/SPS/PPS has kKeyTime as 0 when it generated from encoder.
  But I-frame has normal timestamp with respect to frametime.
[Solution] Keep VPS/SPS/PPS for each buffer and send it as prepened
  of i-frame with a same timestamp of the i-frame.

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