GNOME Bugzilla – Bug 731821
matroskamux: add support for writing CRC32 checksums
Last modified: 2018-11-03 14:52:49 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
*** Bug 731819 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/119.