Open tubzby opened 5 months ago
Most of the cases, we should insert SPS&PPS at the start of a KeyFrame(if it does NOT exist). AFAIK, SPS/PPS can only accessed by parsing VideoParameters::extra_data(), which is not quite convenient.
VideoParameters::extra_data()
Most of the cases, we should insert SPS&PPS at the start of a KeyFrame(if it does NOT exist). AFAIK, SPS/PPS can only accessed by parsing
VideoParameters::extra_data()
, which is not quite convenient.