<div dir="ltr">Hi<div><br></div><div>I have added that plugin but still I am not able to play stream. In the app it keeps showing "state changed to Pause" even on pressing the play button again and again. I saw the logcat output</div><div><br></div><div>In the second line in log I saw "I/VideoCapabilities(16348): Unsupported profile 4 for video/mp4v-es". Is this the problem? </div><div>After second line it keeps showing "W/GStreamer+tutorial-5(16348): 0:00:02.743995118 0xb7a64b20 jni/tutorial-5.c:144:refresh_ui Could not query current position (normal for still pictures)"  this message again and again.</div><div><br></div><div>If this helps, I take RGB data, then convert it into YUV data (NV12) and then encode it into h264 data. I am able to open this stream in vlc on desktop, on web using vlc npapi plugin  and in android using default MediaPlayer and vlc app for Android</div><div>I have Nexus 4 Device. Android Version 5.0.1</div><div><br></div><div>I am attaching the logcat file for reference</div><div><br></div><div>Regards</div><div>Pankaj Bansal</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 30, 2014 at 10:12 PM, nero88 <span dir="ltr"><<a href="mailto:vazlup@gmail.com" target="_blank">vazlup@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
You need extra plugins for h264 :<br>
GSTREAMER_PLUGINS         := $(GSTREAMER_PLUGINS_CORE)<br>
$(GSTREAMER_PLUGINS_PLAYBACK) $(GSTREAMER_PLUGINS_CODECS)<br>
$(GSTREAMER_PLUGINS_NET) $(GSTREAMER_PLUGINS_SYS)<br>
$(GSTREAMER_PLUGINS_CODECS_RESTRICTED)<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Using-GStreamer-as-RTSP-Client-tp4670048p4670053.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Using-GStreamer-as-RTSP-Client-tp4670048p4670053.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>