[mythtv] Database question/problem

John mythtv-dev@snowman.net
Fri, 11 Oct 2002 14:28:09 -0400 (EDT)


> Might want to try using alsa and seeing if that clears up the sound
> problems.

OK,  I am working on getting that installed.

> Readable enough, thanks.  Again, there's nothing wrong there..  Just to
> verify, can you stick this line in channel.cpp, right above the line you
>  modified (165):
>
> cout << channame << " " << i << " " << curList[i].freq << endl;
>
> And just send me the output when you tune to channel 25 or whatever..
> By  chance, xawtv isn't also off-by-one like this, is it?
>

This is the line printed when I change to channel 25 from mythtv:

25 24 229250


This is the entire output from mythfrontend.  The initial channel is 21 in
my theme.txt.  I then changed to channel 25 directly, then I hit the down
arrow once.  And yes xawtv is also off-by-one.

mythfrontend
Probed: Television
Probed: Composite1
21 20 163250
Changing from None to WatchingLiveTV
strange error flushing buffer ...
Using XV port 56
25 24 229250
24 23 223250
Changing from WatchingLiveTV to None



John