Hi,<div class="gmail_quote">    There is nothing wrong in both the pipeline, i tried then on my system and they worked fine. Just try running szap and lock to a perticular frequency and then try the pipeline.<br>     Yes the message you are getting are the EPG information.<br>
<br><br><br>On Wed, Apr 29, 2009 at 4:51 PM, Krzysztof Adamski <span dir="ltr">&lt;krzysztof.adamski@korbank.pl&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m trying to play streams (at least FTA) from my DVB-S card using<br>
gstreamer but after couple hours of testing i&#39;m still having problems.<br>
Hope someone can help me..<br>
<br>
First I was trying to get video using dvbsrc.. it works when i&#39;m saving<br>
it to file with following pipeline:<br>
gst-launch-0.10 -m dvbsrc adapter=0 frequency=10719000 pids=163:92 \<br>
  polarity=v symbol-rate=27500 ! filesink location=/tmp/1.ts<br>
<br>
Now i&#39;m able to play the file (with smooth video) using:<br>
gst-launch -m filesrc location=/tmp/1.ts ! mpegtsdemux es-pids=163:92\<br>
 !  mpeg2dec ! ffmpegcolorspace ! xvimagesink<br>
<br>
So far it&#39;s good, the problems starts when I&#39;m trying to watch live<br>
wideo. I&#39;m using following pipline to do that:<br>
gst-launch-0.10 -m dvbsrc adapter=0 frequency=10719000 pids=163:92 \<br>
  polarity=v symbol-rate=27500 ! mpegtsdemux es-pids=163:92 ! mpeg2dec \<br>
  ! ffmpegcolorspace ! xvimagesink<br>
<br>
The video is shown but it is not smooth.. it shows 1 frame, then it<br>
stops for a while (sometimes half of secound, sometimes 2 seconds, it<br>
depends) and play another frame.. sometimes it works fine for a second<br>
or two and then stops again and so on.. Any ideas on why it&#39;s working<br>
like this?<br>
<br>
I have also tried using dvbbasebin with slightly changed pipline (using<br>
program-numbers instead of pids):<br>
gst-launch-0.10 -m dvbbasebin adapter=0 frequency=10719000 \<br>
program-numbers=4404 polarity=v symbol-rate=27500 \<br>
.program_4404 ! filesink location=/tmp/1.ts<br>
<br>
While running that i&#39;m getting some messages from mpegtsparse0 with eit<br>
and sdt elements but and the file /tmp/1.ts seams to contain only this<br>
packets (it has 8kb after a minute of playing and viewing it in ghex<br>
shows this are MPEG packages with some text information about channels).<br>
Is this EPG or something? Why there is no video?<br>
<br>
Anybody could point me out what I&#39;m doing wrong?<br>
<br>
<br>
------------------------------------------------------------------------------<br>
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your<br>
production scanning environment may not be a perfect world - but thanks to<br>
Kodak, there&#39;s a perfect scanner to get the job done! With the NEW KODAK i700<br>
Series Scanner you&#39;ll get full speed at 300 dpi even with all image<br>
processing features enabled. <a href="http://p.sf.net/sfu/kodak-com" target="_blank">http://p.sf.net/sfu/kodak-com</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>