RTMP client GStreamer1.0 Android

Sebastian Dröge sebastian at centricular.com
Thu Apr 2 20:41:59 PDT 2015


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
-------------- 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/20150402/ea48232f/attachment.sig>


More information about the gstreamer-devel mailing list