<br>
    Hi all,<br>
<br>
I am having problems with the <i>flutsmux/flutsdemux </i>gstreamer elements. I do streaming from a PC to another, but what I can display is a very bad quality video. But if I <u>just replace</u> these elements by <i>rtph264pay/rtph264depay</i> in the pipelines, it goes perfectly.<br>

<br>
    It is a performance problem? Is there some other couple
muxer/demuxer for MPEG2 Transport Stream? Is there something that I can
do to improve the performance (such as add queues, or something like
that? I have read that &quot;flu&quot; comes from &quot;fluendo&quot;, a fantastic company
(I have seen their web page and their products are incredible) ... do
they have a &quot;faster&quot; muxer/demuxer to buy it? It could be a version
problem (using gst-fluendo-mpegmux version 0.10.4)?<br>
<br>
    The pipelines, by the way, are:<br>
        Sender: <i>gst-launch-0.10 v4l2src ! 
&#39;video/x-raw-yuv,format=(fourcc)I420,width=640,height=480,framerate=(fraction)25/1&#39;
! x264enc ! queue ! flutsmux ! udpsink host=192.168.0.2 port=8000</i><br>
        Receiver:  <i>gst-launch-0.10 udpsrc port=8000 ! queue ! flutsdemux ! &#39;video/x-h264,width=640,height=480&#39; ! decodebin ! autovideosink</i><br>
<br>
    Thank you very much one more time.<br>
    Regards,<br>
    Favila.