After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731819 - Recorded MKV file is missing CRC32 elements.
Recorded MKV file is missing CRC32 elements.
Status: RESOLVED DUPLICATE of bug 731821
Product: gstreamermm-plugins-good
Classification: Bindings
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamermm-plugins-good-maint
gstreamermm-plugins-good-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-18 06:49 UTC by surendra
Modified: 2014-06-18 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description surendra 2014-06-18 06:49:15 UTC
I am able to record the IP camera H264 stream in to MKV file by using the below pipe line.

gst-launch-1.0 -e rtspsrc location="rtsp://10.33.15.1:554/udpstream_ch1_stream1" ! rtph264depay ! h264parse ! matroskamux ! filesink location=test1.mkv

I am able to play the recorded file with any MKV (h264)compatible player.
I am checking the recorded MKV file EBML tree using AVI MUX GUI application(Picture attached).

recorded.png

As per the specification of EMBL MKV file also should contain the CRC32 for the parent filed(see the spec piture attached).

Recorded MKV file is missing CRC32 elements.

Reference discussion : http://gstreamer-devel.966125.n4.nabble.com/MKV-file-in-EMBL-Tree-View-CRC32-is-missing-td4667472.html
Comment 1 surendra 2014-06-18 07:44:55 UTC

*** This bug has been marked as a duplicate of bug 731821 ***