Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ivtv: devel

Which card to buy?

 

 

ivtv devel RSS feed   Index | Next | Previous | View Threaded


ivtv at iamnota

Feb 14, 2003, 7:36 PM

Post #1 of 4 (1160 views)
Permalink
Which card to buy?

This is a re-send, as I sent from the wrong address
initially.

Hi, I've been searching around for a linux-friendly MPEG
encoder card for quite some time. It seems to me that this
effort is the most likely one to get an operational driver
in the near future.

I've been reading all the docs I can find, but I'm not
sure which are current and which have been invalidated by
new work. Since the SF about.html page is not yet there,
I'm posting my questions here - perhaps they could kick
of a FAQ page.

FYI, I'm looking specifically at the PVR-250(cheaper!),
though if there's any advantage of the 350 other than
hardware decoding, please point it out.

1. Is the tuner supported or is it to be supported in the
future?

2. I've heard that there's a new revision of the card
using a cheaper encode-only MPEG chip, are both supported
or will the new one be supported later?

3. How do I tell the difference when I'm buying my card,
given that the nearest supplier is over 2000km away.

4. Can a PVR-x50 co-exist with a standard TV card, and
can both be used concurrently?

Q2 and 3 are the most important, as I really don't want
to buy a card which is not supported, as the chances of
returning it are really, really low. For a $430 card, I
*might* be able to get them to open the box and look at
the chip to make the sale, but then again, I might not.

Thanks heaps,
glen.




-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] lists
https://lists.sourceforge.net/lists/listinfo/ivtv-devel


nufan_wfk at yahoo

Feb 15, 2003, 2:37 AM

Post #2 of 4 (1077 views)
Permalink
Re: Which card to buy? [In reply to]

> hardware decoding, please point it out.

the 350 has tv-out.. i believe the normal 250 has
decoding support, but you have to use the output of
your video card.. and it'll take some driver trickery.
Nothing too fancy though. I think it's a planned
feature for (much) lateron.

> 1. Is the tuner supported or is it to be supported
> in the future?

Tuner is fully functional, just there's no interface
for it yet. That's coming soon.

> 2. I've heard that there's a new revision of the
> card using a cheaper encode-only MPEG chip, are both
> supported or will the new one be supported later?

Unknown. Depends if the firmware is different, etc.
The basic driver should be easy to modify for the new
chip though.

> 3. How do I tell the difference when I'm buying my
> card, given that the nearest supplier is over 2000km

> away.

Encode-only chip has no heatsink

> 4. Can a PVR-x50 co-exist with a standard TV card,
> and can both be used concurrently?

Don't see why not.

> returning it are really, really low. For a $430
> card, I

Hauppage's site sells them for $149 USD.. i think. for
$430 you could almost buy 3 :)

-tmk

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] lists
https://lists.sourceforge.net/lists/listinfo/ivtv-devel


linpvr at projectplasma

Feb 15, 2003, 8:51 AM

Post #3 of 4 (1087 views)
Permalink
Re: Which card to buy? [In reply to]

On Sat, 15 Feb 2003, Glen Harris wrote:

> This is a re-send, as I sent from the wrong address
> initially.

Ok, I dropped that one :)

> I've been reading all the docs I can find, but I'm not
> sure which are current and which have been invalidated by
> new work. Since the SF about.html page is not yet there,
> I'm posting my questions here - perhaps they could kick
> of a FAQ page.

Sorry, big project at my paying job.

> 1. Is the tuner supported or is it to be supported in the
> future?

Are you really asking if the card can be used as a straight tuner card without
the compression engine?

The PVR-PCI uses the Conexant 878a to manage the PCI interface and perform
overlay functions and the kfir chip to do the compression engine stuff.
IIRC, as of kernel 2.4.20, the in kernel bttv module can use the PVR-PCI as a
straight tuner card (but no compression).

While I think the iTVC15 chip can provide a raw feed for those projects that
absolutely need one (gnomemeeting for instance), unlike the PVR-PCI, the
PVR-x50 series uses only that chip to manage everything. So you need a driver
for it either way.

> 2. I've heard that there's a new revision of the card
> using a cheaper encode-only MPEG chip, are both supported
> or will the new one be supported later?

Yes, the CX23416 (nee iTVC16) design is the one that's currently shipping on
the 250. I was hoping that Hauppauge would have changed the product number
when they did that. I have Windows driver code that states "now compatible
with the iTVC16", so there's probably some differences.

So the bad news is that there are differences, the good news (I hope) is that
the two parts are close enough that supporting the '16 based parts should be
easy enough if we can get the information on the changes necessary.

> 3. How do I tell the difference when I'm buying my card,
> given that the nearest supplier is over 2000km away.

I hate to say it, but I don't know.

> 4. Can a PVR-x50 co-exist with a standard TV card, and
> can both be used concurrently?

Shouldn't be a problem. Somebody on http://www.shspvr.com/forum/ got four
PVR-250's running concurrently under Windows. The only thing you need to
worry about is the chipset your motherboard is running. Older VIA sets have
issues with PCI bus-masters.

> Q2 and 3 are the most important, as I really don't want
> to buy a card which is not supported, as the chances of
> returning it are really, really low. For a $430 card, I
> *might* be able to get them to open the box and look at
> the chip to make the sale, but then again, I might not.

Oh, that's easy then. The older 250 has a heat-sink (which really should be a
fan). The newer one runs quite a bit cooler an doesn't. Another difference
is that the older design has two memory chips and the new one has only one.

If I can get my hands on a '16 based board I'll see what I can do to get it
working. If anybody has one now, if I get the chance, I'll try to come up
with a patch (or info delta so that Kevin can make the patch :) that we can
try out.

That said, there are other '15 based cards on the market but they're not easy
to find. Typically they're used in security monitoring applications. Google
for "itvc15" or "cx23415".

And we're still not quite stable, so perhaps you may want to sit on it for a
month or two.

> Thanks heaps,
> glen.

John



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] lists
https://lists.sourceforge.net/lists/listinfo/ivtv-devel


linpvr at projectplasma

Feb 15, 2003, 8:53 AM

Post #4 of 4 (1081 views)
Permalink
Re: Which card to buy? [In reply to]

On Sat, 15 Feb 2003, kevin thayer wrote:

> Hauppage's site sells them for $149 USD.. i think. for
> $430 you could almost buy 3 :)

I think "$430" is AUD which would be roughly US$250 :)

John



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel [at] lists
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

ivtv devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.