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: Byeongjo Park <bjo.park@samsung.com>
Loading
Please register or sign in to comment