<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div><div><div><div><div><div><div>Hello,  I'm wondering if the following is at all possible:<br></div>I have a dump of RTCP/RTP interleaved data from an RTSP server containing pcm_alaw (pt=8) and H264 (dyn pt=96).<br></div>I can parse the data and actually I was able to depacketize (in code) the H264 stream and see the video. <br></div>I would, in the end, like to achieve a playable video file with sound.<br></div>I've tried to use gst-launch-1.0 with something like this:<br></div><br><b>gst-launch-1.0 tcpserversrc host=loclahost port=6000 ! rtpbin ! fakesink</b><br><br></div><div>and then I've <b>socat</b>ed the dummped file to like that <b>socat FILE:dump tcp:localhost:6000</b> <br></div><div><br></div>with  the GST_DEBUG=*:0 I can actually see that there is parsing going on and so on.<br><br></div>Question I have now how can I put this data to playable video file. I know there are some considerations with timestamps, but I think that the RTCP reports should cover if they are parsed.<br></div>btw. when I add <b>dump=1 </b>to <b>fakesink</b> where will be the data dumped?<br><div><br>Thanks.<br></div></div>
</div><br></div>