Re: [mythtv-users] Mythweb Duplicates Deactivated Default Behavior

2005-04-03 Thread Chris Petersen
The CookieDomain docs say that it has to be a string starting with a
dot and containing at least one more internal dot.  Since I access
my myth machine as simply "boots", I wasn't sure what to use here.
Ahh, yeah, that might be an issue.  Though in this case, "boots" would 
be the subdomain and your computer would add whatever search domain it's 
configured for as the master domain.

I tried changing ServerName to boots.foo.local and setting
CookieDomain to .foo.local, but that didn't help.
remove the first dot -- it gets added as needed in the code.
I noticed that Debian's apache2 has very few modules enabled by
default.  I've got just these ones enabled:
  actions cgi php4 userdir usertrack
Am I missing something else crucial?
Nope, nothing special needed (that I can think of) other than php.
-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Re: Time change causes problems

2005-04-03 Thread Jim Turpin
Lol, Today is my first day on this list (due to the TZ problem) and I was
thinking the same thing

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Isaac Richards
Sent: Monday, April 04, 2005 12:06 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Re: Time change causes problems

On Monday 04 April 2005 02:03 am, kmberry wrote:
> I have the same problem and I am in EST.  Running mythfilldatabase
> repeatedly after setting the  timezone correction for xmltv using
> mythtvsetup to any value does nothing.  Nothing wrong with my system
> clock because it automatically corrected.

Doesn't anybody here bother to read previous messages before posting?

Isaac
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: Time change causes problems

2005-04-03 Thread Isaac Richards
On Monday 04 April 2005 02:03 am, kmberry wrote:
> I have the same problem and I am in EST.  Running mythfilldatabase
> repeatedly after setting the  timezone correction for xmltv using
> mythtvsetup to any value does nothing.  Nothing wrong with my system
> clock because it automatically corrected.

Doesn't anybody here bother to read previous messages before posting?

Isaac
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re-Compile With Non-Default Options

2005-04-03 Thread Michael Haan
I'm not sure what the default gentoo e-builds for mytht include, but I
just dropped the dime on an HDTV and may want to include the firewire
support.  My best guess is that means a manual re/compile.  Is that
true?  How do I do that?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Time change causes problems

2005-04-03 Thread kmberry
I have the same problem and I am in EST.  Running mythfilldatabase 
repeatedly after setting the  timezone correction for xmltv using 
mythtvsetup to any value does nothing.  Nothing wrong with my system 
clock because it automatically corrected.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] nuvexport cli options

2005-04-03 Thread Brad Benson
> As for the "quiet" stuff, I'd much rather just overload print so that
> you don't have to add "if (arg('quiet'))"  or something like that to
> every place the code prints a report.  But at that point, it might be
> better to have --quiet for hiding only the progress indicator, and
> --very-quiet for hiding everything except for STDERR.

Good idea.  Which got me thinking that my main goal with the quiet
flag would be to allow nuvexport to run fully automated as a user job
from within myth.  Along those lines, what do you think about
overloading print to update the job queue status field in mysql if the
proc is run from the job queue?  This way we'll have normal output,
--quiet to hide the progress indicator, --very-quiet to hide
everything (for normal script usage) and --jobqueue (or whatever)
which would output errors and normal progress (starting encoder,
encode complete, etc) to stdout and the job queue status field, but
instead of a progress indicator on screen it would update the job
queue status field with the completion percentage every 5% (or
whatever).

I've been looking into overloading print just for the --quiet flag and
I've been having some problems.  My perl is a little rusty, but I
thought I'd throw this idea out there and see what people think of it
while I brush up on the skills I need to implement it.

Brad
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Time change causes problems

2005-04-03 Thread Jim Turpin
Yeah, I tried the mythfilldatabase rebooted a few times and I still have
this problem I am also running qt-3.3.4-5.0.3.kde. One of these days I'll
get tis fixed off my to do list. It seems as though most of them are Qt
related so I was hoping for an update and they'd all disappear. First it was
my buttons staying down and now this time zone issue *sigh*

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Garry Cook
Sent: Sunday, April 03, 2005 11:14 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Time change causes problems

On Apr 3, 2005 11:06 PM, Jim Turpin <[EMAIL PROTECTED]> wrote:
> I tried the Phoenix time zone in attempt as a temporary fix to the QT
> problem. However it sets my time an hour early. Which I guess is tolerable
> until there's a patch for QT (which I hope is soon Coming). I tried to
roll
> back Qt and Qt-Mysql, but there were so many dependencies it didn't seem
> like a wise choice.
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Brian Foddy
> Sent: Sunday, April 03, 2005 10:50 PM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] Time change causes problems
> 
> If you mean Arizona, there is a special timezone file/rule for that area.
> Make sure your timezone is set to "US/Arizona" and it will follow the
> correct rules for the Arizona/Pheonix area.  There is also a special
> exception for East Indiana I think.  If your timezone is set correctly,
> the system will never have to be tweaked.  Unless of course the
> QT error people have mentioned bites you...
> 
> You can find all the rules in /usr/share/zoneinfo
> (may vary slightly by distro).
> 
> On Sunday 03 April 2005 08:52 pm, Jim Turpin wrote:
> > Ok, So does anyone have any suggestions for people living in Mountain
> > Standard Time.or is it Mountain Daylight Time now? I'm not sure if
> > there's a TZ I can pick to substitute.
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Michael Haan
> > Sent: Sunday, April 03, 2005 5:58 PM
> > To: Discussion about mythtv
> > Subject: Re: [mythtv-users] Time change causes problems
> >
> > Yep - just did that and it's fine now.
> >
> > On Apr 3, 2005 7:50 PM, Preston Crow <[EMAIL PROTECTED]> wrote:
> > > > > I'm running Gentoo, so I did:
> > > > > ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> > > > > If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> > > > > they're the same during the summer.  (i.e., Atlantic Standard Time
> > > > > and Eastern Daylight Time are the same, and tropical areas tend
not
> > > > > to use Daylight Savings Time, as is the case with the one I
> > > > > selected.)
> > > >
> > > > I'm also on Gentoo, so I tried just rolling back to the old version
of
> > > > QT (3.3.3).  However, this doesn't seem to have fixed the problem.
Do
> > > > I need to do something more?
> > >
> > > One you have the timezone/QT set to the right versions, restart the
> > > backend, then re-run mythfilldatabase.
> > >
> > > --PC
> > >

I'm in the Mountain time zone, I saw this issue yesterday and thought
that mythfilldatabase would probably fix it when it ran this morning.
That didn't help. So, I gave the box a reboot and it works just fine
now.

Garry
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Garry Cook
On Apr 3, 2005 11:06 PM, Jim Turpin <[EMAIL PROTECTED]> wrote:
> I tried the Phoenix time zone in attempt as a temporary fix to the QT
> problem. However it sets my time an hour early. Which I guess is tolerable
> until there's a patch for QT (which I hope is soon Coming). I tried to roll
> back Qt and Qt-Mysql, but there were so many dependencies it didn't seem
> like a wise choice.
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Brian Foddy
> Sent: Sunday, April 03, 2005 10:50 PM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] Time change causes problems
> 
> If you mean Arizona, there is a special timezone file/rule for that area.
> Make sure your timezone is set to "US/Arizona" and it will follow the
> correct rules for the Arizona/Pheonix area.  There is also a special
> exception for East Indiana I think.  If your timezone is set correctly,
> the system will never have to be tweaked.  Unless of course the
> QT error people have mentioned bites you...
> 
> You can find all the rules in /usr/share/zoneinfo
> (may vary slightly by distro).
> 
> On Sunday 03 April 2005 08:52 pm, Jim Turpin wrote:
> > Ok, So does anyone have any suggestions for people living in Mountain
> > Standard Time.or is it Mountain Daylight Time now? I'm not sure if
> > there's a TZ I can pick to substitute.
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Michael Haan
> > Sent: Sunday, April 03, 2005 5:58 PM
> > To: Discussion about mythtv
> > Subject: Re: [mythtv-users] Time change causes problems
> >
> > Yep - just did that and it's fine now.
> >
> > On Apr 3, 2005 7:50 PM, Preston Crow <[EMAIL PROTECTED]> wrote:
> > > > > I'm running Gentoo, so I did:
> > > > > ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> > > > > If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> > > > > they're the same during the summer.  (i.e., Atlantic Standard Time
> > > > > and Eastern Daylight Time are the same, and tropical areas tend not
> > > > > to use Daylight Savings Time, as is the case with the one I
> > > > > selected.)
> > > >
> > > > I'm also on Gentoo, so I tried just rolling back to the old version of
> > > > QT (3.3.3).  However, this doesn't seem to have fixed the problem.  Do
> > > > I need to do something more?
> > >
> > > One you have the timezone/QT set to the right versions, restart the
> > > backend, then re-run mythfilldatabase.
> > >
> > > --PC
> > >

I'm in the Mountain time zone, I saw this issue yesterday and thought
that mythfilldatabase would probably fix it when it ran this morning.
That didn't help. So, I gave the box a reboot and it works just fine
now.

Garry
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Time change causes problems

2005-04-03 Thread Jim Turpin
I tried the Phoenix time zone in attempt as a temporary fix to the QT
problem. However it sets my time an hour early. Which I guess is tolerable
until there's a patch for QT (which I hope is soon Coming). I tried to roll
back Qt and Qt-Mysql, but there were so many dependencies it didn't seem
like a wise choice.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Foddy
Sent: Sunday, April 03, 2005 10:50 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Time change causes problems

If you mean Arizona, there is a special timezone file/rule for that area.
Make sure your timezone is set to "US/Arizona" and it will follow the
correct rules for the Arizona/Pheonix area.  There is also a special
exception for East Indiana I think.  If your timezone is set correctly,
the system will never have to be tweaked.  Unless of course the
QT error people have mentioned bites you...

You can find all the rules in /usr/share/zoneinfo
(may vary slightly by distro).

On Sunday 03 April 2005 08:52 pm, Jim Turpin wrote:
> Ok, So does anyone have any suggestions for people living in Mountain
> Standard Time.or is it Mountain Daylight Time now? I'm not sure if
> there's a TZ I can pick to substitute.
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael Haan
> Sent: Sunday, April 03, 2005 5:58 PM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] Time change causes problems
>
> Yep - just did that and it's fine now.
>
> On Apr 3, 2005 7:50 PM, Preston Crow <[EMAIL PROTECTED]> wrote:
> > > > I'm running Gentoo, so I did:
> > > > ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> > > > If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> > > > they're the same during the summer.  (i.e., Atlantic Standard Time
> > > > and Eastern Daylight Time are the same, and tropical areas tend not
> > > > to use Daylight Savings Time, as is the case with the one I
> > > > selected.)
> > >
> > > I'm also on Gentoo, so I tried just rolling back to the old version of
> > > QT (3.3.3).  However, this doesn't seem to have fixed the problem.  Do
> > > I need to do something more?
> >
> > One you have the timezone/QT set to the right versions, restart the
> > backend, then re-run mythfilldatabase.
> >
> > --PC
> >
> >
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Death by apt-get

2005-04-03 Thread Gabe Rubin
On Apr 4, 2005 12:53 AM, Jim Turpin <[EMAIL PROTECTED]> wrote:
> I'm not exactly sure how this works but this might prove useful to you.
> http://www.users.on.net/~jani/dvico-mythtv.html#toc10.1
> 
> should just have to substitute package name and version
> 

Awesome!  This works.  I added the following lines to /etc/apt/preferences
Package: libselinux
Pin: version 1.19*
Pin-Priority: 1000

Package: libselinux-devel
Pin: version 1.19*
Pin-Priority: 1000
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] High-Definition Playback performance data

2005-04-03 Thread Brian Foddy
On Sunday 03 April 2005 11:48 pm, Brad Templeton wrote:
> On Sun, Apr 03, 2005 at 08:51:50PM -0500, Pete wrote:
> > I'd like to know what I can do get that kind of performance. I've got an
> > Athlon XP 3000 (512 MB RAM) and an FX 5200 (AGP) running myth .17 and
> > FC3 (everything is from atrpms) where HD is close, but not quite. After
> > a lot of hacking to get the channels to work, it finally comes up, but
> > I'm getting lousy performance, with a lot of audio buffer underrun's
> > (using spdif through an on board nvidia audio chip) and video stutter's.
>
> We should try to build a list of all the things that can go wrong in
> making HD work smoothly.  There are many.
>
> They include:
>
>
> a) Right drivers for card with your kernel
> b) Proper AGP bus speed and AGP interface driver in use
> c) Proper user of openGL sync for retrace
> d) Proper settings for deinterlace and, if used, xvmc
> e) Proper sound settings and handling of 5.1 sound and multiple streams
> f) Real time scheduling of playback thread
> g) Making sure disk or network speed is adequate
> h) Nothing else sucking up CPU on the machine
>
> And of course having the right cards and memory itself.

I have found in my set that raising the write internal buffering helps too.
I like to bump the standard write buffer to 8MB, and HD to 16MB, each
4x what the current code is at.  Seems to help reduce Buffer Overflows
when there are a lot of streams all writing to the same network nfs drive
(even for gigabit networks).  NFS is not real efficient at streaming large
volumes of data.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Brad Templeton
On Sun, Apr 03, 2005 at 10:53:46PM -0600, Brian Foddy wrote:
> I would think a larger portion of HD TVs are 1080i native.  The older
> generation of Rear Projection analog TVs were almost all 1080i native.
> Mine can do both, but 720p is up/down (however you view it) scaled to 1080i.
> Given these tvs have been on the market for many years, I'd think they
> may still outnumber the new plasma and DLP tvs.

I presume you mean CRT projection TVs.  The question is, do the CRTs inside
these really have the ability to display 1080 lines?  In my own shopping
comparisons, I did not find the CRT projection TVs to produce as sharp
an image (even with the artificial sharpenings off, though I could not
do this in every case) as the 720 and 768 line microdisplay TVs.

However, there can be other reasons for this.  The direct CRT TVs, which
are pretty rare, like the fancy Sony XBR, really do have 1080 lines and
even more, and of course our computer monitors mostly have more as well.

Of course, people are buying microdisplays for other reasons -- size,
weight, contrast, stability, and maybe they really are giving up
resolution.   Based on what I see on the floors of TV stores, microdisplays,
though more expensive, seem to be dominating.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Lite-on keyboard multimedia keys -- here's how

2005-04-03 Thread Brad Templeton

I have the Lite-on IR keyboard I have been recommending in this list,
as many others do.  It has multimedia keys along the top.

Here is a set of xmodmap commands to define these keys.  You can
take this file and run xmodmap on it, or in some cases put in a ".Xmodmap"
file to make your server run it (You may have to put in a call
to xmodmap on this file in your X init scripts or Xsession init
script in KDE)


keycode 176 = bracketright
keycode 174 = bracketleft
!make this your favourite jump point, in my case recording playback
keycode 230 = F2
! mute
keycode 160 = backslash
! the 4 web keys
keycode 236 = F13
keycode 178 = F14
keycode 223 = F15
keycode 222 = F16
!
keycode 162 = p
keycode 164 = Escape
keycode 153 = Home
keycode 144 = End


You probably want to assign the "favourite" button and the 4 web
oriented keys to jump points or other fancy functions, so I have
put them to function keys in this example.  I plan to give them
some nice jump points and tape a label over the names found on
the keyboard.   You can also make shift and ctrl versions of these if
you like, see the xmodmap man page for details.

