2011/6/2 Robert Szelepcsenyi <span dir="ltr">&lt;<a href="mailto:robert@tankred.sk">robert@tankred.sk</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
[...]<br>
For a standard mp2 satellite radio station I use something like this:<br>
<br>
gst-launch -v dvbsrc polarity=&quot;h&quot; adapter=2 frequency=12565000<br>
symbol-rate=27500 ! mpegtsdemux<br>
es-pids=880:881:882:1920:883:887:888:889:886:2563:2564:2565:1928:2560:1927:1<br>
925 name=demux  demux.audio_0370 ! queue2 ! mad ! audioconvert ! lame !<br>
shout2send ip=localhost port=8000 password=hackme mount=rs<br>
<br>
However, when I tune into a HE-AAC coded radio and replace &quot;mad&quot; with<br>
&quot;faad&quot;, the stream does not work.<br>
<br>
I tried to capture the stream into a file and play the file with VLC. It<br>
worked.<br></blockquote><div>[...]</div><div> </div><div>Hi,</div><div><br></div><div>this looks like it could be a bug in the mpegtsdemux element. The element is part of gst-plugins-bad and it actually had problems like this before (with other formats). What happened is that its output buffers had some extra garbage bytes prepended, which can confuse downstream elements of course. Maybe VLC skips over that.</div>
<div><br></div><div>I suggest that you open a bug report and attach a short sample file that can be analyzed. Just replace mpegtsdemux ... ! ... with filesink location=dump.ts, run gst-launch with -e option and Ctrl-C after some seconds.</div>
<div><br></div></div>-- <br>René<br>