<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Nur Text Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.NurTextZchn
        {mso-style-name:"Nur Text Zchn";
        mso-style-priority:99;
        mso-style-link:"Nur Text";
        font-family:"Calibri","sans-serif";}
span.HTMLVorformatiertZchn
        {mso-style-name:"HTML Vorformatiert Zchn";
        mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert";
        font-family:"Courier New";
        mso-fareast-language:DE-AT;}
span.gtkdoc
        {mso-style-name:gtkdoc;}
span.number
        {mso-style-name:number;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1806435906;
        mso-list-type:hybrid;
        mso-list-template-ids:1108488502 201785361 201785369 201785371 201785359 201785369 201785371 201785359 201785369 201785371;}
@list l0:level1
        {mso-level-text:"%1\)";
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
@list l0:level2
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
@list l0:level3
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l0:level4
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
@list l0:level5
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
@list l0:level6
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l0:level7
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
@list l0:level8
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
@list l0:level9
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE-AT link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoPlainText>I am currently working in a project, where I have pcaps containing h263, h264 and mpeg I/II audio streams. For some of them I have additionally signaling info with a session description (SDP), for some of them just the rtp streams.  I need to create something playable out oft it (mpeg, AVI container file).<o:p></o:p></p><p class=MsoPlainText>So I think I have two situations<o:p></o:p></p><p class=MsoPlainText style='margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>1)<span style='font:7.0pt "Times New Roman"'>      </span></span><![endif]>SDP not available (the hard case)<o:p></o:p></p><p class=MsoPlainText>After trying several things, I succeeded for H264 using the tool videosnarf combined with ffmpeg. The output raw file of videosnarf could be converted to a MPEG or avi file using ffmpeg. Unfortunately, videosnarf doesn't support h263 and mpeg audio, so I thought gstreamer could help me in this case even if I know, that without SDP and with dynamic payload it might be quite hard or impossible to get something playable.<o:p></o:p></p><p class=MsoPlainText>So using wireshark I separated the pcap just containing the udp packets for a single rtp stream and I tried to feed gstreamer using:<o:p></o:p></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";mso-fareast-language:DE-AT'>gst-launch-0.10 filesrc location=input.pcap ! pcapparse ! rtph264depay<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New";mso-fareast-language:DE-AT'>! ffdec_h264 ! </span>filesink location=output.mpeg, but for almost every pcap I got an error. Even just using the simple pipe  <span style='font-size:10.0pt;font-family:"Courier New";mso-fareast-language:DE-AT'>gst-launch-0.10 filesrc location=input.pcap ! pcapparse was not working for most pcaps (and I know, that they are ok). The error is always something like </span>ERROR: pipeline doesn't want to preroll.<o:p></o:p></p><p class=MsoNormal>So I think the problem is already in the pcapparse plugin. I tried to use the attributes for ip and port, but the same behaviour. Maybe I am missing something?<o:p></o:p></p><p class=MsoNormal>But I could skip the pcap part, as I have a script which is just taking the udp payload (rtp header + rtp payload) and dumping these rtp packets in a file. Could I maybe use some gstreamer pipeline using this rtp packet file as input?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoPlainText style='margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>2)<span style='font:7.0pt "Times New Roman"'>      </span></span><![endif]>SDP available: When I use my script,  I have a file containing rtp packets of a video streaming session (e.g. h263) and additionally the sdp file, my goal is to create a playable video file out of it (the container doesn't matter) using gstreamer.<o:p></o:p></p><p class=MsoPlainText>I am not experienced using sdp, but as far as I understood, inside the sdp file the parameter c = IN IP4 Host defines the network parameters for the player which is opening the sdp. So the player is using this parameters to wait for incoming rtp packets fitting to the description inside the SDP, am I right?<o:p></o:p></p><p class=MsoPlainText>So I would need to replay the rtp stream locally and use gstreamer to capture  the packets on the NIC for writing the container file? Or is it possible somehow directly feed gstreamer with the sdp + the file containing the already captured rtp packets and take this two input parameters for generating the output container directly?<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Thanks in advance for your help<o:p></o:p></p><p class=MsoPlainText><o:p> </o:p></p><p class=MsoPlainText>Manfred<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>