I have put commercial skip on the track left and right keys.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Brian Foddy
On Sunday 03 April 2005 11:40 pm, Brad Templeton wrote:
> On Sun, Apr 03, 2005 at 04:53:04PM -0800, Jarod Wilson wrote:
> > On Sunday 03 April 2005 17:25, Kyle Rose wrote:
> > > > Thanks! This alone has actually been pretty good for me. I'm using
> > > > NBC "Law & Order" as a test clip. I think that is 1080i based on what
> > > > I've read about various networks,
> > >
> > > CBS and ABC are generally 1080i; FOX is generally 720p; I'm not sure
> > > about NBC.
> >
> > In Seattle, NBC and CBS are 1080i, FOX and ABC are both 720p.
>
> And UPN and WB are 1080i, as is I think Discovery HD and HDNet and
> others, I think this pattern is universal.
>
> Right now I think 720p is the wisest choice because very few people have
> TVs with 1080 real lines on them, so why interlace?   Over time of
> course I hope to see the world move to 1080p, which you don't see at
> all yet.  In fact, most HDTVs won't take it, which I think is silly,
> since our computer monitors have had cheap electronics to display
> 1600x1200px85hz for a decade now, as one example.

I would think a larger portion of HD TVs are 1080i native.  The older
generation of Rear Projection analog TVs were almost all 1080i native.
Mine can do both, but 720p is up/down (however you view it) scaled to 1080i.
Given these tvs have been on the market for many years, I'd think they
may still outnumber the new plasma and DLP tvs.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Death by apt-get

2005-04-03 Thread Jim Turpin
I'm not exactly sure how this works but this might prove useful to you.
http://www.users.on.net/~jani/dvico-mythtv.html#toc10.1

should just have to substitute package name and version


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gabe Rubin
Sent: Sunday, April 03, 2005 10:43 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Death by apt-get

On Apr 3, 2005 11:34 PM, Gabe Rubin <[EMAIL PROTECTED]> wrote:
> > It apparently fixes the issue.  However, the simpler solution is to
reverse
> > the libselinux update:
> > apt-get install libselinux=1.19.3-1_1.rhfc2.at \
> >  libselinux-devel=1.19.3-1_1.rhfc2.at
> 
> I stupidly posted this same question as a new thread.  I am also very
> stuck here, and it is on the reboot that it just hangs giving this
> message.  Can you please recommend how I can go about removing these
> packages and installing them in the correct order when I am unable to
> log into the box?
> 
> Thanks.
> 

I figured out how to solve this, and while the answer is likely
obvious to most people, I will describe what I did for the less linux
savvy folks like myself.

1) Booted off the rescue disc (FC2 install disc 1), and typed linux rescue
2) Chose to boot off cd-rom and pretty much selected all the defaults
when prompted
3) chroot .mnt/sysimagen at the first command prompt
4) this allowed me to use apt-get like normal, but for some reason the
exact command that Mark provided told me that there was no package
named  libselinux-devel so...
5) apt-get install libselinux=1.19.3-1_1.rhfc2.at  which downgraded it
6) apt-get install libselinux-devel=1.19.3-1_1.rhfc2.at  which downgraded it

Now my box is working, but a BIG QUESTION!!!

How do I make sure that apt never tries to upgrade this package again?
 It is a hassle to upgrade package by package instead of doing apt-get
dist-upgrade.  Then again, if that is going to break my system, that
is the biggest pain.  Does this mean that I have to upgrade to fc3
sooner than I was planning?

Anyways, hats off to Mark for leading me in the right direction. 
Sorry for posting this elsewhere and checking google, and not the
archives.  I thought I completely hosed my system, but hey, what fun
would myth be without the occasional moments of panic and then
discovery.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Brian Foddy
If you mean Arizona, there is a special timezone file/rule for that area.
Make sure your timezone is set to "US/Arizona" and it will follow the
correct rules for the Arizona/Pheonix area.  There is also a special
exception for East Indiana I think.  If your timezone is set correctly,
the system will never have to be tweaked.  Unless of course the
QT error people have mentioned bites you...

You can find all the rules in /usr/share/zoneinfo
(may vary slightly by distro).

On Sunday 03 April 2005 08:52 pm, Jim Turpin wrote:
> Ok, So does anyone have any suggestions for people living in Mountain
> Standard Time.or is it Mountain Daylight Time now? I'm not sure if
> there's a TZ I can pick to substitute.
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael Haan
> Sent: Sunday, April 03, 2005 5:58 PM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] Time change causes problems
>
> Yep - just did that and it's fine now.
>
> On Apr 3, 2005 7:50 PM, Preston Crow <[EMAIL PROTECTED]> wrote:
> > > > I'm running Gentoo, so I did:
> > > > ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> > > > If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> > > > they're the same during the summer.  (i.e., Atlantic Standard Time
> > > > and Eastern Daylight Time are the same, and tropical areas tend not
> > > > to use Daylight Savings Time, as is the case with the one I
> > > > selected.)
> > >
> > > I'm also on Gentoo, so I tried just rolling back to the old version of
> > > QT (3.3.3).  However, this doesn't seem to have fixed the problem.  Do
> > > I need to do something more?
> >
> > One you have the timezone/QT set to the right versions, restart the
> > backend, then re-run mythfilldatabase.
> >
> > --PC
> >
> >
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] High-Definition Playback performance data

2005-04-03 Thread Brad Templeton
On Sun, Apr 03, 2005 at 08:51:50PM -0500, Pete wrote:
> I'd like to know what I can do get that kind of performance. I've got an 
> Athlon XP 3000 (512 MB RAM) and an FX 5200 (AGP) running myth .17 and 
> FC3 (everything is from atrpms) where HD is close, but not quite. After 
> a lot of hacking to get the channels to work, it finally comes up, but 
> I'm getting lousy performance, with a lot of audio buffer underrun's 
> (using spdif through an on board nvidia audio chip) and video stutter's. 


We should try to build a list of all the things that can go wrong in
making HD work smoothly.  There are many.

They include:


a) Right drivers for card with your kernel
b) Proper AGP bus speed and AGP interface driver in use
c) Proper user of openGL sync for retrace
d) Proper settings for deinterlace and, if used, xvmc
e) Proper sound settings and handling of 5.1 sound and multiple streams
f) Real time scheduling of playback thread
g) Making sure disk or network speed is adequate
h) Nothing else sucking up CPU on the machine

And of course having the right cards and memory itself.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Brad Templeton
On Sun, Apr 03, 2005 at 08:58:13PM -0400, Kyle Rose wrote:
> >In Seattle, NBC and CBS are 1080i, FOX and ABC are both 720p.
> 
> Whether it varies from region to region depends on the distribution 
> method: are HD network programs transmitted in digital or analog?  If 
> digital, then chances are I'm simply wrong and ABC is usually 720p.  If 
> analog, then the local affiliate does the encoding and can broadcast 
> whatever pleases them.

HD programs are transmitted digital.   It would be (almost) impossible
to transmit them analog, and just make a lot more work for the
stations to boot.


However, my local NBC affiliate is definitely having a hard time dealing
with processing their NBC feed, which of course includes both HD programs
at 1080i and the regular SD programs.   They have some sort of switch
they have to throw at the station, it seems, and they often goof it
up.  I have no idea why it would be designed that way.  I've seen
HD shows displayed as SD converted to HD (thus double boxed) as they
always transmit 1080i even for SD programs.

The Oscars (on ABC) also goofed this, the first 30 seconds were in SD
and they threw a switch to change it to 720p HD.  This in spite of
the fact the prior program (Oscar carpet) was also HD!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Death by apt-get

2005-04-03 Thread Gabe Rubin
On Apr 3, 2005 11:34 PM, Gabe Rubin <[EMAIL PROTECTED]> wrote:
> > It apparently fixes the issue.  However, the simpler solution is to reverse
> > the libselinux update:
> > apt-get install libselinux=1.19.3-1_1.rhfc2.at \
> >  libselinux-devel=1.19.3-1_1.rhfc2.at
> 
> I stupidly posted this same question as a new thread.  I am also very
> stuck here, and it is on the reboot that it just hangs giving this
> message.  Can you please recommend how I can go about removing these
> packages and installing them in the correct order when I am unable to
> log into the box?
> 
> Thanks.
> 

I figured out how to solve this, and while the answer is likely
obvious to most people, I will describe what I did for the less linux
savvy folks like myself.

1) Booted off the rescue disc (FC2 install disc 1), and typed linux rescue
2) Chose to boot off cd-rom and pretty much selected all the defaults
when prompted
3) chroot .mnt/sysimagen at the first command prompt
4) this allowed me to use apt-get like normal, but for some reason the
exact command that Mark provided told me that there was no package
named  libselinux-devel so...
5) apt-get install libselinux=1.19.3-1_1.rhfc2.at  which downgraded it
6) apt-get install libselinux-devel=1.19.3-1_1.rhfc2.at  which downgraded it

Now my box is working, but a BIG QUESTION!!!

How do I make sure that apt never tries to upgrade this package again?
 It is a hassle to upgrade package by package instead of doing apt-get
dist-upgrade.  Then again, if that is going to break my system, that
is the biggest pain.  Does this mean that I have to upgrade to fc3
sooner than I was planning?

Anyways, hats off to Mark for leading me in the right direction. 
Sorry for posting this elsewhere and checking google, and not the
archives.  I thought I completely hosed my system, but hey, what fun
would myth be without the occasional moments of panic and then
discovery.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Brad Templeton
On Sun, Apr 03, 2005 at 04:53:04PM -0800, Jarod Wilson wrote:
> On Sunday 03 April 2005 17:25, Kyle Rose wrote:
> > > Thanks! This alone has actually been pretty good for me. I'm using NBC
> > > "Law & Order" as a test clip. I think that is 1080i based on what I've
> > > read about various networks,
> >
> > CBS and ABC are generally 1080i; FOX is generally 720p; I'm not sure
> > about NBC.
> 
> In Seattle, NBC and CBS are 1080i, FOX and ABC are both 720p.

And UPN and WB are 1080i, as is I think Discovery HD and HDNet and
others, I think this pattern is universal.

Right now I think 720p is the wisest choice because very few people have
TVs with 1080 real lines on them, so why interlace?   Over time of
course I hope to see the world move to 1080p, which you don't see at
all yet.  In fact, most HDTVs won't take it, which I think is silly,
since our computer monitors have had cheap electronics to display
1600x1200px85hz for a decade now, as one example.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Transcoding shows for Sony PSP

2005-04-03 Thread James L. Paul
Byron Poland wrote:
Hi.
I've got this working with ffmpeg under linux.  here is a link to my
blog where I posted the steps, and the ffmpeg command:
http://tube013.org/blogs/thoughts.php?title=sony_psp_video_conversion_in_linux
I have links to some ffmpeg deb's for ubuntu there as well.
Thanks for the info. I'm using SuSE on amd64, but had no problems 
building the 03/03/05 cvs snapshot of ffmpeg.

You need a pretty recent ffmpeg cvs build for the -f psp to work (note
that around the end of march some of the cvs snapshots were broken as
far as -f psp was concerned).
Also you need to compile ffmpeg with faac support so it can encode the
aac audio track the psp needs.
here are my configure options for ffmpeg:
[EMAIL PROTECTED] ~ $ ffmpeg
ffmpeg version 0.4.9-pre1, build 4744, Copyright (c) 2000-2004 Fabrice Bellard
  configuration:  --build i386-linux --enable-gpl --enable-vhook
--enable-pthreads --enable-pp --enable-zlib --enable-vorbis
--enable-a52 --enable-dts --disable-debug --disable-mmx
--enable-dc1394 --enable-xvid --enable-faac --enable-faad
--enable-vorbis --enable-ogg --enable-mp3lame --prefix=/usr
  built on Mar 29 2005 11:43:17, gcc: 3.3.5 (Debian 1:3.3.5-8ubuntu2)
I was more sparse, I just used --enable-faac and left everything else at 
default. Then again, I'm not replacing my existing version of ffmpeg by 
installing this one, I'm running it out of the build directory for now.

I see what you mean about the glitchy artifacts at the beginning of the 
video. Doesn't seem to cause any other problems, but not elegant. I hope 
fixes for this and the titling feature get into the main project, I 
don't have time or background to dig into the win32 code for a patch.

hope that helps some.
Certainly shaved some time off hunting for this info, thanks again.
What I'm hacking is crude. I'm creating a Myth recording profile called 
PSP, and inserting a simple check that runs when a recording ends. I can 
then simply set the recording profile to PSP for the shows I want to 
have the option to watch on the device. When a show is recorded using 
the PSP profile, it backgrounds an appropriate ffmpeg process to 
transcode it. This way I have a directory with a bunch of shows always 
ready to load and watch on my PSP.

I'm sure there's a simpler or more sensible method for doing this type 
of thing. This should work for now though. :)

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] can't find mythtvsetup

2005-04-03 Thread Joe Votour

--- Ashish Ranjan <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I downloaded mythtv 0.17 from mythtv.org. After
> successful
> compilation and install of package i don't find
> mythtvsetup program. 
> I am on redhat 9.2.
> 
> Any help would be highly appreciated.
> 
> thanks.
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
The mythtvsetup program is a feature of the RPMs from
ATrpms.  If you haven't installed them (you do say
that you installed from mythtv.org, hence the
tarballs), then you likely don't have mythtvsetup.

http://www.mythtv.org/docs/mythtv-HOWTO.html#toc9.1
(The filename is "setup", and it's in the setup
directory where you compiled MythTV from).



__ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.yahoo.com

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] can't find mythtvsetup

2005-04-03 Thread Ashish Ranjan
Hi,

I downloaded mythtv 0.17 from mythtv.org. After successful
compilation and install of package i don't find mythtvsetup program. 
I am on redhat 9.2.

Any help would be highly appreciated.

thanks.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Lircd not working after installing second PVR tuner.

2005-04-03 Thread George Nassas
On 3-Apr-05, at 11:05 PM, Thom Paine wrote:
Where can I check to make sure the lircd daemon uses the remote from
the 350 card and to get it working again?
I don't use fedora so I can't say for sure but there ought to be an 
lircd.conf in /etc or /etc/lirc. It has a line about which device to 
use, if it's currently /dev/lirc0 switch it to /dev/lirc1. Or, it's 
possible that you have a symlink that maps /dev/lirc to one if the 
numbered guys. You could switch that. Of course, you could accomplish 
the same thing by plugging the sensor into your 250 card.

If you've done all this and I'm only stating the obvious then sorry, no 
offence.

- George
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Death by apt-get

2005-04-03 Thread Gabe Rubin
> It apparently fixes the issue.  However, the simpler solution is to reverse
> the libselinux update:
> apt-get install libselinux=1.19.3-1_1.rhfc2.at \
>  libselinux-devel=1.19.3-1_1.rhfc2.at

I stupidly posted this same question as a new thread.  I am also very
stuck here, and it is on the reboot that it just hangs giving this
message.  Can you please recommend how I can go about removing these
packages and installing them in the correct order when I am unable to
log into the box?

Thanks.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] INIT: PANIC: Segmentation violation sleeping for 30 seconds on boot up after apt-get dist-upgrade

2005-04-03 Thread Gabe Rubin
Hello all.  Working on a FC2 box.  I just did an apt-get dist-upgrade,
and now my box wont reboot.  On boot up, after the enabling swap
space, I got the error in the topic (it lists a specific address after
segmentation violation).

Is there a way I can solve this?  I have googled and not really found
a solution.

This is what got upgraded:
The following packages will be upgraded
  ImageMagick apt arts atrpms-package-config autoconf automake gaim gdk-pixbuf
  gnupg gtk2 gtk2-devel ivtv ivtv-kmdl-2.6.10-1.770_FC2 kde kdebase kdelibs
  krb5-devel krb5-libs lftp libexif libgal2 libgal2.2_1 libiec61883 libselinux
  libselinux-devel perl-XMLTV python24 qt qt-MySQL qt-devel squid telnet
  util-linux xloadimage xmltv xmltv-grabbers xmltv-gui xorg-x11
  xorg-x11-100dpi-fonts xorg-x11-75dpi-fonts xorg-x11-Mesa-libGL
  xorg-x11-Mesa-libGLU xorg-x11-base-fonts xorg-x11-devel xorg-x11-font-utils
  xorg-x11-libs xorg-x11-libs-data xorg-x11-tools xorg-x11-truetype-fonts
  xorg-x11-twm xorg-x11-xauth xorg-x11-xdm xorg-x11-xfs
