Hi,<br>
<br>
I was testing in a virtual machine (kubuntu on virtual box), because "rtspsrc" seems to be not ready yet on win32.<br>
And it seems that xvimagesink is not available in a VM (I am not sure
but I could not have it), that's why I tried with ximagesink.<br>
<br>
Thx for explanations.<br>
<br>
Sincerely<br><br>>It's needed to match the pixel aspect ratio of the video (usually non-square<br>
>pixels) to the display device (usually a computer monitor with square<br>
>pixels). Using xvimagesink allows scaling in the X server and then<br>
>videoscale usually isn't needed. It never does any harm to include it<br>
>regardless - it will negotiate to passthrough and do no work if possible.<br>
>J.<br>
<br><div><span class="gmail_quote">2008/4/9, Julien Isorce <<a href="mailto:julien.isorce@gmail.com">julien.isorce@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Ok I did what you recommended: add a videoscale between ffmpegcolorspace and ximagesink.<br>I did not get error this time, but the pipeline was blocked I think. So as usual, I thought the problem was about synchronisation.<br>
I tried several possibilities and I finally found one that works:<br><br><span style="color: rgb(51, 51, 255);">gst-launch-0.10 rtspsrc location="rtsp://<a href="http://mafreebox.freebox.fr/freeboxtv/201" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mafreebox.freebox.fr/freeboxtv/201</a>" ! rtpmp2tdepay ! flutsdemux name=d d. ! mpeg2dec ! queue ! ffmpegcolorspace ! videoscale ! ximagesink d. ! mad ! queue ! alsasink<br>
<br><span style="color: rgb(0, 0, 0);">So thx for the idea of "videoscale". <br>Do you know why this element is needed ?<br><br>I will now try to experiment the </span></span><span style="color: rgb(0, 0, 153);">netsim element from farsight plugin</span>. <br>
Any advise about this element would be appreciated.<br><span style="color: rgb(51, 51, 255);"><span style="color: rgb(0, 0, 0);"><br>Sincerely<br><br>Julien I.<br></span></span><br><div><span class="gmail_quote">2008/4/9, Zaheer Merali <<a href="mailto:zaheermerali@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">zaheermerali@gmail.com</a>>:</span><div>
<span class="e" id="q_119342c30f84b5a5_1"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Apr 8, 2008 at 11:29 PM, Julien Isorce <<a href="mailto:julien.isorce@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">julien.isorce@gmail.com</a>> wrote:<br> > Hi,<br> ><br>
> The following pipeline works fine:(sound + video)<br> > gst-launch-0.10 playbin uri="rtsp://<a href="http://mafreebox.freebox.fr/freeboxtv/201" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mafreebox.freebox.fr/freeboxtv/201</a>"<br>
><br> ><br> > I tried with -v option to have informations of the pipeline made then I<br> > tried:<br> ><br> > gst-launch-0.10 rtspsrc location="rtsp://<a href="http://mafreebox.freebox.fr/freeboxtv/201" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mafreebox.freebox.fr/freeboxtv/201</a>"<br>
> ! rtpmp2tdepay ! flutsdemux name=d d. ! queue ! mpeg2dec ! ffmpegcolorspace<br> > ! ximagesink d. ! mad ! alsasink<br> ><br> <br> <br>Try adding a videoscale between ffmpegcolorspace and ximagesink.<br> <br> Zaheer<br>
<br><br> > but it is not working, log :<br> ><br> > "<br> > ERREUR: de l'élément /pipeline0/rtspsrc0/udpsrc0 : Erreur de données de flux<br> > interne.<br> > ...<br> > streaming task paused, reason not-negociated (-4)<br>
> ...<br> > ""<br> ><br> > Where am I wrong in the command line ?<br> ><br> ><br> > Then I want to use the netsim element from farsight plugin. Do I have to<br> > insert it between rtspsrc and rtpmp2tdepay ?<br>
><br> > Thx<br> ><br> ><br> ><br> <br>> -------------------------------------------------------------------------<br> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br> > Register now and save $200. Hurry, offer ends at 11:59 p.m.,<br>
> Monday, April 7! Use priority code J8TLD2.<br> ><br> > <a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><br>
> _______________________________________________<br> > gstreamer-devel mailing list<br> > <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">gstreamer-devel@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
><br> ><br> </blockquote></span></div></div><br>
</blockquote></div><br>