Saving image from video stream pipeline

Gokul Vellingiri vgokul129 at gmail.com
Mon Dec 22 02:31:19 PST 2014


I tried video streaming in command prompt by using the following pipeline and
its working fine.

SERVER:
gst-launch-1.0 -v filesrc location=./video.mp4 ! decodebin ! x264enc !
rtph264pay ! udpsink host=192.168.7.103 port=6005 

CLIENT:

gst-launch-1.0 -v udpsrc port=6005 caps = "application/x-rtp,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,
payload=(int)96" ! rtph264depay ! decodebin ! videoconvert ! autovideosink

How do i modify the above pipeline to grab that instant video frame from my
stream and save as image file in my local directory.

To add to this,i'll be using Ubuntu-12.04 and gstreamer-1.0



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Saving-image-from-video-stream-pipeline-tp4669998.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list