<p style="padding: 0 0 0 0; margin: 0 0 0 0;">Dear Baby Octopus,</p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;"> </p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">Thank you for your interest. I also think there is a problem with tmestamps.</p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;"> </p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">If I run any of these two pipes (the second assumes that rtsp is redirected to tcp by another gstreamer pipe)</p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">gst-launch-1.0 -v  --gst-debug=identity:8 rtspsrc location=rtsp://192.168.1.100/stream ! rtph264depay ! h264parse ! queue  ! identity check-imperfect-timestamp=true check-imperfect-offset=true ! fakesink</p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;"> </p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">gst-launch-1.0 -v  --gst-debug=identity:8 tcpclientsrc host=127.0.0.1 port=5010 do-timestamp=true ! matroskademux ! h264parse ! queue  ! identity check-imperfect-timestamp=true check-imperfect-offset=true ! fakesink</p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;"> </p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">I allways get plenty of errors like these. There are roughly 30 of them per second.</p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">1:gst_identity_check_imperfect_timestamp:<identity0> can't check data-contiguity, no offset_end was set on previous buffer<br />
0:00:00.765881126 14103  0x93b3290 DEBUG               identity gstidentity.c:455:gst_identity_check_imperfect_offset:<identity0> can't check offset contiguity, no offset and/or offset_end were set on previous buffer<br />
0:00:00.804650999 14103  0x93b3290 DEBUG               identity gstidentity.c:411:gst_identity_check_imperfect_timestamp:<identity0> can't check data-contiguity, no offset_end was set on previous buffer<br />
0:00:00.804701247 14103  0x93b3290 DEBUG               identity gstidentity.c:455:gst_identity_check_imperfect_offset:<identity0> can't check offset contiguity, no offset and/or offset_end were set on previous buffer<br />
0:00:00.834635582 14103  0x93b3290 DEBUG               identity gstidentity.c:411:gst_identity_check_imperfect_timestamp:<identity0> can't check data-contiguity, no offset_end was set on previous buffer<br />
0:00:00.834686384 14103  0x93b3290 DEBUG               identity gstidentity.c:455:gst_identity_check_imperfect_offset:<identity0> can't check offset contiguity, no offset and/or offset_end were set on previous buffer<br />
0:00:00.865599646 14103  0x93b3290 DEBUG               identity gstidentity.c:411:gst_identity_check_imperfect_timestamp:<identity0> can't check data-contiguity, no offset_end was set on previous buffer<br />
0:00:00.865650187 14103  0x93b3290 DEBUG </p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;"> </p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">Best regards, Hugo.</p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">______________________________________________________________<br />
> Od: Baby Octopus <jagadishkamathk@gmail.com><br />
> Komu: <gstreamer-devel@lists.freedesktop.org><br />
> Dátum: 27.04.2015 06:59<br />
> Predmet: Re: rtspsrc is not compatible with rtmpsink<br />
></p>

<p style="padding: 0 0 0 0; margin: 0 0 0 0;">You are getting error 104(connection reset) and 32(broken pipe). Both<br />
strongly point out to timestamp error, going by my past experience<br />
<br />
When you are doing this through tcp internal pipe and matroskamux, I guess<br />
the timestamp is getting corrected(Just assuming)<br />
<br />
Put fakesink in both audio and video branch and check the timestamps<br />
<br />
<br />
<br />
--<br />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/rtspsrc-is-not-compatible-with-rtmpsink-tp4671698p4671707.html">http://gstreamer-devel.966125.n4.nabble.com/rtspsrc-is-not-compatible-with-rtmpsink-tp4671698p4671707.html</a><br />
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br />
_______________________________________________<br />
gstreamer-devel mailing list<br />
gstreamer-devel@lists.freedesktop.org<br />
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></p>