How to stream and record h264 video

rbattu ramakrishnadeepak at gmail.com
Mon Dec 30 09:56:56 PST 2013


Hi all,

I am streaming  from my raspberrypi as follows:
raspivid -t 999999 -h 720 -w 1080 -fps 25 -hf -b 2000000 -o - |
gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 !
gdppay ! tcpserversink host=192.168.2.7 port=5000

I am able to view the stream as below from one of linux machine
gst-launch-1.0 -v tcpclientsrc host=192.168.2.7 port=5000 ! gdpdepay !
rtph264depay ! avdec_h264 ! videoconvert ! gdkpixbufoverlay
location=gstreamer-logo.svg offset-x=20 offset-y=20 ! autovideosink
sync=false

However , I am trying to record the stream. Can anyone suggest me how to do.
Thanks.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-stream-and-record-h264-video-tp4664348.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list