<div dir="ltr">Thank you very much that did it. Synchronization is perfect now. <br><br>Julien<br><br><div class="gmail_quote">2008/7/17 Zaheer Merali &lt;<a href="mailto:zaheermerali@gmail.com">zaheermerali@gmail.com</a>&gt;:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Wed, Jul 16, 2008 at 6:46 PM, Julien Pauty &lt;<a href="mailto:julien.pauty@gmail.com">julien.pauty@gmail.com</a>&gt; wrote:<br>

&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m writing an application to watch DVB-T tv. I&#39;m using the dvbsrc and the<br>
&gt; flutsdemux elements. Unfortunatelly, I can&#39;t get the sound and video in<br>
&gt; sync: the sound is always a bit late. This is the pipeline I came up with:<br>
&gt;<br>
&gt; gst-launch -v dvbsrc do-timestamp=true modulation=AUTO trans-mode=AUTO<br>
&gt; bandwidth=AUTO frequency=586000000 code-rate-lp=AUTO &nbsp;guard=AUTO<br>
&gt; hierarchy=NONE pids=16:17:18:110:120:130:140 ! flutsdemux &nbsp;name=demux<br>
&gt; program-number=257 ! &nbsp;queue max-size-buffers=0 max-size-time=0 ! &nbsp;mpeg2dec<br>
&gt; ! xvimagesink sync=false &nbsp;demux. ! queue max-size-buffers=0 max-size-time=0<br>
&gt; ! mad ! alsasink sync=false<br>
<br>
</div>Change sync=false to sync=true, assuming you are using recent<br>
gstreamer, gst-plugins-base and flutsdemux.<br>
<br>
Zaheer<br>
<div class="Ih2E3d">&gt;<br>
&gt; I got there using some source files from flumotion, but I am a bit stuck<br>
&gt; now. I tried to tune various parameters such the &quot;slave-method&quot; and<br>
&gt; &quot;provide-clock&quot; of the alsasink. I also tried to change parameters on the<br>
&gt; dvbsrc. This improves synchronization a bit, but the result is never in<br>
&gt; sync. After all those trials I thought that I probably do something wrong.<br>
&gt;<br>
&gt; Thank you for your help,<br>
&gt;<br>
&gt; Julien<br>
&gt;<br>
&gt;<br>
</div>&gt; -------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great<br>
&gt; prizes<br>
&gt; Grand prize is a trip for two to an Open Source event anywhere in the world<br>
&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>