Hi,<br><br>I am trying to play nicely a usual mpegts stream from network. (720p h264/ac3 mpegts over udp multicast)<br>The pipeline is: <br>gst-launch uridecodebin uri=<a href="http://239.102.101.3:1013">239.102.101.3:1013</a> ! then audio and video renderers.<br>
My network interface is connected in 1GO.<br><br>With default properties, the video has a lot of macro block. If I record the network packets in a pcap file then <br>I can perfeclty play the stream using pcapparse.<br>So I think the problem comes from some buffering pbs.<br>
<br>When configuring with some heuristics use-buffering=1, buffer-duration and buffer-size properties of uridecodebin,<br>the video contains less macro blocks but it still contains enough block to make me fill it's not normal.<br>
<br>With VLC the stream is played almost perfectly.<br><br>Am I doing something wrong ? Should I need a something like a jitterbuffer (no rtp here) ?<br><br>Any help would be appreciated.<br>Sincerely<br>Julien Isorce<br>
<br>