[gmail] Re: RTSP-MJPEG stream playback: Poor image quality problem

Wim Taymans wim.taymans at gmail.com
Wed Oct 17 02:45:28 PDT 2012


On 10/17/2012 08:18 AM, pavel wrote:
> Hello,
>
> I'm trying to record the camera stream this way:
> gst-launch rtspsrc location=$STREAM1 latency=10 ! filesink
> location=./rtsp_dump_raw.bin
> gst-launch rtspsrc location=$STREAM1 latency=10 ! queue ! rtpjpegdepay !
> filesink location=./rtsp_dump.bin
>
> However, it is just resulting in the stream, that I cannot playback...

You need to use gdppay like this:

gst-launch rtspsrc location=$STREAM1 ! gdppay ! filesink location=./rtsp_dump.gdp

Wim



>
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTSP-MJPEG-stream-playback-Poor-image-quality-problem-tp4656577p4656623.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list