Hi everyone!<div><br></div><div>We are currently trying to make an small video player that receives rtp.</div><div><br></div><div>We want to receive a streaming incoming from VLC in RTP/MPEG TS format using Live555 and inject the data to ffmpeg. Unfortunately we are not experts in this libs and we are having heavy problems with sps, pps, vols, and so on... </div>

<div><br></div><div>Currently we are receiving the data using a SimpleRTPSource, with a MPEG1or2Demux and playing a Demuxer->newVideoStream with a custom Sink (for grabbing frame data) which derives from MediaSink. </div>

<div><br></div><div>The result is that is not working at all, ffmpeg complains about PES packet size mismacht, and we think that we are not using the correct classes in Live555.</div><div><br></div><div>We want to receive H264 (top priority) and MPEG4 using only RTP. We see also a bunch of classes like H264VideoRTPSink, H264VideoRTPSource, but we dont known how to use them (to grab the data for inject it to ffmpeg) or if this classes are for sending or receiving RTP, or if they must be only used with RTCP/RTSP clients :(</div>

<div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Thanks in advance!</div>