<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>
<!-- Template generated by Exclaimer Mail Disclaimers on 10:50:21 donderdag, 2 april 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">P.ImprintUniqueID {
MARGIN: 0cm 0cm 0pt
}
LI.ImprintUniqueID {
MARGIN: 0cm 0cm 0pt
}
DIV.ImprintUniqueID {
MARGIN: 0cm 0cm 0pt
}
TABLE.ImprintUniqueIDTable {
MARGIN: 0cm 0cm 0pt
}
DIV.Section1 {
page: Section1
}
</style>
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
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;}
span.E-mailStijl17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></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="EN-US" link="blue" vlink="purple">
<p class="ImprintUniqueID"></p>
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">With the used pipeline ( gstreamer V1.4.5) the video is saved to file and the onvif data is seen.<o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">rtspsrc
</span><span style="font-size:9.5pt;font-family:Consolas">location=rtspUrl <span style="background:white;mso-highlight:white">
name=rtspsrc rtspsrc</span>.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">! queue name=videoqueue ! rtph264depay! h264parse! matroskamux ! filesink rtspsrc</span><span style="font-size:9.5pt;font-family:Consolas">.<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">! queue name=onvifqueue ! application/x-rtp, media=application ! fakesink
<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">But when I send a eos as (bool reply true) <o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">gst_element_send_event(matroskamux, gst_event_new_eos());<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">or as
<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white"><o:p> </o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">pad = gst_element_get_static_pad(matroskamux, "video_0");<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">gst_pad_send_event(pad, gst_event_new_eos());<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">, then the <span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">
GST_MESSAGE_EOS</span><span style="font-size:9.5pt;font-family:Consolas"> </span>
is never arrived and after a while the next warning are continues logged.<o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white"><o:p> </o:p></span></p>
<p class="MsoNormal">warning rtpjitterbuffer.c2351:gst_rtp_jitterbuffer_chain:<rtpjitterbuffer0> packet 13548 too late as #46078 was already popped, dropping 7632<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When I use only the Video channel then everything seems to work fine. The eos is send and processed on
<span style="font-size:9.5pt;font-family:Consolas;background:white;mso-highlight:white">
GST_MESSAGE_EOS</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Please any idea is welkom, I'm a little but stuck on this one<o:p></o:p></p>
</div>
<br>
<font size="2" face="Arial">Met vriendelijke groet, Sincerely, Cordialement, <br>
<br>
</font><font style="font-family:Arial;font-size:10pt;font-weight:bold;">Marc Lievens</font><br>
<font style="font-family:Arial;font-size:10pt;">Research & Development</font><br>
<br>
<p></p>
<p class="ImprintUniqueID">
<table class="85cca54d-499e-41ab-a9d0-8b218f9334e0Table" style="font-family:Calibri;">
<tbody>
<tr>
<td valign="Middle"><font style="font-family:Arial;font-size:8pt;"><font style="font-family:Calibri;"><img width="18" height="11" style="border: 0px Solid ; " src="cid:imagec84081.PNG@b22cfce4.4a8b732f"></font></font></td>
<td valign="Middle"><font style="font-family:Arial;font-size:8pt;"><font style="font-family:Calibri;"><span style="font-family:Calibri;"><a href="mailto:ml@bigbrother-security.be" title="Click to send email to Marc Lievens" target="" style="font-family:Calibri;"><span style="font-family:Calibri;">ml@bigbrother-security.be</span></a></span></font></font></td>
</tr>
<tr>
<td valign="Middle"><font style="font-family:Calibri;"><font style="font-family:Calibri;"><img width="18" height="17" style="border: 0px Solid ; " src="cid:imagea50554.PNG@ca172087.49b8c999"></font></font></td>
<td valign="Middle"><font style="font-family:Arial;font-size:8pt;"><font style="font-family:Calibri;">+32 3 8708888</font></font></td>
</tr>
</tbody>
</table>
<br>
</p>
<a href="http://www.linkedin.com/company/1241845?trk=tyah"><img id="IMG1" border="0" src="cid:image730f80.PNG@ee72eebb.4491b3fe" width="126" height="22"></a><br>
<br>
<table height="83" cellspacing="0" cellpadding="0" width="416" border="0">
<tbody>
<tr>
<td rowspan="2"><img src="cid:image97f09a.PNG@48e7e4ea.4c8bc7b2"></td>
<td valign="top"><a href="http://www.bigbrother-security.be"><img border="0" src="cid:imagefc5c45.PNG@4ebe582e.48a4b7a2"></a></td>
</tr>
<tr>
<td valign="bottom"><a href="http://www.bigbrother.nl"><img border="0" src="cid:imagecddb5c.PNG@ebf8fa84.4dba5baf"></a></td>
</tr>
</tbody>
</table>
<p class="ImprintUniqueID"><br>
<font size="1" face="Arial">Disclaimer: This e-mail is intended exclusively for the addressee(s), and may not be passed on to, or made available for use by any
<br>
person other than the addressee(s). If you have received this email by error then please delete it and notify the sender by return e-mail.
<br>
In case of doubt about correctness or completeness of this e-mail, please contact the sender<i>.</i> BigBrother BV dismisses any and every
<br>
liability resulting from any electronic transmission.</font><br>
</p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</body>
</html>