[gst-devel] How to write a pipeline to record to mp4 from a rtspsrc?
florian iragne
florian.iragne at viewsurf.com
Thu Nov 5 14:39:50 CET 2009
dxssx a écrit :
> gstqtmux.c:1862:gst_qt_mux_video_sink_set_caps:<mux> pad pad0 refused
> caps video/x-h264
according to your log h264 and audio pads are refusing default caps
i would add something like :
rtph264depay byte-stream=false ! capsfilter
caps="video/x-h264,width=XXX,height=YYY,framerate=(fraction)YouFrameRate/1"
at least, i've had to add this to record h264 from rtspsrc with ffmux_mp4
Florian
More information about the gstreamer-devel
mailing list