open-webrtc-toolkit / owt-server

General server (streaming/conference/transcoding/anayltics) for OWT. (A.k.a. MediaServer)
https://01.org/open-webrtc-toolkit
Apache License 2.0
1.13k stars 368 forks source link

Some questions about the function LiveStreamIn::filterPS #1346

Closed harlanc closed 10 months ago

harlanc commented 10 months ago

Hi @starwarfan

My understand about the filterPS function is for adding start code for SPS/PPS. But it is already added by the "h264_mp4toannexb" filter in the filterVBS function ,so is it redundant or something wrong with my understanding?

Thanks.