The following NEW packages will be installed:
  mDNSResponder
The following packages have been kept back
  rpm-devel

Thanks!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: problem deleting recording due to daylight savings time

2005-04-03 Thread aaron
On Apr 3, 2005 4:01 PM, Aaron Adler <[EMAIL PROTECTED]> wrote:
> Yes -- sounds like the same problem you are having. Sorry I missed your
> post. I can watch the recording just fine.
> 
> Have you tried renaming the file to delete it? Not that it fixes the
> whatever the underlying problem is.
> 
> 

I haven't tried that. I think it'll work, but I'd rather first see if
there are any suggestions for what else might be needed to determine
root cause.

-- 
aaron
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Need Help with pcHDTV 3000 Setup

2005-04-03 Thread Jonathan Poon
Hi everyone, I am experiencing trouble with installing the pcHDTV 3000 using 
both dvb and v4l2. the device is loaded with modules and I can see the 
output message using the dmesg where the computer detects the card with the 
proper modules. However, I am getting a blank screen in mythtv.

Here are some questions that I have for each situation (dvb and v4l2):
In my system using the old v4l2 modules, I get two devices, /dev/video0 and 
/dev/video1. When I use dtvscan/dtvsignal, I need to access /dev/video1 and 
it works perfectly fine as it detects the signals and such. However, when I 
use mythtv-setup, and insert /dev/video1 for the TV capture cards, it says 
that there was an error and can't use the device. However, when I change it 
to /dev/video0, it works fine.

This is an aliasing in issue in my /etc/modules.conf? What am I supposed to 
put in there? What modules am I supposed to alias?

I setup the the device as well to use dvb. I notied a mistake during the 
installation in which the script that is used to patch the 
/etc/modprobe.conf wasn't done properly, since I am on a debian machine. I 
don't how much that matters, but at the same time, mythtv-setup seems to be 
able to detect the card. However, I don't get any output. when I tried using 
the dvb-utils such as scan, the output didn't seem correct, so I don't know 
if I am installing this in correctly.

In my kernel, I modulated the video 4 linux, as well as the BT848 and 
CX2388x devices. I also then added the dvb to the kernel and modulated dvb 
core support.

Anyhow, I am stuck as to what I need to do in order to get myth to work. I 
am pretty sure its because I am not setting the device up correctly, so 
please give me some guidance if you have any hints to what I need to.

Thanks in advance!
-JP

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How well does commercial detection work?

2005-04-03 Thread Dan Christensen
Chris Pinkham <[EMAIL PROTECTED]> writes:

>> BTW, any insight on the narrow filter?  I looked through the filters 
>> listed on mythtv.org but didn't see one resembling that.
>
> Might work, haven't messed with filters much.  If anyone wants to point
> me to some code or code it themeselves, we can try it.

I'm *far* from an expert on this sort of thing, but all I was thinking
of was using the average of each 3x3 (or larger?) block of pixels when
computing the max and min brightness for the frame.  This is crude,
but I think just about any non-blank frame should have brightness
variations on a length scale longer than this.

Dan
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Lircd not working after installing second PVR tuner.

2005-04-03 Thread Thom Paine
Greetings list.

I tried a google and couldn't seem to find anything specific to my
setup, and was wondering if anyone else had this issue.

I upgraded my box to a P4 2.4 and did a clean install with FC3 and a
PVR-350. This was working reasonably well.

Today I added my PVR-250 card as I wanted to make sure my box was
stable before adding too much stuff to it.

Now my remote has stopped working. When I was experimenting with dual
tuners before, my remote switched from the 350 card to the 250 card,
but still worked. This time it has stopped working altogether.

Where can I check to make sure the lircd daemon uses the remote from
the 350 card and to get it working again?

Thanks.

-- 
-=/>Thom
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] View all upcoming movies without duplicates?

2005-04-03 Thread Bruce Markey
John Patrick Poet wrote:
...
I just submitted a patch to the dev list which uses the 1/2 keys to 
switch between the normal "All" view and a "Unique" view.  This works 
for Movies, Categories and Channels.

Not being a SQL expert, the above example was very usefull.  Thanks Bruce.
Got it. I won't be able to get to this quite yet. I want to add the
titleSort hacXXX enhancement. I also think this would be useful for
People Search as large results are usually many showings of the
same movies. May not hurt to have it available for other searches.
Still wouldn't make sense for Time, and New Title is already unique.
Per-channel sort by title sounds interesting.
--  bjm
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Going Nuts re: Nvidia Setup

2005-04-03 Thread Dewey Smolka
I hope this is not a stupid question, but is there any chance the
nvidia xorg.conf you're using is to drive TV only?  Have you tried
hooking up the S-video and seeing if it works?

If you're not planning on going out to tv just yet, you might as well
keep your working xorg until you get the system configured and
running. Editing the xorg.conf file is not that hard as long as you
follow directions, but it's also possible to fry your hardware if you
make mistakes in modelines.

On Apr 3, 2005 9:21 PM, Larry K <[EMAIL PROTECTED]> wrote:
> All,
>  
>  I have been struggling to get my nvidia environment set up according to
> Jarod's guide.  Let me start by saying that altho I am relatively new to the
> Linux world, I have a pretty solid foundation to build on.  However, this
> little project is doing very little for my self-esteem.  :)
>  
>  Here is my system:
>  
>  Nforce2 Crush 18G IGP chipset +Southbridge MCP
>  Athlon XP 2500+
>  Geforce4 MX 440 AGP (S-video TV-out)
>  FC core 3 kernel 2.6.10-1.770
>  Nvidia 6629 driver
>  Dell Flat Panel 1703FP VGA (analog)
>  
>  When I run KDE with the default xorg.conf file (nv driver), things appear
> to work correctly on the Dell monitor.  Having succeeded with that, I tried
> installing the nvidia xorg.conf, which is where the problems begin.  When
> the KDE desktop opens, the icons are not painted correctly, and when I click
> on things, the display is *somewhat* garbled.  I can normally see things
> well enough to do a shutdown, but that's about it.  
>  
>  I have experimented with about 1E10 permutation of settings, with varying
> degrees of limited success.  I have tried various settings of the NvAGP
> option, to no avail. I have disabled ACPI in the system BIOS.  I tried the
> mem=nopentium switch as described in the nvidia readme Appendix F.  I read
> about blacklisting AGPGART via /etc/hotplug/blacklist, but didnt get too far
> with that one..
>  
>  When I cat /proc/driver/nvidia/agp/status, it sometimes says that AGP is
> not enabled, or some such message.  At other times, that nvidia directory is
> not even there at all.
>  
>  dmesg normally reports something like this: 
>  agpgart:  Detected NVIDIA nForce2 chipset
>  agpgart: Maximum memory
>  etc.
>  
>  /var/log/messages reports something like this:
>  nvidia: module license 'NVIDIA" taints kernel
>  NVRM: loading nvidia 6629
>  NVRM: not using NVAGP, AGPGART is loaded!!
>  
>  I have stopped progress at chapter 7 of Jarod's guide.  I suspect I have
> some fundamental flaw in my AGP environment that I must solve before I
> continue installing.
>  
>  SoGiven my situation...
>  
>  Would I be better off with FC 2 versus FC 3?
>  What nvidia driver should I use?  6629?
>  Do I want agpgart?  Does this conflict with the nvidia driver?  or
> complement it?  If I don't want this, how do I disable it?  
>  What NvAGP setting do I need in xorg.conf?  I think I want NVAGP (1).
>  
>  What could be making  it so difficult to get this nvidia xorg.conf to work
> properly?  Eventually, I plan to use the S-video TV-out, but if I can't make
> the video driver work on a simple VGA connection, I should not tackle TV-out
> or God forbid, twinview!  At least, not yet.
>  
>  Please help before I go postal.
>  Larry
>  
>  P.S.  Earlier this month, I had successfully built mythtv on a FC 2 setup,
> altho I never got TV-out or twinview set up properly.  Then, in a moment of
> idiocy, I started over with FC 3, which is proving to be more difficult than
> FC 2, it seems.
>  
>  
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythweb Duplicates Deactivated Default Behavior

2005-04-03 Thread Dan Christensen
Chris Petersen <[EMAIL PROTECTED]> writes:

>> I'm on a private network with no DNS entries, just entries in
>> /etc/hosts.  I can't find any useful log entries about this.
>
> Make sure you have a ServerName set, and the canonical names setting 
> will let mythweb pick up that info.  

Both done.

> Otherwise, just manually set the 
> cookie domain constant to the name you use to access the machine.

The CookieDomain docs say that it has to be a string starting with a
dot and containing at least one more internal dot.  Since I access
my myth machine as simply "boots", I wasn't sure what to use here.

I tried changing ServerName to boots.foo.local and setting
CookieDomain to .foo.local, but that didn't help.

I have also set CookieTracking to "on".

I noticed that Debian's apache2 has very few modules enabled by
default.  I've got just these ones enabled:

  actions cgi php4 userdir usertrack

Am I missing something else crucial?

Sorry for these dumb and off topic questions!

Dan
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] High-Definition Playback performance data

2005-04-03 Thread Pete
Pete wrote:
Jarod Wilson wrote:
I've lost track of the thread where I said something about trying a 
GeForce 6200 in place of a GeForce 4 MX with an Athlon XP 1800 
system, to see if that would give any significant playback 
performance boost with High Definition recordings. Well, the answer 
is no, not really, but a bit of a cpu upgrade sure helped. Here's a 
quick summary of my findings today (from memory though, wish I'd 
actually written it all down). In all cases, I'm using libmpeg2 for 
decode.

Athlon XP 1800 w/AGP GF4MX, 6629 nvidia driver:
-Able to play back 720p, cpu around 85% used.
-Able to play back 1080i without a deint filter, cpu around 95% used.
-Stutter every second or two on 1080i with deint filter on, cpu 
completely pegged.

Athlon XP 1800 w/AGP GF4MX, 7174 nvidia driver:
-Able to play back 720p, cpu around 70% used.
-Able to play back 1080i without deint, cpu around 85% used.
-Stutter every few seconds on 1080i w/deint filter on, cpu pegged.
Athlon XP 1800 w/AGP GeForce 6200, 7174 nvidia driver:
-Maybe slightly better, but no significant difference from the GF4MX.
Athlon XP 2600 w/AGP GF4MX, 7174 nvidia driver:
-Able to play back 720p, can't remember cpu usage.
-Able to play back 1080i w/no deint, can't remember cpu usage.
-Able to play back 1080i w/kernel deint filter enabled, cpu usage 
fluctuates between 80 and 95%.

I've decided to stick with the 2600 and GF4MX, and my secondary Myth 
box can now handle 1080i programming without a problem. I'll get the 
missing cpu utilization numbers one of these days...

 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

I'd like to know what I can do get that kind of performance. I've got 
an Athlon XP 3000 (512 MB RAM) and an FX 5200 (AGP) running myth .17 
and FC3 (everything is from atrpms) where HD is close, but not quite. 
After a lot of hacking to get the channels to work, it finally comes 
up, but I'm getting lousy performance, with a lot of audio buffer 
underrun's (using spdif through an on board nvidia audio chip) and 
video stutter's. I'm using a pcHDTV 3000 with the 2.0 driver running 
in dvb mode. I turned off deint, and turned on libmpeg, but I think 
the only diff was the deint setting. I'm about to restart X with the 
NvAGP setting set to 1 to see if that helps, but I'm guessing no. XvMC 
doesn't work at all with the driver from the nvidia site. Would it 
help to download the driver from atrpms (currently using 7167)? I 
assumed they were probably about the same. Also, does myth use xv by 
default or did I miss a setting somewhere? Standard def playback is 
about 30-40% of the cpu, which I think is pretty high too, but am less 
sure about that. I know I'm missing something, but I can't find it in 
the archives (and I've gone back to about September). Anyone know what 
I'm doing wrong? Note that right now, this is a dual front and backend 
box, but it's not doing anything else at this point, so it shouldn't 
be an issue.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Ok, 7174 seems to be a little bit better. I can't believe that I missed 
that it was availble after reading this thread even. But I was just 
watching some doctor show on ABC which had it running at about 90%. 
Seemed like I had a winner, but when I changed the channel, behavior 
swtiched back to 100% (not even real HD, just the news upconverted), 
stutters, and of course the audio buffer underrun. I am noticing that 
I'm not getting anywhere near the glxgears performance I probably should 
be. The numbers are

5175: 1035 FPS
6340: 1268 FPS
6345: 1269 FPS
And so on. Anyway, this is the last time I'll respond to my own post, 
promise. I'm still missing something.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mapping mythtv detected channels to zap2it channels

2005-04-03 Thread Xiaotian Sun
Hi,

I finally get my mythtv going.  I'm able to watch digital channels
from my cable company.  Most of them are local broadcasting.

The channel numbers detected by mythtv are different from those listed
on zap2it.  How can I do a mapping between them so I can get the
TV listings.  Can I just change the channel numbers inside mythtv?

Thanks,

Xiaotian

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How well does commercial detection work?

2005-04-03 Thread Chris Pinkham
> I checked out and reran mythcommflag and based on the debug output it 
> did not detect those breaks this time.  Thanks for the quick fix.   My 
> WAF just increased.  :)  I'll let this version run on next week's shows 

Great, glad it worked.  Not sure how I missed that initially.

> BTW, any insight on the narrow filter?  I looked through the filters 
> listed on mythtv.org but didn't see one resembling that.

Might work, haven't messed with filters much.  If anyone wants to point
me to some code or code it themeselves, we can try it.

-- 

Chris

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Zap2it Data off?

2005-04-03 Thread Dan Christensen
Dan Christensen <[EMAIL PROTECTED]> writes:

> Hmm, I'm in Eastern Time, in Canada, and things are working fine for
> me.  

As discussed in the other thread, this is because I'm using qt 3.3.3,
not 3.3.4.  

Dan
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Time change causes problems

2005-04-03 Thread Jim Turpin
Ok, So does anyone have any suggestions for people living in Mountain
Standard Time.or is it Mountain Daylight Time now? I'm not sure if
there's a TZ I can pick to substitute.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Haan
Sent: Sunday, April 03, 2005 5:58 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Time change causes problems

Yep - just did that and it's fine now.

On Apr 3, 2005 7:50 PM, Preston Crow <[EMAIL PROTECTED]> wrote:
> > > I'm running Gentoo, so I did:
> > > ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> > > If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> > > they're the same during the summer.  (i.e., Atlantic Standard Time and
> > > Eastern Daylight Time are the same, and tropical areas tend not to use
> > > Daylight Savings Time, as is the case with the one I selected.)
> 
> > I'm also on Gentoo, so I tried just rolling back to the old version of
> > QT (3.3.3).  However, this doesn't seem to have fixed the problem.  Do
> > I need to do something more?
> 
> One you have the timezone/QT set to the right versions, restart the
> backend, then re-run mythfilldatabase.
> 
> --PC
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] High-Definition Playback performance data

2005-04-03 Thread Pete
Jarod Wilson wrote:
I've lost track of the thread where I said something about trying a GeForce 
6200 in place of a GeForce 4 MX with an Athlon XP 1800 system, to see if that 
would give any significant playback performance boost with High Definition 
recordings. Well, the answer is no, not really, but a bit of a cpu upgrade 
sure helped. Here's a quick summary of my findings today (from memory though, 
wish I'd actually written it all down). In all cases, I'm using libmpeg2 for 
decode.

Athlon XP 1800 w/AGP GF4MX, 6629 nvidia driver:
-Able to play back 720p, cpu around 85% used.
-Able to play back 1080i without a deint filter, cpu around 95% used.
-Stutter every second or two on 1080i with deint filter on, cpu completely 
pegged.

