ximagesrc for Android?
Nicolas Dufresne
nicolas at ndufresne.ca
Fri Feb 16 17:31:57 UTC 2018
Le vendredi 16 février 2018 à 06:21 -0700, chichoch a écrit :
> Hi!
>
> I'm quite new to both GStreamer and NDK-development for Android, so have
> patience with me please.
>
> I'm currently working with a Android project where the app will stream a
> video capture of a (Virtual) display via RTP.
>
> The pipeline I want to implement on Android is something like this:
> gst-launch-1.0 ximagesrc use-damage=0 ! video/x-raw ! videoconvert ! x264enc
> ! rtph264pay ! udpsink host=192.168.1.1 port=5000
>
> It seems like it's not possible to use ximagesrc on Android though? What are
> my options here? Should I use appsrc as a foundation to create something
> myself?
There is no X11 server on Android. Use glimagesink, refer to Android
tutorials for an example.
https://gstreamer.freedesktop.org/documentation/tutorials/android/index.html
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180216/f9d4586e/attachment.sig>
More information about the gstreamer-devel
mailing list