<div class="gmail_quote"><br><br>Hi,<br><br>I'm trying to capture 1 whole Transport Stream (TS) from my card.<br>These are the output from my dvbstream command:<br><br>[root@dvstation dvbstream]# ./dvbstream -f 554000 -s 6875 -qam 256 -n 30 8192 >
test.ts<div class="Ih2E3d"><br><br>dvbstream v0.7 - (C) Dave Chapman 2001-2004<br>Released under the GPL.<br>Latest version available from <a href="http://www.linuxstb.org/" target="_blank">http://www.linuxstb.org/</a><br>
</div>Tuning to 554000 Hz<br>Using DVB card "ST STV0297 DVB-C", freq=554000
<br>tuning DVB-C to 554000000, srate=6875000<br>Getting frontend status<br>Event: Frequency: 554000000<br> SymbolRate: 6874000<br> FEC_inner: 0<br>Bit error rate: 0<br>Signal strength: 841<br>SNR: 6301<br>
UNC: 0<br>FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC<br>dvbstream will stop after 30 seconds (0 minutes)<br>Output to stdout<br>Streaming 1 stream<br><br>**************************************************************************************************************************
<br><br>However, when I try to play back the file via VLC, I received a lot of these messages <br>(these are just some of the messages):<br><br>ts warning: discontinuity received 0xf instead of 0xd (pid=33)<br>ts warning: discontinuity received 0x8 instead of 0x7 (pid=35)
<br>ts warning: discontinuity received 0x5 instead of 0x2 (pid=34)<br><br>ts debug: pid[34] unknown<br><br>ts debug: transport_error_indicator set (pid=35)<br>ts debug: transport_error_indicator set (pid=34)<br><br>It seems that the TS that I capture from the card has a lot of Transport & Continuity count error.
<br><br>Also, when I analyse the Pids through dvbstream, I realise the Pids are actually increasing when the Pids for the normal stream is fixed!<br>Basically, I run the -analyse command & print the output to a file<br>
When I checked the number of Pids found, it was about 60+<br>5 seconds later, it increased to about 70+<br>and it keeps increasing...<br>However, all this numbers are wrong because I have previously confirmed that the TS itself only has 55 Pids!
<br>Is the dvbstream somehow adding the Pids?<br><br>Have anyone experience this problem before?<br>Or it there a solution to this.<br><br>Thank you very much.<br><br>Regards,<br><font color="#888888">HY<br><br>
</font></div><br>