Error when using udpsink to streaming mp4 from Android device

Sebastian Dröge sebastian at centricular.com
Wed Mar 4 00:46:27 PST 2015


On Mi, 2015-03-04 at 00:35 -0800, nguahoang wrote:
> Hi All,
> I have a problem trying to streaming mp4 from Android device.
> I use gstreamer-1.0-android-armv7-release-1.4.4 SDK and use API in jni code:
> ////
> pipeline = gst_parse_launch("filesrc location= filename ! qtdemux name=dmux
> dmux.video_0 ! queue ! rtph264pay config-interval=1 ! udpsink
> host=192.168.168.7 port=5002", &error); 
> ////
> But when I run app, I get error message: "Error received from element
> udpsink0 : Gstreamer encountered a general resource error!"
> I don't know how to fix this bug.

Check what's happening in the debug logs, that should tell us what
exactly fails there.

Did you enabled the internet permission in your app?

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150304/09d74614/attachment.sig>


More information about the gstreamer-devel mailing list