<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&nbsp;&nbsp;&nbsp; Hi Wim, thank you very much.<br>
<br>
&nbsp;&nbsp;&nbsp; You are right ... just a simple queue ... <span
 class="moz-smiley-s10"><span> &gt;:o </span></span><br>
<br>
&nbsp;&nbsp;&nbsp; Would you mind to read a new post that I have written an hour ago
named "<i>Flutsmux wrong TS headers?</i>". Even with the queue, the <i>flutsdemux</i>
at the receiver reports errors, and also the error can be displayed
when you analyze with <i>wireshark</i> the sender output flow.<br>
<br>
&nbsp;&nbsp;&nbsp; If it is a bug in the <i>flutsmux</i> element, how should I fix
it? (I am using gst-fluendo-mpegmux version 0.10.4).<br>
<br>
&nbsp;&nbsp;&nbsp; Thank you very much! I really appreciate your help.<br>
&nbsp;&nbsp;&nbsp; All the best.<br>
&nbsp;&nbsp;&nbsp; Favila.<br>
<br>
<br>
Wim Taymans wrote:
<blockquote cite="mid:1242913150.14017.78.camel@metal" type="cite">
  <pre wrap="">On Wed, 2009-05-20 at 11:54 +0200, Favila Deba wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">    Hello and thanks for your help. I really need to overcome this
problem.

    I have tried with the parser element  (mpegtsparse) and with the
rtpmp2tpay/rtpmp2tdepay elements but it does not improve.

    File after the encoder in the sender and file after the demuxer in
the receiver part are not identical, but should they be identical
bitwise? But they are pretty similar files, it is hard to compare but
maybe only first headers are differents.  

    One more annoying/curious thing. If I do this:
        sender: videosrc ! x264enc ! queue ! flutsmux ! udpsink
host=192.168.0.2 port=8000
        receiver: gst-launch-0.10 udpsrc port=8000 ! queue ! filesink
location=test.ts
and I play the file (vlc test.ts), it plays
perfectly!!!!!!!!!!!!!!! ???????????????????, but if I try to play it
alive, it is a mess!!! (and the CPU load is not a problem at all)
(using: gst-launch-0.10 udpsrc port=8434 ! queue ! flutsdemux !
'video/x-h264,width=640,height=480' ! decodebin ! xvimagesink).

    </pre>
  </blockquote>
  <pre wrap=""><!---->
You need a queue in that pipeline (before xvimagesink). This works fine
for me:

gst-launch-0.10 udpsrc port=8434 ! mpegtsdemux ! queue ! ffdec_h264 !
xvimagesink

Wim


  </pre>
  <blockquote type="cite">
    <pre wrap="">    I am completely lost with this!  ;-) 

    Thank you very much.
    All the best.
    Favila.
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers &amp; brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &amp; 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, &amp; Big Spaceship. <a class="moz-txt-link-freetext" href="http://www.creativitycat.com">http://www.creativitycat.com</a> 
_______________________________________________ gstreamer-devel mailing list <a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers &amp; brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &amp; 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, &amp; Big Spaceship. <a class="moz-txt-link-freetext" href="http://www.creativitycat.com">http://www.creativitycat.com</a> 
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>