Athlon XP 1800 w/AGP GF4MX, 7174 nvidia driver:
-Able to play back 720p, cpu around 70% used.
-Able to play back 1080i without deint, cpu around 85% used.
-Stutter every few seconds on 1080i w/deint filter on, cpu pegged.
Athlon XP 1800 w/AGP GeForce 6200, 7174 nvidia driver:
-Maybe slightly better, but no significant difference from the GF4MX.
Athlon XP 2600 w/AGP GF4MX, 7174 nvidia driver:
-Able to play back 720p, can't remember cpu usage.
-Able to play back 1080i w/no deint, can't remember cpu usage.
-Able to play back 1080i w/kernel deint filter enabled, cpu usage fluctuates 
between 80 and 95%.

I've decided to stick with the 2600 and GF4MX, and my secondary Myth box can 
now handle 1080i programming without a problem. I'll get the missing cpu 
utilization numbers one of these days...

 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

I'd like to know what I can do get that kind of performance. I've got an 
Athlon XP 3000 (512 MB RAM) and an FX 5200 (AGP) running myth .17 and 
FC3 (everything is from atrpms) where HD is close, but not quite. After 
a lot of hacking to get the channels to work, it finally comes up, but 
I'm getting lousy performance, with a lot of audio buffer underrun's 
(using spdif through an on board nvidia audio chip) and video stutter's. 
I'm using a pcHDTV 3000 with the 2.0 driver running in dvb mode. I 
turned off deint, and turned on libmpeg, but I think the only diff was 
the deint setting. I'm about to restart X with the NvAGP setting set to 
1 to see if that helps, but I'm guessing no. XvMC doesn't work at all 
with the driver from the nvidia site. Would it help to download the 
driver from atrpms (currently using 7167)? I assumed they were probably 
about the same. Also, does myth use xv by default or did I miss a 
setting somewhere? Standard def playback is about 30-40% of the cpu, 
which I think is pretty high too, but am less sure about that. I know 
I'm missing something, but I can't find it in the archives (and I've 
gone back to about September). Anyone know what I'm doing wrong? Note 
that right now, this is a dual front and backend box, but it's not doing 
anything else at this point, so it shouldn't be an issue.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] re: Mythfrontend compile error

2005-04-03 Thread powergen
Thanks, that fixed the problem.

I have a similar dependancy issue with compiling mythmusic, it
loooks like a flac library issue, but I have recompiled flac and I still get 
the error, it is:

--
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -O3 -march=pentium4 -fomit-frame-pointer
 -I/usr/include/SDL -D_REENTRANT -D_REENTRANT -fPIC  -D_GNU_SOURCE -DPREFIX=\"/u
sr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/qt/3/mkspecs/linux-g++
 -I. -I/usr/include -I/usr/include/cdda -I/usr/qt/3/include -I/usr/X11R6/include
 -o flacdecoder.o flacdecoder.cpp
cddecoder.cpp: In member function `void CdDecoder::flush(bool)':
cddecoder.cpp:74: error: could not convert `(*(((Decoder*)this)->Decoder::output
()->AudioOutput::_vptr.AudioOutput + 24u))(((Decoder*)this)->Decoder::output(),
((CdDecoder*)this)->CdDecoder::output_buf, samples, -0x1ll)' to `bool'
cddecoder.cpp: In member function `virtual bool CdDecoder::initialize()':
cddecoder.cpp:141: error: 'class AudioOutput' has no member named 'SetSourceBitr
ate'
cddecoder.cpp: In member function `virtual void CdDecoder::run()':
cddecoder.cpp:225: error: 'class AudioOutput' has no member named 'Drain'
make[1]: *** [cddecoder.o] Error 1
make[1]: *** Waiting for unfinished jobs
flacdecoder.cpp: In member function `void FlacDecoder::setFlacMetadata(const FLA
C__StreamMetadata*)':
flacdecoder.cpp:144: error: 'class AudioOutput' has no member named 'SetSourceBi
trate'
flacdecoder.cpp: In member function `void FlacDecoder::flush(bool)':
flacdecoder.cpp:210: error: could not convert `(*(((Decoder*)this)->Decoder::out
put()->AudioOutput::_vptr.AudioOutput + 24u))(((Decoder*)this)->Decoder::output(
), ((FlacDecoder*)this)->FlacDecoder::output_buf, samples, -0x1ll)' to `
bool'
flacdecoder.cpp: In member function `virtual void FlacDecoder::run()':
flacdecoder.cpp:349: error: 'class AudioOutput' has no member named 'Drain'
make[1]: *** [flacdecoder.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/mythmusic-0.17-r2/work/mythmusic-0.
17/mythmusic'
make: *** [sub-mythmusic] Error 2
---

What am I missing?

THanks.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Blue screen on s-video

2005-04-03 Thread PAUL WILLIAMSON
I added a bunch of stable apt repositories.  But that's about it.
I think I've tracked down the problem to FC2/alsa/libasound 
issues.  I'm just going to make the jump to FC3...

Paul

>>> "Jim Oltman" <[EMAIL PROTECTED]> 04/03/05 9:21 PM >>>
Did you do anything do your installation of APT?  I didn't think they
were distributing the 2.6.11 kernel yet.

Jim

On Apr 2, 2005 10:13 PM, PAUL WILLIAMSON <[EMAIL PROTECTED]>
wrote:
> >>> [EMAIL PROTECTED] 04/02/05 9:55 PM >>>
> > I've got a myth box (fc2, kernel 2.6.10-1.770_fc2) that I had
> > upgraded mytht to 0.17 via apt-get for the latest release a
> > while back.  It's been working great, but I decided I'd move
> > up the box with an apt-get dist-upgrade.
> >
> > Big mistake.  Now I get no video out of the s-video port on my
> > FX-5200.  I only get blue screen.  Right after I did the apt-get
> > dist-upgrade, I rebooted, went with the default kernel and
> > when X windows came up, the screen turned blue.  I only have
> > an s-video device (TV)  available at home right now, so I have
> > no idea if there's output on the VGA out.
> >
> > What can I do short of going out and buying a monitor
> > to see if the VGA out has something going on?
> >
> > Thanks,
> > Paul
> 
> I know I'm replying to my own thread, but I see that someone
> else is having a problem that looks close to mine...
> 
> Death by apt-get:
> http://www.gossamer-threads.com/lists/mythtv/users/122483 
> 
> I'm able to boot because I'm still using the default in the
> grub.conf (2.6.10-1.770_FC2), but there is a newer one
> in the grub.conf (2.6.11-0.3.rdt.rhfc2.ccrmasmp)
> I'm not willing to try to change to the newer kernel because
> at least right now I can ssh in to the box.  This is
> a single proc p4  machine.
> 
> This is killing me - I was looking forward to watching Autoweek
> and then the 2 NCAA games at 2x...
> 
> Thanks,
> Paul
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org 
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users 
> 
> 
>


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] View all upcoming movies without duplicates?

2005-04-03 Thread John Patrick Poet
Bruce Markey wrote:
Dan Wilga wrote:
As we all know, movie channels like to show the same film over and 
over. As it stands, Myth's Movies listing is huge, because is shows 
the same films many times. Finding movies I'd like to record takes a 
really long time, because of all the duplicates.

It's also huge because there are a lot of different titles. Showing
each title once would shorten the list for a few days in the future
but would barely have any impact in the first couple hours of this
time sorted list. If you are looking ahead to a certain time frame
to see what you might watch then, there would be valid choices missing.
Also, say you have both HBO and HBOP 3 hours delayed. At 8:45 you
spot a movie you'd like to see that is on HBO from 7-9 and is about
to end. It wouldn't show you that it's on again in about an hour from
10-12 on HBOP.
What I'd like to be able to do is see all upcoming movies, but not 
list the same title more than once. Ideally, when I click on a title, 
I would be able to see all upcoming showings of that movie, and 
choose which one to record.

I can think of several reasons not to do this by default but this
should give you what you describe. The attached would have been a
one liner but it's two so that it also addresses the HBO example
above.
I can't see any way to do this with either the Movies or Advanced 
listings. Am I missing something, or is it not currently possible?

Don't over look the HOME and END keys to filter by stars. This is
probably a much more effective chop the list down to just things
you might actually watch.
--  bjm

Index: libs/libmythtv/proglist.cpp
===
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/proglist.cpp,v
retrieving revision 1.57
diff -u -r1.57 proglist.cpp
--- libs/libmythtv/proglist.cpp	6 Mar 2005 17:00:13 -	1.57
+++ libs/libmythtv/proglist.cpp	27 Mar 2005 15:05:48 -
@@ -1407,9 +1407,10 @@
else if (type == plMovies) // list movies
{
where = QString("WHERE channel.visible = 1 "
-"  AND program.endtime > %1 "
+"  AND program.starttime > %1 "
"  AND program.category_type = 'movie' "
-"  AND program.stars >= '\%2' ")
+"  AND program.stars >= '\%2' "
+"GROUP BY program.title ")
.arg(startstr).arg(qphrase);
}
else if (type == plTime) // list by time
 


I just submitted a patch to the dev list which uses the 1/2 keys to 
switch between the normal "All" view and a "Unique" view.  This works 
for Movies, Categories and Channels.

Not being a SQL expert, the above example was very usefull.  Thanks Bruce.
John
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread John Patrick Poet
Kyle Rose wrote:
In Seattle, NBC and CBS are 1080i, FOX and ABC are both 720p.

Whether it varies from region to region depends on the distribution 
method: are HD network programs transmitted in digital or analog?  If 
digital, then chances are I'm simply wrong and ABC is usually 720p.  
If analog, then the local affiliate does the encoding and can 
broadcast whatever pleases them.

The reason I suspect the encoding happens at the source is that the 
FOX network makes a point of its broadcasts being 720p, even going so 
far as to tout this at commercial breaks.  Of course, it could just be 
a mandate from the network brass.  Who knows.

Cheers,
Kyle

The local station *can* convert, if they so choose, but the Networks 
broadcast:

ABC: 720p
CBS: 1080i
FOX: 720p
NBC: 1080i
WB: 1080i
UPN:  not sure
John
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Going Nuts re: Nvidia Setup

2005-04-03 Thread Larry K
All,

I have been struggling to get my nvidia environment set up according to
Jarod's guide.  Let me start by saying that altho I am relatively
new to the Linux world, I have a pretty solid foundation to build
on.  However, this little project is doing very little for my
self-esteem.  :)

Here is my system:

Nforce2 Crush 18G IGP chipset +Southbridge MCP
Athlon XP 2500+
Geforce4 MX 440 AGP (S-video TV-out)
FC core 3 kernel 2.6.10-1.770
Nvidia 6629 driver
Dell Flat Panel 1703FP VGA (analog)

When I run KDE with the default xorg.conf file (nv driver), things
appear to work correctly on the Dell monitor.  Having succeeded
with that, I tried installing the nvidia xorg.conf, which is where the
problems begin.  When the KDE desktop opens, the icons are not
painted correctly, and when I click on things, the display is
*somewhat* garbled.  I can normally see things well enough to do a
shutdown, but that's about it.  

I have experimented with about 1E10 permutation of settings, with
varying degrees of limited success.  I have tried various settings
of the NvAGP option, to no avail. I have disabled ACPI in the system
BIOS.  I tried the mem=nopentium switch as described in the nvidia
readme Appendix F.  I read about blacklisting AGPGART via
/etc/hotplug/blacklist, but didnt get too far with that one..

When I cat /proc/driver/nvidia/agp/status, it sometimes says that AGP
is not enabled, or some such message.  At other times, that nvidia
directory is not even there at all.

dmesg normally reports something like this: 
agpgart:  Detected NVIDIA nForce2 chipset
agpgart: Maximum memory
etc.

/var/log/messages reports something like this:
nvidia: module license 'NVIDIA" taints kernel
NVRM: loading nvidia 6629
NVRM: not using NVAGP, AGPGART is loaded!!

I have stopped progress at chapter 7 of Jarod's guide.  I suspect
I have some fundamental flaw in my AGP environment that I must solve
before I continue installing.

SoGiven my situation...

Would I be better off with FC 2 versus FC 3?
What nvidia driver should I use?  6629?
Do I want agpgart?  Does this conflict with the nvidia
driver?  or complement it?  If I don't want this, how do I
disable it?  
What NvAGP setting do I need in xorg.conf?  I think I want NVAGP (1).

What could be making  it so difficult to get this nvidia xorg.conf
to work properly?  Eventually, I plan to use the S-video TV-out,
but if I can't make the video driver work on a simple VGA connection, I
should not tackle TV-out or God forbid, twinview!  At least, not
yet.

Please help before I go postal.
Larry

P.S.  Earlier this month, I had successfully built mythtv on a FC
2 setup, altho I never got TV-out or twinview set up properly. 
Then, in a moment of idiocy, I started over with FC 3, which is proving
to be more difficult than FC 2, it seems.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How well does commercial detection work?

2005-04-03 Thread Kevin Kuphal
Chris Pinkham wrote:
Thanks for the debug info (although I'm not sure the whole list wanted
to see the mythcommflag.out.bz2 file). :)  This should be fixed in
current CVS, can you update and reflag this show to see if it does it
correctly now?
 

I checked out and reran mythcommflag and based on the debug output it 
did not detect those breaks this time.  Thanks for the quick fix.   My 
WAF just increased.  :)  I'll let this version run on next week's shows 
and if I encounter any missed breaks or false positives, I'll try 
adjusting the detection per your previous patch.

BTW, any insight on the narrow filter?  I looked through the filters 
listed on mythtv.org but didn't see one resembling that.

Thanks,
Kevin
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Transcoding shows for Sony PSP

2005-04-03 Thread Byron Poland
On Apr 3, 2005 7:21 PM, Ian Forde <[EMAIL PROTECTED]> wrote:
> On Sun, 2005-04-03 at 11:59 -1000, James L. Paul wrote:
> > I'm currently using a clumsy process for watching TV shows on my Sony
> > PSP that were recorded by my MythTV box. Basically, I'm copying the .nuv
> > file to a renamed .mpg file in a network-visible directory. A windows
> > application named PSP Video 9 watches that directory and automatically
> > transcodes and transfers the video files to the PSP device. I can then
> > watch selected TV programs on my PSP.
> >
> > PSP Video 9 is a windows wrapper for FFMPEG, using the MobileHackers
> > binary, which is hacked to be able to produce PSP compliant MP4 files.
> > It should be possible to build this version on Linux, but I haven't
> > tried that yet.
> >
> > I plan to look into directly transcoding to PSP entirely within MythTV,
> > but haven't been keeping up with Myth lately. I haven't updated my box
> > in months. I just wanted to toss this subject in the open since I didn't
> > find a single reference to the PSP in the archives and wonder if anybody
> > else is looking to do something similar.
> 
> Well, you'd probably want to add it to nuvexport then...
> 
> -I
> 


Hi.

I've got this working with ffmpeg under linux.  here is a link to my
blog where I posted the steps, and the ffmpeg command:

http://tube013.org/blogs/thoughts.php?title=sony_psp_video_conversion_in_linux

I have links to some ffmpeg deb's for ubuntu there as well.

You need a pretty recent ffmpeg cvs build for the -f psp to work (note
that around the end of march some of the cvs snapshots were broken as
far as -f psp was concerned).

Also you need to compile ffmpeg with faac support so it can encode the
aac audio track the psp needs.

here are my configure options for ffmpeg:

[EMAIL PROTECTED] ~ $ ffmpeg
ffmpeg version 0.4.9-pre1, build 4744, Copyright (c) 2000-2004 Fabrice Bellard
  configuration:  --build i386-linux --enable-gpl --enable-vhook
--enable-pthreads --enable-pp --enable-zlib --enable-vorbis
--enable-a52 --enable-dts --disable-debug --disable-mmx
--enable-dc1394 --enable-xvid --enable-faac --enable-faad
--enable-vorbis --enable-ogg --enable-mp3lame --prefix=/usr
  built on Mar 29 2005 11:43:17, gcc: 3.3.5 (Debian 1:3.3.5-8ubuntu2)

hope that helps some.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Resolutions, image issues.

2005-04-03 Thread Kevin Saenz
I have some weird issues in Canberra with displaying DTV.
the default resolution is set to 800x600, when I watch TV, any show
that has heaps of movement and sound I get some drop out and the image
is horizontal waves, it seems like the refresh rates is too slow or
the machine can't handle the work.

I have an AMD XP2800+
512 Mg RAM
200Gig hdd.
Fusion DVB card
ATI9700 Card
Pioneer DVD Writer.

When I watch DVDs I only have a 3rd image display so the mail box view
is smaller than watching dvds on a normal dvd player.

What is the best resolution to set X for TV display?


Thanks

Kevin
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Make pause match in xine and internal player

2005-04-03 Thread Donavan Stanley
On Apr 3, 2005 8:42 PM, PAUL WILLIAMSON <[EMAIL PROTECTED]> wrote:
> I think that xine uses space and internal uses p.  Is there a way to get
> them
> to be the same key?  I tried the key binding screen in mythweb with no

Change the keybinding in xine.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Kyle Rose
In Seattle, NBC and CBS are 1080i, FOX and ABC are both 720p.
Whether it varies from region to region depends on the distribution 
method: are HD network programs transmitted in digital or analog?  If 
digital, then chances are I'm simply wrong and ABC is usually 720p.  If 
analog, then the local affiliate does the encoding and can broadcast 
whatever pleases them.

The reason I suspect the encoding happens at the source is that the FOX 
network makes a point of its broadcasts being 720p, even going so far as 
to tout this at commercial breaks.  Of course, it could just be a 
mandate from the network brass.  Who knows.

Cheers,
Kyle
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Need Help with FC3 pcHDTV HD-3000 Install

2005-04-03 Thread SacTwoThirtyEight





I have been unsuccessful still in trying to load the DVB drivers for my pcHDTV-3000.  What I have done so far is: Download the drivers for the pcHDTV from their website (using the latest 2.0 drivers). Installed the DVB programs as per Mr. Sturgeon's instructions to add azap
    Those instructions dictated to got to kernel 2.6.11
    I also upgraded to lastest nVidia 7174 drivers
    Now when I try to install the pcHDTV drivers,  I do the "make", "make install" and "make udev". Below are the results for the make, make install, modprobe cx88-dvb and dmesg
If anyone has any ideas, they would be greatly appreciated.  Thanks in advance. (Sorry for the long logs ... better to be complete than miss something important)
 
MythTV.019
FC3-kernel 2.6.11
Asus P5AD2 Premium Motherboard
Pentium 540 3.2GHz LGA775 
1GB of DDR2 RAM
 Gigabyte nVidia 6600GT RT pci-16x
 pcHDTV-3000
 
 
[EMAIL PROTECTED] pcHDTV-2.0]# make
make -C /lib/modules/2.6.11/build SUBDIRS=/pcHDTV-2.0 modules
make[1]: Entering directory `/usr/src/linux-2.6.11'
  Building modules, stage 2.
  MODPOST
