<div dir="ltr">Is any tutorial about video or audiostreaming?In ubuntu 12.04 desktop I would use this pipeline to stream webm <br><br>gst-launch v4l2src ! video/x-raw-yuv,framerate=10/1<div>,width=320,height=240
 ! vp8enc ! webmmux streamable=true ! queue ! shout2send ip=myip 
port=8000 username=source password=*your-gisstv-pass* 
mount=*my-mountpoint*<br>
<br></div><div>Now, I am using gst_parse-launch to launch this pipeline,
 and I believe that I need to include camera.hardware ects in android 
manifest, and supply MediaUri in tutorial 5 for native class Camera in 
android.This is right?Any help,please?<br>
<br></div><div>Thanks in advance,<br><br></div>Beka</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/25 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian.droege@collabora.co.uk" target="_blank">sebastian.droege@collabora.co.uk</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sa, 2013-05-25 at 12:01 -0400, Brian McKeon wrote:<br>
><br>
> Hi all,<br>
><br>
> I've managed to build the gstreamer 1.0 sdk for android via cerbero<br>
> and now I've moved on to building the tutorials.<br>
><br>
> I managed to get tutorial #1 working, but I'm running into build<br>
> issues with tutorial #5.<br>
><br>
> It seems that the tutorials are still coded against the 0.10 branch.<br>
><br>
> So I'm wondering if there are any plans to bring these up to date in<br>
> the near future.<br>
><br>
> I'm going to keep trying to get it working, but if anyone's already<br>
> done this, please let me know.<br>
><br>
> It would save me a lot of time.<br>
<br>
</div></div>Hi,<br>
<br>
there's no real plan to update them because the SDK will still target<br>
0.10 for the near future. I had a branch for tutorial 5 here that was<br>
working, will try to find it again :)<br>
<br>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br></blockquote></div><br></div>