<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/9 snowacki <span dir="ltr"><<a href="mailto:bastian.nowacki@gmail.com" target="_blank">bastian.nowacki@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

I successfully compiled and run tutorials for Windows under VS2010. I'm<br>
interested in playing live RTSP stream so I choose a tutorial which uses<br>
playbin2 and plays Sintel trailer from network - vod.<br>
<br>
Under windows it worked great. I modified code and set new pipeline to play<br>
RTSP live stream encoded in h264 under Windows:<br>
<br>
*rtspsrc ~> gstrtpptdemux ~> rtph264depay -> ffdec_h264 -> autovideosink<br>
*<br>
and it also works fine.<br>
<br>
Than I set development environment for Undroid on Windows as desribed here:<br>
<a href="http://docs.gstreamer.com/display/GstSDK/Installing+for+Android+development" target="_blank">http://docs.gstreamer.com/display/GstSDK/Installing+for+Android+development</a><br>
<br>
I managed to compile all Android-tutorials and run tutorial-5 which<br>
interested me.<br>
<br>
Than I modified its code and I used the same code handling my new pipeline<br>
which works under Windows.<br>
Unfortunately it doesn't work under Android.<br>
<br>
Initialization is completed, I receives PLAY, PAUSE events, but I have no<br>
image.<br>
<br>
Can anyone give me any ideas how to solve this problem?<br></blockquote><div><br></div><div>The first thing you need to check is if you have enabled the ffmpeg plugin. You need to add 'ffmpeg' to the  GSTREAMER_PLUGINS list.<br>

<br>Cheers,<br></div><div>Andoni<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I attached also output log from LogCat in Eclipse: log05.txt<br>
<br>
Best Regards,<br>
Sebastian<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Runnig-h264-live-stream-on-Android-using-GStreamer-tp4661499.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Runnig-h264-live-stream-on-Android-using-GStreamer-tp4661499.html</a><br>


Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<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>
</blockquote></div><br><br clear="all"><br>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a>
</div></div>