Decoding h264 frames from RTP stream
问题 I am using live555 and ffmpeg libraries to get and decode RTP H264 stream from server; Video stream was encoded by ffmpeg, using Baseline profile and x264_param_default_preset(m_params, "veryfast", "zerolatency") I read this topic and add SPS and PPS data in the every frame, which I receive from network; void ClientSink::NewFrameHandler(unsigned frameSize, unsigned numTruncatedBytes, timeval presentationTime, unsigned durationInMicroseconds) { ... EncodedFrame tmp; tmp.m_frame = std::vector