make[1]: Leaving directory `/usr/src/linux-2.6.11'
[EMAIL PROTECTED] pcHDTV-2.0]# make install
strip --strip-debug bt878.ko btcx-risc.ko bttv.ko cx22702.ko cx24110.ko cx8800.k
o cx8801.ko cx8802.ko cx88-atsc.ko cx88-blackbird.ko cx88-dvb.ko cx88xx.ko dst.k
o dvb-bt8xx.ko dvb-core.ko dvb-pll.ko ir-common.ko ir-kbd-gpio.ko ir-kbd-i2c.ko
msp3400.ko mt352.ko nxt6000.ko or51132.ko or51211.ko saa6752hs.ko saa7134-dvb.ko
 saa7134-empress.ko saa7134.ko sp887x.ko tda1004x.ko tda9887.ko tuner.ko tvaudio
.ko tveeprom.ko tvmixer.ko v4l1-compat.ko v4l2-common.ko video-buf-dvb.ko video-
buf.ko

`videodev2.h' -> `/usr/include/linux/videodev2.h'
`videodev.h' -> `/usr/include/linux/videodev.h'
su -c "patch -Np0 /usr/include/linux/videodev2.h 
patching file /usr/include/linux/videodev2.h
su -c "./scripts/patch_modprobe.sh"
[EMAIL PROTECTED] pcHDTV-2.0]# modprobe cx88-dvb
WARNING: Error inserting video_buf_dvb (/lib/modules/2.6.11/v4l2/video-buf-dvb.k
o): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting video_buf_dvb (/lib/modules/2.6.11/v4l2/video-buf-dvb.k
o): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting cx88_dvb (/lib/modules/2.6.11/v4l2/cx88-dvb.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for cx88_dvb
=
 
 
[EMAIL PROTECTED] ~]# dmesg
ACPI: PCI interrupt :01:03.0[A] -> GSI 21 (level, low) -> IRQ 193
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[193]  MMIO=[d2cef000-d2cef7ff]  Max Packet=[4096]
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET: Registered protocol family 10
Disabled Privacy Extensions on device c03a33a0(lo)
IPv6 over IPv4 tunneling driver
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e018c3235a]
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI interrupt :05:00.0[A] -> GSI 16 (level, low) -> IRQ 217
PCI: Setting latency timer of device :05:00.0 to 64
NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module  1.0-7174  Tue Mar 22 06:44:39 PST 2005
ACPI: Power Button (FF) [PWRF]
ibm_acpi: ec object not found
EXT3 FS on sda2, internal journal
cdrom: open failed.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
Adding 1574360k swap on /dev/sda3.  Priority:-1 extents:1
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
Trying to free free DMA3
pnp: Device 00:06 disabled.
ip_tables: (C) 2000-2002 Netfilter core team
ip_tables: (C) 2000-2002 Netfilter core team
ACPI: PCI interrupt :01:0a.0[A] -> GSI 21 (level, low) -> IRQ 193
eth0: no IPv6 routers present
pnp: Device 00:06 activated.
parport: PnPBIOS parport detected.
pnp: Device 00:06 disabled.
lp: driver loaded but no devices found
cx88[0]/2: atsc_open - device data
cx88[0]/2: device minor 1
cx88[0]/2: tuner_type 52
program python is using a deprecated SCSI ioctl, please convert it to SG_IO
kobject_register failed for dvb_core (-17)
 [] kobject_register+0x51/0x60
 [] mod_sysfs_setup+0x58/0xb0
 [] load_module+0xa00/0xae0
 [] sys_init_module+0x58/0x220
 [] sysenter_past_esp+0x52/0x75
video_buf_dvb: disagrees about version of symbol dvb_dmx_release
video_buf_dvb: Unknown symbol dvb_dmx_release
video_buf_dvb: disagrees about version of symbol dvb_dmx_swfilter
video_buf_dvb: Unknown symbol dvb_dmx_swfilter
video_buf_dvb: disagrees about version of symbol dvb_dmx_init
video_buf_dvb: Unknown symbol dvb_dmx_init
kobject_register failed for dvb_core (-17)
 [] kobject_register+0x51/0x60
 [] mod_sysfs_setup+0x58/0xb0
 [] load_module+0xa00/0xae0
 [] sys_init_module+0x58/0x220
 [] sysenter_past_esp+0x52/0x75

 
John Sturgeon <[EMAIL PROTECTED]> wrote: 
SacTw

Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Jarod Wilson
On Sunday 03 April 2005 17:25, Kyle Rose wrote:
> > Thanks! This alone has actually been pretty good for me. I'm using NBC
> > "Law & Order" as a test clip. I think that is 1080i based on what I've
> > read about various networks,
>
> CBS and ABC are generally 1080i; FOX is generally 720p; I'm not sure
> about NBC.

In Seattle, NBC and CBS are 1080i, FOX and ABC are both 720p.

-- 
Jarod Wilson
[EMAIL PROTECTED]

Got a question? Read this first...
 http://catb.org/~esr/faqs/smart-questions.html
MythTV, Fedora Core & ATrpms documentation:
 http://wilsonet.com/mythtv/
MythTV Searchable Mailing List Archive
 http://www.gossamer-threads.com/lists/mythtv/


pgps6nly1M5Z8.pgp
Description: PGP signature
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] High-Definition Playback performance data

2005-04-03 Thread Ian Trider
> What about nvidia 5200 that's not AGP, but rather PCI? I'm getting good
> SD but no dice on HD using a 5200 and an Air2PC both PCI... am I
> somehow swamping the PCI bus?

Probably.  The DScaler people (excellent program, BTW) say this about
PCI and video:

--
Can I use any vga card as a display device ?

This is what Mark Rejhon has to say about this:

"DScaler requires an AGP card. It is impossible to do on a PCI video
card. DScaler uses massive amounts of *bidirectional* bus bandwidth:
250 megabits per second incoming bandwidth (from TV card) and about
500 megabits per second outgoing bandwidth (to videocard). This bus
data firehose is not feasible on PCI bus, as PCI can reliably
continuously transfer up to about 600-700 megabits per second *in one
direction only* out of a possible 1056 megabits per second (132
megabytes per second) due to overhead. Try to go bidirectional, and
framerate literally gets the death penalty!"

http://deinterlace.sourceforge.net/FAQ.htm 
--

Add HDTV to the mix and I'm fairly sure it just isn't possible..

-- 
Ian Trider
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Make pause match in xine and internal player

2005-04-03 Thread PAUL WILLIAMSON
I think that xine uses space and internal uses p.  Is there a way to get
them 
to be the same key?  I tried the key binding screen in mythweb with no

luck.

Ideas always welcome!  Thanks,

Paul

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Old Grey Hauppauge Remote + Watch Video

2005-04-03 Thread Paul Harvey
On Apr 3, 2005 4:46 PM, Jonathan Chapman <[EMAIL PROTECTED]> wrote:
> I've looked through the lirc key map file from
> http://wilsonet.com/mythtv/fcmyth.php#lirc and it all looks right. The
> remote works fine, it does rewinding fast forwarding and everything but
> when I go to watch a video in the "Watch Video" section my remote doesnt
> function. It wont fast forward, pause, anything. I have to use my
> keyboard to do anything. Whats the problem?
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 

The keys in mplayer or xine are much different from Myth...  

-- 
I have Gmail invites... Email me if you want one!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Program Guide Listing off 1 hour after daylight savings time change

2005-04-03 Thread Paul Bender
John Zeiger wrote:
I'm on the east coast USA and use DataDirect/Zap2it to pull the listings
for mythtv.  Last night we changed from EST to EDT and the program guide
is now an hour early.  I.e. a program that is listed as 3pm in the
program guide actually doesn't appear on tv till 4pm (i.e. it is still
using standard time in the guide).
I tried "mythfilldatabase --refresh-today", but that had no effect.
My clock was updated to EDT from EST 
 	clock
	Sun 03 Apr 2005 08:15:41 PM EDT  -0.365463 seconds

I checked the myth sql database and it has the program times stored as
EST not EDT or GMT, so I figure the problem has to be with
mythfilldatabase.  I can't see anyway to change the timezone/GMT Offset
for that program.
Can anybody help?
Check today's thread "Time change causes problems" 
.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Program Guide Listing off 1 hour after daylightsavings time change

2005-04-03 Thread PAUL WILLIAMSON
QT 3.3.4 broke something.  Go to 3.3.3 or earlier, restart the BE, 
and re-run mythfilldatabase and things should be good.

Paul

>>> [EMAIL PROTECTED] 04/03/05 8:20 PM >>>
I'm on the east coast USA and use DataDirect/Zap2it to pull the
listings
for mythtv.  Last night we changed from EST to EDT and the program
guide
is now an hour early.  I.e. a program that is listed as 3pm in the
program guide actually doesn't appear on tv till 4pm (i.e. it is still
using standard time in the guide).

I tried "mythfilldatabase --refresh-today", but that had no effect.

My clock was updated to EDT from EST 
clock
Sun 03 Apr 2005 08:15:41 PM EDT  -0.365463 seconds

I checked the myth sql database and it has the program times stored as
EST not EDT or GMT, so I figure the problem has to be with
mythfilldatabase.  I can't see anyway to change the timezone/GMT
Offset
for that program.

Can anybody help?


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Kyle Rose
Thanks! This alone has actually been pretty good for me. I'm using NBC
"Law & Order" as a test clip. I think that is 1080i based on what I've
read about various networks,
CBS and ABC are generally 1080i; FOX is generally 720p; I'm not sure
about NBC.
but I don't know how to just examine the
data file to extract this information. I think it would be kind of
cool for the Myth GUI (or MythWeb) to provide some interface for
looking at technical data for recorded programs (for me, "technical"
would be gratuitous geek information like 720p/1080i, SD broadcast
over HD, etc.).
You can get this information from (I believe) --verbose playback on
mythfrontend.
What kind of deinterlace algorithm are you using? I'm using Bob.
(Would that even be relevant to this performance discussion?)
Bob, for sure.  It's the only one that makes any sense, IMO; and rather
fortuitously, it's also the cheapest (other than one-field, I guess, but
that isn't really a deinterlacer. :) )
- Have you been using amd64-gcc-3.4 from the start, or had you
  tried pure64 (gcc-3.3) before? I'm still in my enamored
  honeymoon phase with MythTV, so I haven't started really
  poking at my setup yet.
Originally, 3.4 didn't exist, so I was using pure64.  It may be that
pure64 doesn't have any of the problems I've seen 3.4 exhibit, which
would make sense since Ubuntu is based on it (or rather, they are both
based on the same set of packages).  Nonetheless, I'm really impressed
by Ubuntu's stability and maturity for being such a new distribution.
Being based on a distribution like Debian will do that. :)
	- What was the motivation for going to Ubuntu?
Twofold: Erik suggested it for reasons I'll explain Monday... and I had
a bad enough taste in my mouth from the 3.4 archive that I decided I
just wanted to go with something different for a change.  FWIW, once I
log in, there is very little difference.  The bootup looks different,
and gdm originally looked different until I configured it back to
sanity, but otherwise it really is Debian unstable-made-stable: newer
packages but much smoother.
I've been wanting to upgrade, but pchdtv.com only has driver patches
to the 2.6.9 kernel.
Separate frontend and backend.  Backend runs 2.6.9, frontends both run
some variant of 2.6.11.  There are some advantages to this setup, though
the electric bill is a source of some complaint.
So this is implicitly --disable-xvmc, right? I also can't use XvMC.
Myth can't start with some kind of xvmc "can't setup context" problem.
I just explicitly disabled it because I didn't want someone changing the
defaults on me.  I don't bother with XvMC because it seems buggy and my
machines are fast enough to do without it.
Which drivers are you using for your HD-2000/HD-3000 cards?
Just 3000 at this point.  I'm using 1.6.
As I mentioned above, I use gcc-3.4. The reason is because with
gcc-3.3 I get this problem:
gcc-3.3 -c -pipe -march=k8 -w -O3 -Wall -Wno-switch
-fomit-frame-pointer -fPIC -fno-common -D_REENTRANT
-DMMX -DUSING_OPENGL_VSYNC -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\"
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
-I/usr/share/qt3/mkspecs/default -I.
-I/usr/local/include -I/usr/include/qt3 -o cpu_accel.o
cpu_accel.c
cc1: error: bad value (k8) for -march= switch
cc1: error: bad value (k8) for -mcpu= switch
It sounds like you've got both pentium-builder installed, AND you aren't
 specifying --cpu=x86_64 on your configure line: the --cpu argument
keeps the Myth build system from adding -march=... to the compile line.
 You don't need it for AMD64 since there aren't any other variants of
that architecture to optimize for...yet.
Cheers,
Kyle
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Program Guide Listing off 1 hour after daylight savings time change

