<!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; Hello and thanks for your help. I really need to overcome this
problem.<br>
<br>
&nbsp;&nbsp;&nbsp; I have tried with the parser element&nbsp; (<i>mpegtsparse</i>) and with
the <i>rtpmp2tpay</i>/<i>rtpmp2tdepay</i> elements but it does not
improve.<br>
<br>
&nbsp;&nbsp;&nbsp; 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.&nbsp; <br>
<br>
&nbsp;&nbsp;&nbsp; One more annoying/curious thing. If I do this:<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; sender: <i>videosrc ! x264enc ! queue ! flutsmux ! udpsink
host=192.168.0.2 port=8000</i><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; receiver: <i>gst-launch-0.10 udpsrc port=8000 ! queue !
filesink location=test.ts</i><br>
and I play the file (<i>vlc test.ts</i>), 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: <i>gst-launch-0.10 udpsrc port=8434 ! queue ! flutsdemux !
'video/x-h264,width=640,height=480' ! decodebin ! xvimagesink</i>).<br>
<br>
&nbsp;&nbsp;&nbsp; I am completely lost with this!&nbsp; <span class="moz-smiley-s3"><span>
;-) </span></span><br>
<br>
&nbsp;&nbsp;&nbsp; Thank you very much.<br>
&nbsp;&nbsp;&nbsp; All the best.<br>
&nbsp;&nbsp;&nbsp; Favila.<br>
</body>
</html>