OpenGL: Is it possible to store a 'glimagetransformation applied' video to a file?
vk_gst
venkateshkuppan26 at gmail.com
Mon Feb 25 12:07:43 UTC 2019
An update to the question with further details about the pipelines for better
understanding:
My sender and receiver pipelines are as follows (works fine, issue with
storing the video in a file):
sender:
imxv4l2videosrc ! imxvpunenc_h264 ! h264parse ! rtph264pay ! rtpbin.send_rtp
! udpsink ! rtpbin.send_rtcp ! udpsink ! udpsrc ! rtpbin.recv_rtcp
receiver(decoupled pipelines):
pipe1 :
udpsrc ! application/x-rtp(with other details) ! rtpbin.recv_rtp !
rtph264depay ! h264parse ! avdec_h264 ! intervideosink ! udpsrc !
rtpbin.recv_rtcp ! rtpbin.send_rtcp ! udpsink
pipe2:
intervideosrc ! glupload ! glcolorconvert ! gltransformation ! glimagesink
Can anyone point out where I am going wrong ?
Regards
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list