Record UDP stream
Mattekr
matteozoni at gmail.com
Fri May 19 15:51:23 UTC 2017
Hi, I'm a gstreamer newbie.
I would like to see and record a UDP stream from my camera.
I use for see
C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe -e -v udpsrc port=5000 !
application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264
! fpsdisplaysink sync=false text-overlay=false
and this for record
C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe -e -v udpsrc port=5000 !
application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! avdec_h264
! decodebin ! x264enc ! mp4mux ! filesink
location=C:\\Users\\Progettazione\\Desktop\\file.mp4
All the attempts I made to record and see in one command did not work
For example, I get the error:
WARNING: erroneous pipeline: could not link fpsdisplaysink0 to filesink0
How can I do? Thanks in advance.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Record-UDP-stream-tp4683050.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list