<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>Le lundi 01 juin 2020 à 04:02 -0500, Aniket0987 a écrit :</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Hi,</pre><pre>I've been trying to capture an RTMP stream and save it as mp4. I'm using</pre><pre>splitmuxsink for mp4 creation. Pipeline as follows:</pre><pre>rtmpsrc location='rtmp://127.0.0.1:1935 live=1' do-timestamp=true !</pre></blockquote><div><br></div><div>rtmpsrc is not a live source, hence do-timestamp not being an appropriate property for this element. This was discussed recently in another thread, this property is a "foot gun" to follow the wording trends these days. You can cheat a little, and turn this into a live pipeline (hence ensuring you have a clock), using "identity sync=1" right after it. I haven't tested, but I believe it should work.</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>decodebin ! videoconvert ! video/x-raw,format=RGBA ! queue leaky=downstream</pre><pre>! videoconvert ! video/x-raw,format=I420 ! openh264enc ! h264parse !</pre><pre>splitmux name=mp4 max-size-time=10000000 max-size-bytes=13421778</pre><pre>location=/tmp/new_ sync=false ! mp4.video</pre><pre><br></pre><pre>I'm getting following error for my splitmuxsink</pre><pre>GStreamer-CRITICAL **: 14:20:31.326: gst_clock_get_time: assertion</pre><pre>'GST_IS_CLOCK (clock)' failed</pre><pre><br></pre><pre>It seems my frame grabber is not able to get splitmuxsink's internal clock.</pre><pre>What could cause this?</pre><pre><br></pre><pre><br></pre><pre><br></pre><pre>--</pre><pre>Sent from: </pre><a href="http://gstreamer-devel.966125.n4.nabble.com/"><pre>http://gstreamer-devel.966125.n4.nabble.com/</pre></a><pre><br></pre><pre>_______________________________________________</pre><pre>gstreamer-devel mailing list</pre><a href="mailto:gstreamer-devel@lists.freedesktop.org"><pre>gstreamer-devel@lists.freedesktop.org</pre></a><pre><br></pre><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"><pre>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</pre></a><pre><br></pre></blockquote></body></html>