<div dir="ltr"><div><div><div><div><div><div>Hi Tim,<br><br></div>Thanks a lot for your point to point answers. I have done this changes and code runs properly but in the end It is giving some error and coming to the next line on terminal.<br><br></div>1. Error is generic error<br></div>2. and it says need X11 server<br><br></div>Do you have any idea about generic error and X11 server. I am not understanding the error of x11 server. I only undertood that i guess it is a problem of graphical user interface but I dont know the solution for the same. Please let me know if you have any idea about it.<br><br></div>thanks in advance.<br><br></div>-Chetan <br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><b><font color="#3d85c6">Thanks & Regards,</font></b><br><br></div><font color="#e69138"><b></b></font><div><div><b><font color="#ff7f00">Chetan Bele<br><br></font></b></div><font color="#808080">Masterand<br>Dr. Ing. h.c.F. Porsche AG<br>Elektronik Vorentwicklung Konzepte<br>Abteilung EEV<br>Porschestraße, D-71287 Weissach<br><br>Telefon: +49 711 911-87305<br>E-Mail:  <a href="/user/SendEmail.jtp?type=node&node=4672282&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a> <a href="/user/SendEmail.jtp?type=node&node=4672282&i=1" target="_top" rel="nofollow" link="external">[hidden email]</a></font><div><br></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Jun 8, 2015 at 5:41 PM, Tim Müller [via GStreamer-devel] <span dir="ltr"><<a href="/user/SendEmail.jtp?type=node&node=4672282&i=2" target="_top" rel="nofollow" link="external">[hidden email]</a>></span> wrote:<br><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">

        On Mon, 2015-06-08 at 08:11 -0700, chetan.bele wrote:
<br><br>Hi,
<br><br></span><span class="">> I have nexus 7 tablet and Ubuntu touch is installed on it. I want to see a
<br>> RTSP stream using Gstreamer.
<br>> I have installed gstreamer1.0-tools gstreamer1.0-plugins-good
<br>> gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad.
<br>> 
<br>> I have also tried to install "gstreamer1.0-ffmpeg" but then it gives an
<br>> error. I read on other websites and it says that you have to install
<br>> "gstreamer1.0-libav" though I have not yet installed as I don't have a
<br>> proper idea about it.
<br><br></span><span class="">In 0.10 the package was called gstreamer0.10-ffmpeg, in 1.x it's called
<br>gstreamer1.0-libav - same thing though.
<br><br></span><span class="">> Line on terminal:
<br>> gst-launch-1.0 rtspsrc connection-speed=100000 latency=0 buffer-mode=none
<br>> location=rtsp://admin:12345@<IP address>:8554/stream ! rtph264depay !
<br>> ffdec_h264 ! ffmpegcolorspace ! deinterlace mode=interlaced ! fpsdisplaysink
<br>> sync=false -v
<br>> 
<br>> Please suggest me what will be the solution for this. How can I overcome the
<br>> problem of ffpmeg and How can I get the stream on tablet?
<br><br></span><span class="">In 0.10 the elements were named ffdec_*, ffenc_* etc. in 1.x the
<br>elements are named avdec_* etc., so it's avdec_h264 now. You also need
<br>to use 'videoconvert' instead of 'ffmpegcolorspace'.
<br><br>Regards
<br> -Tim
<br>-- 
<br>Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" rel="nofollow" link="external" target="_blank">http://www.centricular.com</a><br><br>_______________________________________________
<br>gstreamer-devel mailing list
<br></span><a href="http:///user/SendEmail.jtp?type=node&node=4672197&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="nofollow" link="external" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>

        
        
        
        <br>
        <br>
        <hr color="#cccccc" size="1" noshade>
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://gstreamer-devel.966125.n4.nabble.com/Error-no-such-element-ffmpeg-tp4672196p4672197.html" target="_blank" rel="nofollow" link="external">http://gstreamer-devel.966125.n4.nabble.com/Error-no-such-element-ffmpeg-tp4672196p4672197.html</a>
        </div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from Error: no such element "ffmpeg", <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>
                <a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></blockquote></div><br></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Error-no-such-element-ffmpeg-tp4672196p4672282.html">Re: Error: no such element "ffmpeg"</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>