<div dir="ltr">Hello, Sebastian!<br><br>Thank you, my stream is now running (with little NDK c code modification using linux SDK tutorials regarding streaming).<div>But now i have one problem: i have about 10 sec delay.</div><div>As i know GStreamer is dealing with buffering itself.</div><div>So the question is: how could i reduce stream delay near to real-time video without buffering?</div><div><br></div><div>Regards, Dmitri</div></div><br><div class="gmail_quote">пт, 3 апр. 2015 г. в 6:39, Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Do, 2015-04-02 at 22:08 +0000, Dmitri Afanasjev wrote:<br>
> Hello!<br>
><br>
> I'm developing Android app which plays RTMP stream. I've started with SDK<br>
> Tutorial 5 + NDK and have changed the Activity stream source URL from<br>
> default http://.... to rtmp://<a href="http://192.169.1.2:1935/rtmp/live" target="_blank">192.169.1.2:1935/rtmp/<u></u>live</a> (my local net).<br>
> Stream is generated using ffmpeg and nginx rtmp module and works perfect on<br>
> Wowza, VLC etc.<br>
><br>
> After successfull build and install application shows error:<br>
><br>
> Error received from element uridecodebin0: NO URI handler implemented for<br>
> "rtmp".<br>
><br>
> The tutorial is build on gstreamer1.0 and i thought that RTMP should be<br>
> out-of-the-box. What should i do to start receiving stream?<br>
<br>
You have to include the RTMP plugin in your application build, i.e. add<br>
it to the Android.mk:<br>
GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_NET_<u></u>RESTRICTED)<br>
<br>
(or just rtmp).<br>
<br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</blockquote></div>