rtsp server from android to pc

Nicolas Dufresne nicolas.dufresne at collabora.com
Thu Oct 3 09:37:03 PDT 2013


Le jeudi 03 octobre 2013 à 12:29 -0400, Chuck Crisler a écrit :
> In Linux I would launch the app from a script (to create a shell) and
> export GST_DEBUG=<whatever debug options you need>. But I don't know
> how to do that on Android, though that may be in my near term future.

In android, I usually use setenv() called before initializing GStreamer
and watch logs using adb logcat. Note that it's often faster to rebuild
Java then native, so I usually use setenv() from Java. Note as easy as
on PC, but not too bad either.

Nicolas




More information about the gstreamer-devel mailing list