2005-04-03 Thread John Zeiger
I'm on the east coast USA and use DataDirect/Zap2it to pull the listings
for mythtv.  Last night we changed from EST to EDT and the program guide
is now an hour early.  I.e. a program that is listed as 3pm in the
program guide actually doesn't appear on tv till 4pm (i.e. it is still
using standard time in the guide).

I tried "mythfilldatabase --refresh-today", but that had no effect.

My clock was updated to EDT from EST 
clock
Sun 03 Apr 2005 08:15:41 PM EDT  -0.365463 seconds

I checked the myth sql database and it has the program times stored as
EST not EDT or GMT, so I figure the problem has to be with
mythfilldatabase.  I can't see anyway to change the timezone/GMT Offset
for that program.

Can anybody help?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] widescreen TV out

2005-04-03 Thread Hamish Moffatt
On Sun, Apr 03, 2005 at 11:51:11PM +0100, Mark Smith wrote:
> You might be able to do that, but it would be at the expense of losing
> vertical resolution.
> 
> The best way to solve it is to add a DisplaySize line to your xorg.conf file
> to specify a display size with an aspect ration of 16:9. Something like:
> 
> DisplaySize 400 225
> 
> Myth will then output 16:9 to fill the screen and 4:3 with vertical black
> bars either side.

Thanks; you're right. I trided that anyway and got it working on
Saturday. Once I put it my TV size (DisplaySize 660 370), turned off
aspect ratio override in Myth and put the TV in zoom mode, it works
fine. (Without zoom on the TV, it thinks it's a 4:3 picture and
everybody's thin; zoom stretches it horizontally to fill the screen.)

Only problem is my GUI fonts are now tiny (in mythfrontend, gdm etc).
But that's been discussed here before and so I'll check the archives.


Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Zap2it Data off?

2005-04-03 Thread Michael Haan
Go read the thread "Time change causes problems".  Basically, if
you're in a TZ which observes DST and you're using QT 3.3.4, you
should be having a problem.  If so, either change your TZ, or rollback
to QT 3.3.3.  Then, stop the BE, run mythfilldatabase, and restart the
BE.  That should fix it for now.

On Apr 3, 2005 8:10 PM, Mario L <[EMAIL PROTECTED]> wrote:
> Well I'm still not sure what to think - some of my data is matching up now,
> but not all of it.  It might be a fault of just a few of the stations not
> providing the correct data due to the DST savings time change & not at all
> zap2it's fault.  My central time mythtv setup was worse though from what I
> saw, it looks like it was trying to record a futurama at 3 or 4 in the
> morning  today, when normally it airs around 10:30 or so. 
> 
> To get an idea of how widespread this is, what stations are people having
> trouble with and where are you located?
> I'm having:
> 
> Raleigh/Durham area NC (EDT)
> Problem Stations:
> FX, Comedy Central, UPN
> 
> The only station I could verifably say is working is FOX
> 
> Ames area IA (CDT)
> Problem Stations:
> Cartoon Network, & Comedy Central
> 
> No verified working stations
> 
> 
> Anyone with the issues want to compare to what they have working for their
> local area?
> 
> On Apr 3, 2005 7:18 PM, Dan Christensen <[EMAIL PROTECTED]> wrote:
> > 
> > "Ryan A. Carris" <[EMAIL PROTECTED] > writes:
> > 
> > > I've been battleing this since yesterday, thinking it was me, or DST.
> > > I've done everything, including dropping my database, but nothing.
> > > But, after seeing my clock correctly switch, and all the posts, I'm
> > > convinced it is Zap2it.
> > 
> > Hmm, I'm in Eastern Time, in Canada, and things are working fine for
> > me.  I happened to reboot my machine not too long after the change
> > to EDT, because of a power failure, so there's a slight chance that
> > is why my system is ok, but I assume people have tried that?
> > 
> > In any case, it doesn't look like a blanket Zap2it problem.  Maybe
> > just for some providers?  Or maybe the providers themselves are at
> > fault?
> > 
> > Dan
> > 
> > 
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org 
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users 
> > 
> > 
> > 
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Zap2it Data off?

2005-04-03 Thread Mario L
Well I'm still not sure what to think - some of my data is matching up
now, but not all of it.  It might be a fault of just a few of the
stations not providing the correct data due to the DST savings time
change & not at all zap2it's fault.  My central time mythtv
setup was worse though from what I saw, it looks like it was trying to
record a futurama at 3 or 4 in the morning  today, when normally
it airs around 10:30 or so. 

To get an idea of how widespread this is, what stations are people having trouble with and where are you located?
I'm having:

Raleigh/Durham area NC (EDT)
Problem Stations:
FX, Comedy Central, UPN

The only station I could verifably say is working is FOX

Ames area IA (CDT)
Problem Stations:
Cartoon Network, & Comedy Central

No verified working stations

Anyone with the issues want to compare to what they have working for their local area?On Apr 3, 2005 7:18 PM, Dan Christensen <[EMAIL PROTECTED]> wrote:"Ryan A. Carris" <[EMAIL PROTECTED] > writes:> I've been battleing this since yesterday, thinking it was me, or DST.> I've done everything, including dropping my database, but nothing.> But, after seeing my clock correctly switch, and all the posts, I'm> convinced it is Zap2it.Hmm, I'm in Eastern Time, in Canada, and things are working fine forme.  I happened to reboot my machine not too long after the changeto EDT, because of a power failure, so there's a slight chance thatis why my system is ok, but I assume people have tried that?In any case, it doesn't look like a blanket Zap2it problem.  Maybejust for some providers?  Or maybe the providers themselves are atfault?Dan___mythtv-users mailing listmythtv-users@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users ___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Michael Haan
Yep - just did that and it's fine now.

On Apr 3, 2005 7:50 PM, Preston Crow <[EMAIL PROTECTED]> wrote:
> > > I'm running Gentoo, so I did:
> > > ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> > > If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> > > they're the same during the summer.  (i.e., Atlantic Standard Time and
> > > Eastern Daylight Time are the same, and tropical areas tend not to use
> > > Daylight Savings Time, as is the case with the one I selected.)
> 
> > I'm also on Gentoo, so I tried just rolling back to the old version of
> > QT (3.3.3).  However, this doesn't seem to have fixed the problem.  Do
> > I need to do something more?
> 
> One you have the timezone/QT set to the right versions, restart the
> backend, then re-run mythfilldatabase.
> 
> --PC
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Upgrading to 0.17 killed all frontends

2005-04-03 Thread Piers Kittel
Ah that fixed it!  Thanks!  Forgot how to set up mythtv already - 
probably blanked it out from my mind in response of blocking out 
traumatic memories maybe... ;)

Cheers - Piers
Rob Hillis wrote:
Piers Kittel wrote:
Database error was:
Access denied for user: '[EMAIL PROTECTED]' (Using 
password: YES)

Check your mysql.txt file to ensure that the update didn't clobber the 
old file.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Preston Crow
> > I'm running Gentoo, so I did:
> > ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> > If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> > they're the same during the summer.  (i.e., Atlantic Standard Time and
> > Eastern Daylight Time are the same, and tropical areas tend not to use
> > Daylight Savings Time, as is the case with the one I selected.)

> I'm also on Gentoo, so I tried just rolling back to the old version of
> QT (3.3.3).  However, this doesn't seem to have fixed the problem.  Do
> I need to do something more?

One you have the timezone/QT set to the right versions, restart the
backend, then re-run mythfilldatabase.

--PC

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Old Grey Hauppauge Remote + Watch Video

2005-04-03 Thread Jonathan Chapman
I've looked through the lirc key map file from 
http://wilsonet.com/mythtv/fcmyth.php#lirc and it all looks right. The 
remote works fine, it does rewinding fast forwarding and everything but 
when I go to watch a video in the "Watch Video" section my remote doesnt 
function. It wont fast forward, pause, anything. I have to use my 
keyboard to do anything. Whats the problem?

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Michael Haan
On Apr 3, 2005 7:02 PM, Preston Crow <[EMAIL PROTECTED]> wrote:
> On Sun, 2005-04-03 at 14:35, Andrew McNabb wrote:
> > Okay.  I think I know for sure what the exact problem is.  We count the
> > number of seconds from Jan 1, 1970 to the GMT time of the program.
> > Since QT fixed their secsTo bug, they're now taking into account the
> > time zone.  That means that when the GMT time of a show is after the
> > daylight savings time transition, our number of seconds to the start of
> > the program is off by an hour.
> 
> So as mentioned in another post, you can set your timezone to be one
> that doesn't use daylight savings time, restart your backend, and you're
> all set until fall.
> 
> I'm running Gentoo, so I did:
> ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
> If you're in EDT, the Virgin Islands use AST, and don't do DST, so
> they're the same during the summer.  (i.e., Atlantic Standard Time and
> Eastern Daylight Time are the same, and tropical areas tend not to use
> Daylight Savings Time, as is the case with the one I selected.)
> 
> --PC
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
> 
I'm also on Gentoo, so I tried just rolling back to the old version of
QT (3.3.3).  However, this doesn't seem to have fixed the problem.  Do
I need to do something more?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Transcoding shows for Sony PSP

2005-04-03 Thread Ian Forde
On Sun, 2005-04-03 at 11:59 -1000, James L. Paul wrote:
> I'm currently using a clumsy process for watching TV shows on my Sony 
> PSP that were recorded by my MythTV box. Basically, I'm copying the .nuv 
> file to a renamed .mpg file in a network-visible directory. A windows 
> application named PSP Video 9 watches that directory and automatically 
> transcodes and transfers the video files to the PSP device. I can then 
> watch selected TV programs on my PSP.
> 
> PSP Video 9 is a windows wrapper for FFMPEG, using the MobileHackers 
> binary, which is hacked to be able to produce PSP compliant MP4 files. 
> It should be possible to build this version on Linux, but I haven't 
> tried that yet.
> 
> I plan to look into directly transcoding to PSP entirely within MythTV, 
> but haven't been keeping up with Myth lately. I haven't updated my box 
> in months. I just wanted to toss this subject in the open since I didn't 
> find a single reference to the PSP in the archives and wonder if anybody 
> else is looking to do something similar.

Well, you'd probably want to add it to nuvexport then...

-I

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Zap2it Data off?

2005-04-03 Thread Dan Christensen
"Ryan A. Carris" <[EMAIL PROTECTED]> writes:

> I've been battleing this since yesterday, thinking it was me, or DST.
> I've done everything, including dropping my database, but nothing.  
> But, after seeing my clock correctly switch, and all the posts, I'm
> convinced it is Zap2it.

Hmm, I'm in Eastern Time, in Canada, and things are working fine for
me.  I happened to reboot my machine not too long after the change
to EDT, because of a power failure, so there's a slight chance that
is why my system is ok, but I assume people have tried that?

In any case, it doesn't look like a blanket Zap2it problem.  Maybe
just for some providers?  Or maybe the providers themselves are at
fault?

Dan
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] XvMC - less stable on 0.17 and latest CVS compared to 0.16

2005-04-03 Thread Michael S. Keller
Has anybody noticed stability problems with XvMC and 0.17 or later? When 
I fast forward a lot or press the pause button and let it go for a 
while, when I unpause it my machine is locks up.
I haven't closely tracked symptoms, but yes. I had to disable XvMC in 
0.17 and live with higher CPU usage. nVidia FX5200. Doesn't matter if I 
use 6111 or 6629.

-M
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Preston Crow
On Sun, 2005-04-03 at 14:35, Andrew McNabb wrote:
> Okay.  I think I know for sure what the exact problem is.  We count the
> number of seconds from Jan 1, 1970 to the GMT time of the program.
> Since QT fixed their secsTo bug, they're now taking into account the
> time zone.  That means that when the GMT time of a show is after the
> daylight savings time transition, our number of seconds to the start of
> the program is off by an hour.

So as mentioned in another post, you can set your timezone to be one
that doesn't use daylight savings time, restart your backend, and you're
all set until fall.

I'm running Gentoo, so I did:
ln -sf /usr/share/zoneinfo/America/Virgin /etc/localtime
If you're in EDT, the Virgin Islands use AST, and don't do DST, so
they're the same during the summer.  (i.e., Atlantic Standard Time and
Eastern Daylight Time are the same, and tropical areas tend not to use
Daylight Savings Time, as is the case with the one I selected.)

--PC


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FF Not Predictable

2005-04-03 Thread George Nassas
On 3-Apr-05, at 11:52 AM, Hans Wasmeier wrote:
Fast Forward, though, seems to have a variety of hiccups,
...
it will sometimes recommence at random locations
Sometime after the .17 release there was talk on the dev list about 
this. It seems the calculation to reposition you after you release FF 
is flawed so you end up somewhere short of where you're supposed to be. 
A patch was submitted and applied but for the life of me I can't find 
it to fix my system which is having the same trouble.

Anyway, it should be fixed in .18 which is right around the corner.
- George
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] How do I determine mythfrontend status?

2005-04-03 Thread Cedric Tefft
Can anybody tell me how to (programatically) determine mythfrontend's 
current status?  Up to this point I have been redirecting mythfrontend's 
output to a file and then just parsing the file for those 'Changing 
from...' messages, however there seems to have been a change in CVS 
recently that's causing log output to be buffered, so there's no telling 
how long it will be after a 'Changing from' message is generated before 
it actually shows up in the log file.

Thx,
- Cedric
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] widescreen TV out

2005-04-03 Thread Mark Smith
In message <[EMAIL PROTECTED]>
  Hamish Moffatt <[EMAIL PROTECTED]> wrote:

> At the risk of repeating a recent thread I'm still confused about
> widescreen TV out. I'm now connecting my Myth box (with GF4 440MX) to a
> new widescreen TV. Currently via composite but I'll change that later.
> 
> [Snip]
>
> Is the correct way to handle this to use one of Myth's zoom/stretch 
> modes to stretch the 16:9 source image to a 4:3 output image, then
> use a TV zoom mode to stretch it back? I think that should work.

You might be able to do that, but it would be at the expense of losing
vertical resolution.

The best way to solve it is to add a DisplaySize line to your xorg.conf file
to specify a display size with an aspect ration of 16:9. Something like:

DisplaySize 400 225

Myth will then output 16:9 to fill the screen and 4:3 with vertical black
bars either side.

-- 
Mark Smith - Surrey, UK
http://www.chez-moi.org.uk/

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] tv_grab_au - perl XML broken

2005-04-03 Thread Kevin Saenz
First you will have to get XML::Parser I don't know if you can get it
from Gentoo site, you can also get the files from cpan.org. The
easiset way to get reqiured files from cpan is to run the following
commands

perl -MCPAN -e shell

then allow perl to create a configure script select the sites you
trust and will download from.

then run

install XML::Parser



