Recording and Streaming Simultaneously
Aditya Oza
aditya.oza at teksun.in
Fri May 31 10:32:43 UTC 2019
thank you for your reply,
I use your pipeline and after lots of changing i run this pipeline:
gst-launch-1.0 --gst-debug-level=3 -e -v v4l2src device=/dev/video0
do-timestamp=true ! tee name=tee ! capsfilter
caps="video/x-raw,width=1920,height=1080,framerate=30/1" ! videoflip
method=rotate-180 ! videoconvert ! videorate ! queue ! omxh264enc !
h264parse ! filesink location=xyz10.h264 tee. ! queue ! videoscale
method=1 ! videoconvert ! capsfilter
caps="video/x-raw,width=640,height=480,framerate=30/1" ! queue ! omxh264enc
! queue ! h264parse ! mpegtsmux ! rtpmp2tpay ! multiudpsink
clients=192.168.5.255:1234 ttl=1 auto-multicast=true
after running above pipeline,
1. created h264 file and recording also done there is no error.
2. but in Simultaneously i also saw a stream (running h264 file) but they
are appear and also throw a warning. I attached here image of warning
message.
<http://gstreamer-devel.966125.n4.nabble.com/file/t378874/Capture1.png>
<http://gstreamer-devel.966125.n4.nabble.com/file/t378874/Capture.png>
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list