justinjoy / gst-android-camera

GNU Lesser General Public License v2.1
32 stars 9 forks source link

Unable to use rtspclientsink and glimagesink together #15

Open abhishek592001 opened 1 year ago

abhishek592001 commented 1 year ago

This pipeline = "ahcsrc device=0 ! videoconvert ! rtspclientsink location=rtsp://IP:PORT" is working fine. But when I am trying to use "glimagesink" i.e. something like pipeline = "ahcsrc device=0 ! videoconvert ! glimagesink ! rtspclientsink location=rtsp://IP:PORT" as I need to display the camera source on screen display. Then it is not working. I am getting below error:

Error : gst_parse_perform_link could not link glimagesinkbin0 to rtspclientsink0

Please suggest how to use glimagesink and rtspclientsink together.