Hi Ross,<br><br>I want want to record various [audio+video] streams (m4v, m4a, h264, pcmu...) on my computer and then re-stream it later.<br>I would like to set a code that works for all types of video and audio formats. Basically I would receive RTP packets, store their content without looking at it, and re-send the RTP packets later.<br>
<br>I figured out that the best way to do that was to use SimpleRTPSource and SimpleRTPSink while storing all SDP and presentation times related infos.<br>It seems to work fine for a M4V/M4A(MPEG4-GENERIC) stream but doesn't work for an H264 stream: when I re-stream H264, the client says "unsupported NAL type for H264".<br>
<br>Can you give me some hint on what I should look for?<br>Thanks in advance<br>