Gstreamer on Android

Hi guys!
I have had some problems trying to run Gstreamer on Android, I don´t know how can I run it?
Can you help me?
How can I run it on Android(I’m using the APK that’s showed on the page)? How can I set up it?

Just as described in the Docs:
Open Command line, navigate to Gstreamer folder and enter:

gst-launch-1.0 -v udpsrc port=9000 caps=“application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264” ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=f

On Android I use RaspberryPi Camera Viewer

1 Like