[mythtv] libNuppelVideo and switching modes

Isaac Richards mythtv-dev@snowman.net
Thu, 11 Jul 2002 01:59:03 -0400


On Wednesday 10 July 2002 08:24 pm, you wrote:
> Regarding Nuppelvideo and the heavily modified libNuppelVideo, I am a bit
> confused as to how nuppelvideo works to display the TV.
>
> 1. How did you hack nuppelvideo so it does not need to use xawtv to put the
> card into the right state?

I just made it properly initialize the card, it wasn't doing it completely 
before.  If you browse through the CVS tree, you can probably find the commit 
with that change in it -- I think it's in tv/channel.cpp

> 2. Are those states TV RF(composite) input to the card and regular video
> input?

Currently, it just deals with the RF input.

> 3. Since myth tv uses a hacked nuppelvideo lib, can you switch to and from
> tuner ==> video input with myth tv? I have direct tv and analog cable tv.
> Can I build functionality into myth to accomodate both or would be a big
> pain?

Can't switch between em in the current codebase, no.  It really shouldn't be 
all that hard to implement it, though.  I'd be happy to give you pointers and 
eventually accept a patch that does that, if you're so inclined to work on 
one =)

Isaac