* [linux-dvb] Symbol rate
@ 2008-05-07 14:15 alireza ghahremanian
2008-05-07 15:11 ` Igor
2008-05-12 15:20 ` [linux-dvb] Terratec Cinergy PCI C HDTV nick
0 siblings, 2 replies; 7+ messages in thread
From: alireza ghahremanian @ 2008-05-07 14:15 UTC (permalink / raw)
To: linux-dvb
What is the maximum symbol rate supported by dvb cards?
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Symbol rate
2008-05-07 14:15 [linux-dvb] Symbol rate alireza ghahremanian
@ 2008-05-07 15:11 ` Igor
2008-05-12 15:20 ` [linux-dvb] Terratec Cinergy PCI C HDTV nick
1 sibling, 0 replies; 7+ messages in thread
From: Igor @ 2008-05-07 15:11 UTC (permalink / raw)
To: alireza ghahremanian; +Cc: linux-dvb
I think 45Msps
Igor
> What is the maximum symbol rate supported by dvb cards?
>
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* [linux-dvb] Terratec Cinergy PCI C HDTV
2008-05-07 14:15 [linux-dvb] Symbol rate alireza ghahremanian
2008-05-07 15:11 ` Igor
@ 2008-05-12 15:20 ` nick
2008-05-13 11:24 ` Antti Palosaari
1 sibling, 1 reply; 7+ messages in thread
From: nick @ 2008-05-12 15:20 UTC (permalink / raw)
To: linux-dvb
Hi - Has anybody successfully managed to watch HDTV using the Terratec Cinergy
PCI C card? If is switch to a HD channel using Kaffeine nothing happens and
after a couple of minutes the program freezes and does not reponse anymore.
Any ideas what I might have done wrong? Thanks Nick
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* [linux-dvb] Terratec Cinergy PCI C HDTV
@ 2008-05-12 18:00 nick
2008-05-13 11:08 ` Roland Scheidegger
0 siblings, 1 reply; 7+ messages in thread
From: nick @ 2008-05-12 18:00 UTC (permalink / raw)
To: linux-dvb
Hi - Has anybody successfully managed to watch HDTV using the Terratec Cinergy
PCI C card? If is switch to a HD channel using Kaffeine nothing happens and
after a couple of minutes the program freezes and does not reponse anymore.
Any ideas what I might have done wrong? Thanks Nick
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Terratec Cinergy PCI C HDTV
2008-05-12 18:00 nick
@ 2008-05-13 11:08 ` Roland Scheidegger
0 siblings, 0 replies; 7+ messages in thread
From: Roland Scheidegger @ 2008-05-13 11:08 UTC (permalink / raw)
To: nick; +Cc: linux-dvb
On 12.05.2008 20:00, nick wrote:
> Hi - Has anybody successfully managed to watch HDTV using the Terratec Cinergy
> PCI C card? If is switch to a HD channel using Kaffeine nothing happens and
> after a couple of minutes the program freezes and does not reponse anymore.
> Any ideas what I might have done wrong? Thanks Nick
I'm no expert here, but as far as I can tell the hardware driver has
nothing to do with it. These budget cards always capture the whole
transport stream and use software demux to get the parts which are
requested, they don't care at all what type of data is in the stream
(and even if they'd have hardware demux, it's possible they could do it
but is not implemented, they still wouldn't care about the type of
data). If it doesn't work, it's likely kaffeine/libxine/ffmpeg's fault.
For the record, when I got the chance to play with this, it indeed
"kinda" worked, but it was so unstable it usually segfaulted within a
second or so - apparently libxine (1.12) didn't like the stream too
much. Or maybe it's because my cpu was too slow and it had to drop
frames that it crashed (which would be bad behaviour indeed...), though
I think there are still problems with some of the h.264 features HD
channels might use (like PAFF interlacing). Maybe you'd have more luck
with cvs libxine, YMMV.
Roland
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Terratec Cinergy PCI C HDTV
2008-05-12 15:20 ` [linux-dvb] Terratec Cinergy PCI C HDTV nick
@ 2008-05-13 11:24 ` Antti Palosaari
2008-05-13 12:11 ` Roland Scheidegger
0 siblings, 1 reply; 7+ messages in thread
From: Antti Palosaari @ 2008-05-13 11:24 UTC (permalink / raw)
To: nick; +Cc: linux-dvb
nick kirjoitti:
> Hi - Has anybody successfully managed to watch HDTV using the Terratec Cinergy
> PCI C card? If is switch to a HD channel using Kaffeine nothing happens and
> after a couple of minutes the program freezes and does not reponse anymore.
> Any ideas what I might have done wrong? Thanks Nick
There might be bug in the driver.
Someone has similar problem in unbuntu-fi forum and he has hacked driver
to get it working. Hacked solution is most probably wrong and could be
break other functionality. Feel free to try.
http://forum.ubuntu-fi.org/index.php?topic=18193.0
regards
Antti
--
http://palosaari.fi/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [linux-dvb] Terratec Cinergy PCI C HDTV
2008-05-13 11:24 ` Antti Palosaari
@ 2008-05-13 12:11 ` Roland Scheidegger
0 siblings, 0 replies; 7+ messages in thread
From: Roland Scheidegger @ 2008-05-13 12:11 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-dvb
On 13.05.2008 13:24, Antti Palosaari wrote:
> nick kirjoitti:
>> Hi - Has anybody successfully managed to watch HDTV using the Terratec Cinergy
>> PCI C card? If is switch to a HD channel using Kaffeine nothing happens and
>> after a couple of minutes the program freezes and does not reponse anymore.
>> Any ideas what I might have done wrong? Thanks Nick
>
> There might be bug in the driver.
>
> Someone has similar problem in unbuntu-fi forum and he has hacked driver
> to get it working. Hacked solution is most probably wrong and could be
> break other functionality. Feel free to try.
> http://forum.ubuntu-fi.org/index.php?topic=18193.0
No, this bug got fixed recently (and it broke the driver completely, the
parent poster only seems to have trouble with HD channels).
Roland
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-05-13 12:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 14:15 [linux-dvb] Symbol rate alireza ghahremanian
2008-05-07 15:11 ` Igor
2008-05-12 15:20 ` [linux-dvb] Terratec Cinergy PCI C HDTV nick
2008-05-13 11:24 ` Antti Palosaari
2008-05-13 12:11 ` Roland Scheidegger
-- strict thread matches above, loose matches on Subject: below --
2008-05-12 18:00 nick
2008-05-13 11:08 ` Roland Scheidegger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox