FFmpegRTSPServer
FFmpegRTSPServer copied to clipboard
NAL start code chopping
Hi. I am checking into the code and in FFmpegH264Encoder.cpp I see you're chopping of 4 bytes of nal start code just once per packet.Are you sure it is correct thing to do? In other implementations I have seen the frame buffer is checked for more than one NAL,which is usually the case with encoded h264 frames.
Thanks.