Android Tutorial 3
Simon Schweikle
Simonsci at gmx.de
Tue Feb 12 17:21:34 UTC 2019
Hello!
Android Tutorial 3 works if i don't change anything.
I tried change this line in tutorial-3.c
/* Build pipeline */
data->pipeline = gst_parse_launch("*udpsrc port=5000 !
application/x-rtp, payload=10 ! rtph264depay ! avdec_h264 !
autovideoconvert*", &error);
if (error) {
gchar *message = g_strdup_printf("Unable to build pipeline: %s",
error->message);
g_clear_error (&error);
set_ui_message(message, data);
g_free (message);
return NULL;
}
What i see is, that the app seems to be frozen after starting. For
example the State of "Playing" or "pause" is not shown and the sreen
stays black.
Seems like on process is frozen.
Any suggestions?
Thank you
Best Regards
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190212/983b06bb/attachment-0001.html>
More information about the gstreamer-devel
mailing list