GNOME Bugzilla – Bug 789698
Camerabin Android cameras
Last modified: 2017-11-04 10:41:52 UTC
Hey, New to GStreamer, I am looking the web for examples to get going with Android cameras and GStreamer. Need to encode, packetize and send the packets generated with the cameras (front or rear) to a LAN IP. I only found Camerabin in the plugins makefile ("Take image snapshots and record movies from camera") that may be able to do such a thing but I can't get it working. data->pipeline = gst_parse_launch("camerabin mode=2 ! encodebin ! rtpjpegpay ! udpsink host=192.168.41.3 port=2500", &error); I am getting the following error : "gst_parse_perform_link could not link camerabin0 to encodebin0" If this plugin is the right to use, I would really appreciate if someone got working examples with it / could give me some help. Thank you.
Thanks for your interest in GStreamer. Could you please take this question to either the gstreamer-devel mailing list or our IRC channel #gstreamer on freenode (during the week is usually best)? We use Bugzilla only for bug reports and not for support questions. Thanks!