> >Hi,
> >
> >This is really more of a gentoo question I think, but it relates to
> >tv_grab_au so maybe somebody here has seen it before. I have posted a
> >more detailed description to the gentoo forums here:
> >http://forums.gentoo.org/viewtopic-t-317593.html But if anyone in
> >mythtv-land knows what I'm on about, please chip in...
> >
> >I wanted to use the tv_grab_au off the list, but it complains about
> >needing threaded perl. So I've re-emerged perl, with threads, but now
> >get errors when running tv_grab_au like this one:
> >
> >bash-2.05b$ tv_grab_au
> >Can't locate XML/Parser.pm in @INC (@INC contains: /etc/perl
> >/usr/lib/perl5/site_perl/5.8.5/i686-linux-thread-multi
> >/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4
> >/usr/lib/perl5/site_perl
> >/usr/lib/perl5/vendor_perl/5.8.5/i686-linux-thread-multi
> >/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4
> >/usr/lib/perl5/vendor_perl
> >/usr/lib/perl5/5.8.5/i686-linux-thread-multi /usr/lib/perl5/5.8.5
> >/usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.8.4 .) at
> >/usr/lib/perl5/vendor_perl/5.8.5/XML/Twig.pm line 82.
> >BEGIN failed--compilation aborted at
> >/usr/lib/perl5/vendor_perl/5.8.5/XML/Twig.pm line 82.
> >Compilation failed in require at
> >/usr/lib/perl5/vendor_perl/5.8.5/XMLTV.pm line 108.
> >BEGIN failed--compilation aborted at
> >/usr/lib/perl5/vendor_perl/5.8.5/XMLTV.pm line 108.
> >Compilation failed in require at /usr/bin/tv_grab_au line 107.
> >BEGIN failed--compilation aborted at /usr/bin/tv_grab_au line 107.
> >bash-2.05b$
> >
> >No idea how to fix this, so any suggestions welcomed.
> >
> >Thanks
> >Richard
> >___
> >mythtv-users mailing list
> >mythtv-users@mythtv.org
> >http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> 
> I have found that after re-emerging/upgrading Perl, you have to
> re-emerge in the other programs as they will not be found, Parser.pm is
> one of them, but there is a script that can be run to fix that issue,
> when you emerge perl, that script is displayed at the end of the merge,
> just before it unmerges the older version, or if your not quick over the
> 5 second break, you loose that vital info
> 
> 
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythtv playback problem with NVIDIA videoacceleration - HELP! (still unsolved)

2005-04-03 Thread Michael Cheshire (Mailing Lists)
- Original Message - 
From: "Jarod Wilson" <[EMAIL PROTECTED]>
To: "Discussion about mythtv" 
Cc: "Axel Thimm" <[EMAIL PROTECTED]>
Sent: Saturday, April 02, 2005 6:04 PM
Subject: Re: [mythtv-users] Mythtv playback problem with NVIDIA 
videoacceleration - HELP! (still unsolved)

[ stuff about XvMC in ATrpms packages not working w/71xx nvidia driver ]
> Was gonna try to see for myself this evening, but for whatever reason, I
> can't even get X to actually work with 7167 on my main HD playback box 
> at
> the moment... Will try again tomorrow night with another box. If I get 
> that
> problem myself, I'll rebuild Myth against the 7167 libs and try again.

That happens even after yanking all traces of 6629 from the system, so it
would seem 6629's libXvMC is staticly linked to libmyth, or something like
that. I'm kicking off a rebuild of myth against 7174 before hitting the 
sack,
we'll see what we can see tomorrow...
Wicked :)
When can we grab the new mythtv packages?
Cheers.
M. 


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Zap2it Data off?

2005-04-03 Thread Mario L
I havent checked today to see if this has been resolved since DST has
passed now.  I'll see later on this evening if it is still
happenening for todays recordings.  I'm glad to hear i'm not crazy
though!On Apr 3, 2005 2:11 PM, Ryan A. Carris <[EMAIL PROTECTED]> wrote:On Apr 3, 2005 12:18 PM, Steven Loberger <[EMAIL PROTECTED]> wrote:> Daylight savings,>> On Apr 3, 2005 1:07 PM, Michael Haan <[EMAIL PROTECTED]> wrote:> > On Apr 3, 2005 1:45 AM, Mario L <[EMAIL PROTECTED]> wrote:> > > For some reason all of my zap2it data has been off.   I have two mythtv> > > setups, one in eastern time and one in central time.  The one in central> > > time has its recordings off by a single hour all of a sudden today, and the> > > one in eastern time has all of its recordings off by two hours today.  I> > > thought it was just a coincidence with FX, but its all of the stations.  I> > > double checked my clocks and timezones, and then compared the zap2it data to> > > tvguide data, and the zap2it data isn't properly shoing up.  I'm wondering> > > if this will be resolved by itself with the DST switch in twenty minutes,> > > but I'm not sure.  If it isn't resolved, what is the easiest way to blow all> > > the guide data and rebuild without blowing the entire myth database?  Also> > > has anyone else noticed this today?> > >Yes, I noticed this yesterday  (saturday) morning also.  I had justinstalled a new motherboard, so I thought it was me.  I can't countthe number of times I have checked the system's timezone settings.NTP is up and running, and I have the correct time.  My hardware clockis set to UTC.  Yesterday the TZ was set to CST, and today itcorrectly switched to CDT.I've been battleing this since yesterday, thinking it was me, or DST.I've done everything, including dropping my database, but nothing.But, after seeing my clock correctly switch, and all the posts, I'mconviced it is Zap2it.   I'm a little bothered that we haven't seen apeep out of the myth gurus out there.  We'll see..___mythtv-users mailing listmythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: [ivtv-devel] kernel 2.6.12 support

2005-04-03 Thread David George
John Patrick Poet wrote:
David George wrote:
>
> HDTV capable frontend I am working on (now with a picture)
> http://mythhd.info
David, this looks very promising.  How would the S/PDIF connector fit 
in that case?
I had to punch holes in the back.
  Are you looking at using the component video or DVI?
I am using component video (my HDTV doesn't have DVI).
  How would those connectors fit in that case?
Extremely, extremely, tightly ;-)  I had to punch the three holes for 
the component video in the blank area above the power connector.  The 
S/PDIF connector was punched in the blank area of the I/O sheild.  
Unfortunately, no space for optical S/PDIF (Toslink), I am still looking 
into it though.

I will have a picture of the back and the guts of the box soon.  Just 
haven't had time lately.

--
David
HDTV capable frontend I am working on (now with a picture)
 http://mythhd.info
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Mythfrontend compile error

2005-04-03 Thread Anthony Relle
Try:

emerge qt 

It looks like it was compiled against your old glibc from before your
upgrade to 2005.0 (??)

No harm if that is the wrong answer anyway.

--
Anthony

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: 03 April 2005 22:51
To: mythtv-users@mythtv.org
Subject: [mythtv-users] Mythfrontend compile error

Hi All,

Can anyone shed some light on the following compile error:

collect2: ld returned 1 exit status
make[2]: *** [mythprogfind] Error 1
make[2]: Leaving directory
`/var/tmp/portage/mythfrontend-0.17/work/mythtv-0.17/
programs/mythprogfind'
make[1]: *** [sub-mythprogfind] Error 2
make[1]: *** Waiting for unfinished jobs
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/
bin/
ld: warning: libstdc++.so.5, needed by
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-2005
0110/../../../libGLU.so, may conflict with libstdc++.so.6
/usr/qt/3/lib/libqt-mt.so: undefined reference to
[EMAIL PROTECTED] BC_2.3.3'
/usr/qt/3/lib/libqt-mt.so: undefined reference to
[EMAIL PROTECTED] LIBC_2.3.3'
collect2: ld returned 1 exit status
make[2]: *** [mythepg] Error 1
make[2]: Leaving directory
`/var/tmp/portage/mythfrontend-0.17/work/mythtv-0.17/
programs/mythepg'
make[1]: *** [sub-mythepg] Error 2
make[1]: Leaving directory
`/var/tmp/portage/mythfrontend-0.17/work/mythtv-0.17/
programs'
make: *** [sub-programs] Error 2
--
I am using gcc 3.4 compiler (and I have successfully compiled Mythfrontend
before with it).

The only changes I have made recently is upgrading to 2005.0 from 2004.4 and
doing an emerge system.

Thanks


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How well does commercial detection work?

2005-04-03 Thread Chris Pinkham
> Thanks for the debug info (although I'm not sure the whole list wanted
> to see the mythcommflag.out.bz2 file). :)  This should be fixed in
> current CVS, can you update and reflag this show to see if it does it
> correctly now?

> http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/mythtv/libs/libmythtv/commercial_skip.cpp?r1=1.45&r2=1.46

Kevin, sorry I typoed your name in the commit log. :(

-- 

Chris

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Tried everything, and nothing works

2005-04-03 Thread Dave Fade
Again, trying to get mythtv to work on FC3. Used the
wilsonet tutorial to install everything. TV card
works, tried it out w/ tv time. The problem is, when i
got to "Watch TV", it goes to a black screen, and
nothing happens. The error about the slashes is not
the problem. Here is the output of the shell window
where i execute the mythfrontend.

http://www.geocities.com/sajubien/frontend.txt

and this is the error from the shell window where i
execute mythbackend

http://www.geocities.com/sajubien/backend.txt

?



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Transcoding shows for Sony PSP

2005-04-03 Thread James L. Paul
I'm currently using a clumsy process for watching TV shows on my Sony 
PSP that were recorded by my MythTV box. Basically, I'm copying the .nuv 
file to a renamed .mpg file in a network-visible directory. A windows 
application named PSP Video 9 watches that directory and automatically 
transcodes and transfers the video files to the PSP device. I can then 
watch selected TV programs on my PSP.

PSP Video 9 is a windows wrapper for FFMPEG, using the MobileHackers 
binary, which is hacked to be able to produce PSP compliant MP4 files. 
It should be possible to build this version on Linux, but I haven't 
tried that yet.

I plan to look into directly transcoding to PSP entirely within MythTV, 
but haven't been keeping up with Myth lately. I haven't updated my box 
in months. I just wanted to toss this subject in the open since I didn't 
find a single reference to the PSP in the archives and wonder if anybody 
else is looking to do something similar.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How well does commercial detection work?

2005-04-03 Thread Chris Pinkham
> I send this to you directly.  From the relevant portions I can see it 
> did detect the 12 second and ~0 second break again.  If I read it right, 
> that's at frame 18625 and then at 67576.  I am using the ALL detection 
> method with strict detection enabled.
> 
> 2005-04-03 12:07:33.803   18625 : 4 (00:10:20.25) (620)
> 2005-04-03 12:07:33.803   19014 : 5 (00:10:33.24) (633)

> 2005-04-03 12:07:33.804   67576 : 4 (00:37:32.16) (2252)
> 2005-04-03 12:07:33.804   67586 : 5 (00:37:32.26) (2252)

Thanks for the debug info (although I'm not sure the whole list wanted
to see the mythcommflag.out.bz2 file). :)  This should be fixed in
current CVS, can you update and reflag this show to see if it does it
correctly now?

When going from a block that looks like a commercial to a block that
doesn't, I had a bug that was checking the min commercial break length
against the end of the new block instead of the start of the block.
This same bug caused both of these scenarios.  The bug was allowing these
short commercial breaks to be flagged when they shouldn't have been.

If you don't want to update to current CVS, you can try the 1-line patch
here:

http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/mythtv/libs/libmythtv/commercial_skip.cpp?r1=1.45&r2=1.46
-- 

Chris

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythfrontend compile error

2005-04-03 Thread powergen
Hi All,

Can anyone shed some light on the following compile error:

collect2: ld returned 1 exit status
make[2]: *** [mythprogfind] Error 1
make[2]: Leaving directory `/var/tmp/portage/mythfrontend-0.17/work/mythtv-0.17/
programs/mythprogfind'
make[1]: *** [sub-mythprogfind] Error 2
make[1]: *** Waiting for unfinished jobs
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/bin/
ld: warning: libstdc++.so.5, needed by /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-2005
0110/../../../libGLU.so, may conflict with libstdc++.so.6
/usr/qt/3/lib/libqt-mt.so: undefined reference to [EMAIL PROTECTED]
BC_2.3.3'
/usr/qt/3/lib/libqt-mt.so: undefined reference to [EMAIL PROTECTED]
LIBC_2.3.3'
collect2: ld returned 1 exit status
make[2]: *** [mythepg] Error 1
make[2]: Leaving directory `/var/tmp/portage/mythfrontend-0.17/work/mythtv-0.17/
programs/mythepg'
make[1]: *** [sub-mythepg] Error 2
make[1]: Leaving directory `/var/tmp/portage/mythfrontend-0.17/work/mythtv-0.17/
programs'
make: *** [sub-programs] Error 2
--
I am using gcc 3.4 compiler (and I have successfully compiled Mythfrontend 
before with it).

The only changes I have made recently is upgrading to 2005.0 from 2004.4 and 
doing an emerge system.

Thanks


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] FF Not Predictable

2005-04-03 Thread Sasha Z
I have the same problem using .17 cvs as of two weeks ago, as well as
the .17 release.

I'm on entirely different hardware, but also using xfs.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] I'm a mythtv failure

2005-04-03 Thread Adam Gianola
the check box for xvmc is in the setup within the front end:

Utilities/Setup --> Setup --> TV Settings --> Playback --> Hardware
Decoding Settings (5th Screen).  The top checkbox says 'Use the
PVR-350's TV out / MPEG decoder' and the lower checkbox says 'Use
hardware XvMC MPEG Decoding'.  FWIW I can actually use XvMC since I
have a video card which supports it (FX5200), but I never use it...
still too buggy (though it does seem to actually help with HDTV
playback).

Cheers,
Adam

On Apr 3, 2005 11:29 AM, Kelly <[EMAIL PROTECTED]> wrote:
> On Apr 3, 2005 10:21 AM, Kelly <[EMAIL PROTECTED]> wrote:
> > On Apr 3, 2005 10:10 AM, PAUL WILLIAMSON <[EMAIL PROTECTED]> wrote:
> > > >>> Kelly <[EMAIL PROTECTED]> 04/03/05 12:47 PM >>>
> > > >I'm done. Three weekend, 50 hours and still no live HDTV that
> > > > isn't jerky.
> > > >
> > > > It seems to be something to do with audio. I know next to
> > > > nothing about audio and Linux. Never had a need to use it
> > > > so I never messed with it. But it seems to be what is causing
> > > > the video and audio to be out of sync.
> > >
> > > Never had a need to use Linux?  What???
> > >
> > > >  So, I thought "hey" I'll get the cvs version and compile it.
> > > >   wrong.
> > >
> > > You say you know next to nothing about linux, yet you're
> > > going with CVS?  Where's that logic?  I've been using/admin
> > > of various linux/unix/solaris farms for about 10 years and
> > > I don't think I'm ready for CVS...
> > >
> > > > Oh, I need the original tar file. Ok, download  configure...
> > > > hmmm configure looks different. but it makes and installs.
> > > > good
> > > >
> > > > So now I go back to cvs. Hmmm which configure options do i
> > > > needwell since the atrpm has the xvmc support "disabled"
> > > > I though I'd enable it. But it still fails to compile in
> > > > programs/mythepg
> > >
> > > I thought Axel or Jarod just posted that it was enabled?
> > >
> > > > This means I can't make a mythtv from source which means I
> > > > can't turn on the xvmc support or verify what my audio is
> > > > doing in the setup.
> > >
> > > If the above were correct, yeah...
> > >
> > > > Finally I thought I would grap the
> > > > mythtv-0.17-97.rhfc3.at.src.rpm but
> > > > it fails to install.
> > > >
> > >
> > > So grab one of the earlier sourc RPMs.  I think there
> > > are a few available...
> > >
> > > > I have now idea if the HD3000 card is defective or not. I
> > > > get SD programing fine OTA but DT programing is jerky
> > > > and non watchable.
> > >
> > > Probably not, but you don't mention trying to capture OTA
> > > from the command line outside of Myth.  That would be the
> > > first step.
> > >
> > > > I'm done. I have a $1200 door stop. But hey, It's a really
> > > > nice shiny case!
> > >
> > > Nah, 'cuz if you were, you wouldn't be posting to the list.
> > > You may need to walk away for a week to regain your
> > > enthusiasm...
> > >
> > > > Is it just me or do we need a mythtv support group?
> > > >
> > > > Hi my name is kelly, and I'm a mythtv failure...
> > > > - "Hi Kelly"
> > >
> > > Wait!!  I must be in the wrong place then.  I thought this
> > > WAS the MYth support group...
> > >
> > > We don't let each other fail...(corny, but I haven't seen
> > > a problem on this list that couldn't be figured out given
> > > the correct information to troubleshoot it.
> > >
> > > Paul
> > >
> > >
> > > ___
> > > mythtv-users mailing list
> > > mythtv-users@mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > >
> > >
> > >
> >
> > Never needed to use audio in linux. Sorry. I run mostly server
> > applications. A few client apps but mostly server side stuff.
> >
> > I'm getting OTA signals at 95%. The DVB driver loads up and works
> > great with mythbackend.
> >
> > I keep hearing about a check box for XvMC in the setup but I don't see
> > it. Also I don't see any Audio in setup either.
> >
> > I'm going to walk away for a week or so and come back and start over.
> >
> > kel
> >
> 
> Funny! When I read this thread in gmail I get the following sponsor list:
> 
> - Linux for Newbies
> - Why build a MythTV PVR?
> - Don't Build a Linux PVR
> 
> kel
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Second tuner audio problem.

