<div dir="ltr"><div>Thanks Sebastian.<br><br></div>I will log the bug..<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 18, 2014 at 4:08 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Do, 2014-06-12 at 19:02 -0700, surendra wrote:<br>
> Hi Everyone,<br>
> I am able to record the IP camera H264 stream in to MKV file by using the<br>
> below pipe line.gst-launch-1.0 -e rtspsrc<br>
> location="rtsp://<a href="http://10.33.15.1:554/udpstream_ch1_stream1" target="_blank">10.33.15.1:554/udpstream_ch1_stream1</a>" ! rtph264depay !<br>
> h264parse ! matroskamux ! filesink location=test1.mkv<br>
> I am able to play the recorded file with any MKV (h264)compatible player.<br>
> I am checking the recorded MKV file EBML tree using AVI MUX GUI<br>
> application(Picture attached with mail).<br>
> recorded.png<br>
> <<a href="http://gstreamer-devel.966125.n4.nabble.com/file/n4667472/recorded.png" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/file/n4667472/recorded.png</a>><br>
> As per the specification of EMBL MKV file also should contain the CRC32 for<br>
> the parent filed(see the spec piture)   spec.png<br>
> <<a href="http://gstreamer-devel.966125.n4.nabble.com/file/n4667472/spec.png" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/file/n4667472/spec.png</a>><br>
> Recorded file is missing CRC32 elements.My question is  does matroskamux<br>
> support or performs the CRC32 computation on the stream and stores in MKV<br>
> format? Or Do we need to write a plug-in to compute the CRC32 before saving<br>
> in to MKV format?I think the CRC32 elements provide support to check the<br>
> integrity of the recorded data.Is there any way to enable the CRC32<br>
> computation on H264 stream in the MKV format.<br>
<br>
Currently we don't write any CRC32 elements in matroskamux or webmmux.<br>
This can be easily added there though, there's no need for a separate<br>
element.<br>
<br>
Can you file a bug about this at <a href="http://bugzilla.gnome.org" target="_blank">http://bugzilla.gnome.org</a> ?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><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>
<br></blockquote></div><br></div>