Try setting the intra-refresh rate on the server to a higher frequency (more intra-refresh frames transmitted). Then you should probably capture N seconds after receiving an intra-refresh frame rather then simply N seconds from some arbitrary start time.<br>
<br><div class="gmail_quote">On Tue, Dec 18, 2012 at 4:22 AM, Damiano Pinarello <span dir="ltr"><<a href="mailto:damiano.pinarello@bticino.it" target="_blank">damiano.pinarello@bticino.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I use this pipeline on dm365 to capture h264 video from rtsp-server:<br>
<br>
  gst-launch \<br>
     rtspsrc latency=50 rtsp://<a href="http://127.0.0.1:3070/delayed.264" target="_blank">127.0.0.1:3070/delayed.264</a> ! \<br>
     rtph264depay \<br>
     rtph264pay \<br>
     valve drop=TRUE \<br>
     filesink location=/var/tmp/record.264<br>
<br>
When I send ad interrupt valve drop parameter change rom TRUE to FALSE,<br>
and after Xsecs, re-change from FLASE to TRUE. So I obtain a h264 video of Xsecs.<br>
<br>
The problem is that I can't play the video.<br>
For me, probably, this is due to the missing of heander h264 beacuse I didn't captured video<br>
from the beginning of the stream. Mainly, I capture video from time X to time Y.<br>
<br>
Any suggestions about this isseu?<br>
<br>
Tnx in advance,<br>
Damiano<br>
<br>
<br>
--<br>
<br>
 Damiano PINARELLO<br>
 Embedded Software Developer<br>
 Office Phone: <a href="tel:%2B%2839%29%20031%20653679%20Ext.%204679" value="+39031653679">+(39) 031 653679 Ext. 4679</a><br>
 FAX phone: <a href="tel:%2B%2839%29%20031%20653283" value="+39031653283">+(39) 031 653283</a><br>
 Email: <a href="mailto:damiano.pinarello@bticino.it">damiano.pinarello@bticino.it</a><br>
 Street address: Via L. Manara 4, 22036 Erba (CO), Italy<br>
 WebSite: <a href="http://www.bticino.it" target="_blank">www.bticino.it</a><br>
<br>
------------------------------------------------------------------------------<br>
 Please consider your environmental responsibility before printing this Email<br>
------------------------------------------------------------------------------<br>
 This message and any attachments are confidential and they also are legally<br>
 privileged in accordance with the NDA. If you have received this message in<br>
 error, please notify us and remove it from your system.<br>
------------------------------------------------------------------------------<br>
<br>
<br>
Ce message, ainsi que tous les fichiers joints à ce message,<br>
peuvent contenir des informations sensibles et/ ou confidentielles<br>
ne devant pas être divulguées. Si vous n'êtes pas le destinataire<br>
de ce message (ou que vous recevez ce message par erreur), nous<br>
vous remercions de le notifier immédiatement à son expéditeur, et<br>
de détruire ce message. Toute copie, divulgation, modification,<br>
utilisation ou diffusion, non autorisée, directe ou indirecte, de<br>
tout ou partie de ce message, est strictement interdite.<br>
<br>
This e-mail, and any document attached hereby, may contain<br>
confidential and/or privileged information. If you are not the<br>
intended recipient (or have received this e-mail in error) please<br>
notify the sender immediately and destroy this e-mail. Any<br>
unauthorized, direct or indirect, copying, disclosure, distribution<br>
or other use of the material or parts thereof is strictly<br>
forbidden.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>