2005-04-03 Thread Matt Gracie
Matt Gracie wrote:
I'm running MythTv on an Athlon XP 1800+ with a pair of ATI TV Wonder 
Pro tuners (using the cx8800 driver). They both pick up audio 
wonderfully, but I can't get audio to record on the second tuner. I've 
got it plugged in via the patch cable to a second sound card, but I get 
an error on the mythfrontend terminal that says "/dev/dsp1 captured -1 
of 4096 bytes of data".
Er, that should be "they both pick up _video_ wonderfully, but I can't 
get audio to record on the second tuner". Sorry for that.

Also, in case it helps anyone with a diagnosis, I can get the second 
tuner's audio either from the tuner's audio out jack or from the 
line-out jack on the second sound card. It just isn't getting imported 
into Myth for some reason.

--Matt
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Optimizing MythTV for AMD64

2005-04-03 Thread Robert Tsai
On Sun, Apr 03, 2005 at 11:21:40AM -0400, Kyle Rose wrote:
> I posted the following on my homepage this morning:

Cool. I'm not cool enough to have my own domain (or even my own
website), so I'll just let this get buried in the e-mail archives.

I've gotten started with MythTV for about a few weeks and am almost
comfortable enough with it to cancel my cable subscription, get
another HD-3000 card, and give my TiVo to my younger brother. My
combined frontend-backend system:

- AMD64 3500+ Winchester
- single HD-3000
- Pretty stock debian pure64 (gcc-3.3)
- NVidia FX5200 AGP DVI output
- linux kernel 2.6.9
- stock PCHDTV 1.6 driver patches from pchdtv.com
- nvidia drivers as described on debian amd64 alioth website.
- MythTV CVS, updated every week or so, compiled with gcc-3.4.
- XFree86 configured at 960x540
- MythTV GUI configured at 856x480+56+32 and +2% vertical
  overscan. The GUI geometry is to deal with TV overscan. I
  tried an Audio Authority 9A60 adapter, but that only got me
  up to 952x504, and it always messed up the convergence on my
  RPTV. So I'm back to DVI. The vertical overscan adjustment
  is for non-HD NBC (Conan O'Brien). There is always a white
  bar of static at the top of the display that I think is
  somehow part of the signal, so I use the overscan adjustment
  to get rid of it.

Let's go through the list:

> It has taken quite some time for MythTV to get to the point where it
> can reasonably be used with this configuration. Recently, a version
> of ffmpeg that appears to be optimized for AMD64
>  has been imported into the Myth CVS
> repository: to get this, make sure to uncheck the "uselibmpeg"
> option in Setup/TV Settings/Playback. However, this alone isn't
> sufficient.

Thanks! This alone has actually been pretty good for me. I'm using NBC
"Law & Order" as a test clip. I think that is 1080i based on what I've
read about various networks, but I don't know how to just examine the
data file to extract this information. I think it would be kind of
cool for the Myth GUI (or MythWeb) to provide some interface for
looking at technical data for recorded programs (for me, "technical"
would be gratuitous geek information like 720p/1080i, SD broadcast
over HD, etc.). I don't have any FOX recordings handy, so I can't
provide any results for 720p (I tend to aggressively delete shows when
I'm done watching them, and haven't yet learned to keep them around
for debugging/tinkering).

Anyway, using libmpeg, I run at about 75-85% CPU. Turning off libmpeg,
I am now down to about 50% CPU. In both cases, this is about 12% for
XFree86. Perhaps by coincidence, this confirms your reported CPU
numbers below (although we have different CPUs).

What kind of deinterlace algorithm are you using? I'm using Bob.
(Would that even be relevant to this performance discussion?)

> While I can't pinpoint the exact problem, I changed two major things in 
> one day that resulted in much improved performance:
> 
>   1. /Cross/Downgraded from Debian  gcc-3.4 to
>  Ubuntu  Hoary./ This is a non-trivial
>  operation if you are not used to screwing with Debian packages a
>  lot. I still find old pieces of gcc-3.4/4.0-based packages now and
>  then, and need to reinstall them from Ubuntu's archive when I find
>  them. I recommend reinstalling from scratch if you aren't
>  comfortable with recovering from broken libc packages by hand. :)

Just curious:

- Have you been using amd64-gcc-3.4 from the start, or had you
  tried pure64 (gcc-3.3) before? I'm still in my enamored
  honeymoon phase with MythTV, so I haven't started really
  poking at my setup yet.

- What was the motivation for going to Ubuntu? I've been a
  long-time debian user, so I initially just tried pure64, and
  it didn't give me any problems. Some of the philosophy is
  admittedly sometimes frustrating (slow releases, non-free
  software), but the stability has proven itself to me a few
  times as well (including the recently alleged qt-3.4 DST
  shenanigans people have been reporting).

>   2. /Upgraded my kernel to 2.6.11.6./ I actually don't think this
>  was part of the performance improvement, but it was a variable,
>  so I didn't want to leave it out. If you have stability
>  problems with CONFIG_PREEMPT_BKL (preempting the big kernel
>  lock), turn it off; I did.

I've been wanting to upgrade, but pchdtv.com only has driver patches
to the 2.6.9 kernel. The reason I want to upgrade is because there is
a bug in the header files related to  that I have to
patch my way around (which I've told myself is easier than upgrading
the pchdtv patches to a more recent kernel).

> In sum, my configuration looks like th

[mythtv-users] Second tuner audio problem.

2005-04-03 Thread Matt Gracie
I'm running MythTv on an Athlon XP 1800+ with a pair of ATI TV Wonder 
Pro tuners (using the cx8800 driver). They both pick up audio 
wonderfully, but I can't get audio to record on the second tuner. I've 
got it plugged in via the patch cable to a second sound card, but I get 
an error on the mythfrontend terminal that says "/dev/dsp1 captured -1 
of 4096 bytes of data".

I've tried this using the patch to the onboard VIA audio on the 
motherboard, as well as to a second Soundblaster Live!, identical to the 
one that I am using to capture audio from the first tuner.

I'm running Myth on Debian, using stock kernel 2.6.10-k7 from the 
official unstable repository, and Myth installed from the rit.edu 
apt-get repository.

Has anyone else seen this? Is anyone successfully running two Conexant 
based tuners with audio?

--Matt
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] configure did not detect my cpu

2005-04-03 Thread cythrault
My (not so) new backend's cpu ... ;)

 *** WARNING *** 
 Your CPU was not detected properly:
   uname -m: i686
   uname -p: i686
 model name: Intel(R) Celeron(TM) CPU1200MHz
  flags: fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat
pse36 mmx fxsr sse
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Cannot delete recording

2005-04-03 Thread Graham Dunn
On Sun, Apr 03, 2005 at 11:28:09AM -0400, aaron wrote:
> I presume that if I rename the file(s) to match what the backend
> wants, then it will delete them. But I'd like to know why there's a
> discrepancy in the first place.

I had the same symptoms on a show this morning (recorded last night). I
 touch(1)ed the file and the problem dissapeared.

 Graham
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] XvMC - less stable on 0.17 and latest CVS compared to 0.16

2005-04-03 Thread Will Dormann
Hi all,
Has anybody noticed stability problems with XvMC and 0.17 or later? 
When I fast forward a lot or press the pause button and let it go for a 
while, when I unpause it my machine is locks up.

I should mention that I have *no* hard lockup problems with 0.16
What made me test the CVS version is that I recently realized that Live 
TV doesn't seem to play well with XvMC enabled on 0.16.  I'm using Bob 
Deinterlacing with this patch:
http://www.gossamer-threads.com/lists/mythtv/dev/87191

The OSD flickers, which I can mostly live with.   But it seems that if 
the OSD is on the screen for too long, it can cause the video to go 
corrupt.   What seems to trigger this is watching Live TV, then changing 
channels.   It looks like having the OSD up while changing channels 
causes mythfrontend to hang.   I can exit X and restart it to get up and 
running again, though.   (Compared to 0.17 where I have to hit the power 
switch)

--
-WD
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] RE: Time change causes problems

2005-04-03 Thread Bryan Halter

Calvin Harrigan wrote:
Bryan Halter wrote:
Datadirect seems to think all programs are starting an hour earlier 
than they are.  My solution was to set my system time to EST instead 
of EST5EDT, the result is my myth system's clock is an hour slow.  
Not a big deal since with everything being an hour slow all is OK, 
though an actual fix would be best.

--Bryan
When you say your system clock, do you mean the hardware clock or the 
linux clock?

Calvin...
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
I mean the Linux clock
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: problem deleting recording due to daylight savings time

2005-04-03 Thread Aaron Adler
Yes -- sounds like the same problem you are having. Sorry I missed your 
post. I can watch the recording just fine.

Have you tried renaming the file to delete it? Not that it fixes the 
whatever the underlying problem is.

>This sounds similar to what I reported earlier today. Are you able to
>view the recording but not delete it?
>
>--
>aaron
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Curtis Porter
This seems to be a good workaround, thanks!

On Sun, 2005-04-03 at 12:10 -0700, Paul Bender wrote:
> My backend is running FC3 with MythTV from ATRPMS. FC3 started with QT 
> 3.3.3 but has updated to 3.3.4. I did the following to work around the 
> problem
> 
> (1) Downloaded the original FC3 QT 3.3.3 RPMs from 
> .
> (2) Rolled back the QT to 3.3.3 using 'rpm --upgrade --force' followed 
> by 'ldconfig'.
> (3) Stopped mythbackend (/etc/init.d/mythbackend stop).
> (4) Deleted existing schedule using mythtvsetup.
> (5) Started mythbackend (/etc/init.d/mythbackend start).
> (6) Ran mythfilldatabase.
> 
> Now everything is fine again.
> 
> I have also added the line 'exclude=qt,qt-*' to the file 
> '/etc/yum.repos.d/fedora-updates.repo' so that yum will not update qt.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] no sound on some DVD's ( DTS )

2005-04-03 Thread mark
Have been looking throught the archives etc.. and found nothing.

17 release on FC3 from Jerods guide.  All works great, except on certain DVD's I
get no sound.  Others I do and TV is fine.  SB live card.
Here is the front end log.  Assistance appreciated... Things to try, etc...

Full log output below when playing a silent DVD, but here is an interesting snip


Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
ADecoder init failed :(
Opening audio decoder: [hwac3] AC3/DTS pass-through SP/DIF
hwac3: switched to DTS, 768000 bps, 48000 Hz
AUDIO: 48000 Hz, 2 ch, 16 bit (0x400), ratio: 96000->192000 (768.0 kbit)
Selected audio codec: [hwdts] afm:hwac3 (DTS through SPDIF)
---

Full log:

Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
Setting up LIRC support...
Playing dvd://.
Reading disc structure, please wait...
There are 15 titles on this DVD.
There are 27 chapters in this DVD title.
There are 2 angles in this DVD title.
DVD successfully opened.
MPEG-PS file format detected.
VIDEO:  MPEG2  720x480  (aspect 3)  29.970 fps  9800.0 kbps (1225.0 kbyte/s)
==
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
ADecoder init failed :(
Opening audio decoder: [hwac3] AC3/DTS pass-through SP/DIF
hwac3: switched to DTS, 768000 bps, 48000 Hz
AUDIO: 48000 Hz, 2 ch, 16 bit (0x400), ratio: 96000->192000 (768.0 kbit)
Selected audio codec: [hwdts] afm:hwac3 (DTS through SPDIF)
==
vo: X11 running at 800x600 with depth 24 and 32 bpp (":0.0" => local display)
==
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 480 (preferred csp: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2))
==
Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/8bit...
AF_pre: af format: 2 bps, 2 ch, 48000 hz, big endian AC3
AF_pre: 48000Hz 2ch AC3
alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little Endian
AO: [alsa] 48000Hz 2ch AC3 (1 bps)
Building audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/8bit...
Starting playback...



This message was sent using OnNow Hosting Webmail.
Hosting and email starting at $4.99/mo http://www.onnow.net

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Hauppauge 350 not initializing.

2005-04-03 Thread Patrick Davila
Rudi,
Something must have been broken. Either the driver or the patched fedora
kernel. How did you do your install? Do you use FC3 and the same software
versions as me? Do you use Axel's repository. My card is about a 1 year
old and behaves exactly as yours. It works fine in windows. Works the
first time after restarting in linux. I'm thinking about just compiling
the driver from source. Can anyone recommend which version of the driver
to use? I assume the latest CVS version?
Thanks

Pat


> Hello!
>
> I think I have the same problem you mentioned on the ivtv mailing list:
>
> The capture card is not really usable under Linux, it is only working
> after
> initializing it under windows, then warm-boot and not changing the channel
> under linux.
>
> Did you find a solution for this problem in the meantime?
>
> Greetings,
>   Rudi
>


-- 
Patrick Davila
http://thelinuxlink.net/tllts/ - The Linux Link Tech Show
Registered Linux user #252063

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Use internal player for mpeg files

2005-04-03 Thread Adam Siegel
Adam Siegel wrote:
Is it possible to use the mythtv internal player to just play an mpeg 
file.  I have mpeg files in my video collection, but am forced to use 
mplayer.  I have a PVR-350.  When I use the ivtv driver for mplayer, I 
can't get the audio and video to sync.  When I use the x11 driver 
optimized for ivtv the audio and video are in sync, but the picture is 
not very smooth.  I thought .nuv files where pretty much mpeg files 
anyway.  Thanks for any advice.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
I just discovered you can use the word "Internal" for the player under 
the video setup.  However, when I do this the video works, but I do not 
get any audio.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Time change causes problems

2005-04-03 Thread Will Dormann
Chris Strom wrote:
I experienced no problems this morning.  My frontends all run QT
3.3.4, but my backend still has 3.3.3.  There are some benefits to
debian's slow release cycles after all :)
I'm running 3.3.0 without any problems.
--
-WD
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Use internal player for mpeg files

2005-04-03 Thread Adam Siegel
Is it possible to use the mythtv internal player to just play an mpeg 
file.  I have mpeg files in my video collection, but am forced to use 
mplayer.  I have a PVR-350.  When I use the ivtv driver for mplayer, I 
can't get the audio and video to sync.  When I use the x11 driver 
optimized for ivtv the audio and video are in sync, but the picture is 
not very smooth.  I thought .nuv files where pretty much mpeg files 
anyway.  Thanks for any advice.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Possible OT: Newest nvidia drivers and interlaced modes

2005-04-03 Thread Jeff Wormsley
I performed an apt-get dist-upgrade this afternoon to get the latest 
atrpms firewire, new kernel, etc, in the hopes of fixing some of my 
firewire capture/livetv problems.  In doing so, I had to upgrade my 
nvidia drivers.  Now, when I start X, I get a vertical "split-screen" 
mode.  The whole screen is there, but the left half is on the right, and 
the right half is on the left, with a white bar down the middle.  The 
mouse, however, seems totally unaffected (it moves from one side to the 
other, across the white bar, without problems).  My modelines are all 
interlaced 1080i timings (slightly modified from the ones supplied by 
Jarrod).

Any ideas what's wrong?
On a slightly related note, on the 6629 drivers, glxgears would crash 
X.  Now, it runs, but at only 50fps. Could this be related?  The 5200 
card in this box should be able to do at least 1000 fps on this, 
shouldn't it?

TIA,
 Jeff.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


  1   2   >