RTMP client GStreamer1.0 Android

Dmitri Afanasjev adimas at gmail.com
Fri Apr 3 05:56:33 PDT 2015


Hello, Sebastian!

Thank you, my stream is now running (with little NDK c code modification
using linux SDK tutorials regarding streaming).
But now i have one problem: i have about 10 sec delay.
As i know GStreamer is dealing with buffering itself.
So the question is: how could i reduce stream delay near to real-time video
without buffering?

Regards, Dmitri

пт, 3 апр. 2015 г. в 6:39, Sebastian Dröge <sebastian at centricular.com>:

> On Do, 2015-04-02 at 22:08 +0000, Dmitri Afanasjev wrote:
> > Hello!
> >
> > I'm developing Android app which plays RTMP stream. I've started with SDK
> > Tutorial 5 + NDK and have changed the Activity stream source URL from
> > default http://.... to rtmp://192.169.1.2:1935/rtmp/live (my local net).
> > Stream is generated using ffmpeg and nginx rtmp module and works perfect
> on
> > Wowza, VLC etc.
> >
> > After successfull build and install application shows error:
> >
> > Error received from element uridecodebin0: NO URI handler implemented for
> > "rtmp".
> >
> > The tutorial is build on gstreamer1.0 and i thought that RTMP should be
> > out-of-the-box. What should i do to start receiving stream?
>
> You have to include the RTMP plugin in your application build, i.e. add
> it to the Android.mk:
> GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_NET_RESTRICTED)
>
> (or just rtmp).
>
> --
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150403/36f78b6b/attachment.html>


More information about the gstreamer-devel mailing list