Re: [mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Michael T. Dean
Dag Nygren wrote: On 12/01/05 19:24, Tom Lichti wrote: Andrew Burke wrote: Dag Nygren wrote: Just found out that MythTV has also recorded in very small pieces everything(?) I watched live . There was no request for recordings in the schedule at this time. WHAT is going on here W

Re: [mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Dag Nygren
> On 12/01/05 19:24, Tom Lichti wrote: > > > Andrew Burke wrote: > > > >>> Dag Nygren wrote: > >>> > Just found out that MythTV has also recorded in very small pieces > everything(?) I watched live . There was no request for recordings > in the schedule at this time. WHAT is going

Re: [mythtv] Reinitialze Audio Output Device on LiveTV Channel Change

2005-12-01 Thread Lyall
Daniel, Thanks for the advice - I found that method last night after some futher digging. Attached is an ugly hack which does the job I needed it to do. Also thanks to Martin and Simon who replied off-thread. To go further the following would need to be done: 1. Create a new entry in the au

Re: [mythtv] SVN version info

2005-12-01 Thread Isaac Richards
On Thursday 01 December 2005 11:50 pm, Nigel Pearson wrote: > >> SVN_REV=`egrep 'ver.*mythtv' .svn/dir-wcprops | sed 's/^.*ver\///' | > >> sed 's/\/.*//'` > > ... > > > Why's grepping better than svn info / svnversion? > > Only because it is faster than something that > checks each and every

Re: [mythtv] Stuttering LiveTV 1920 x 1088, multiple audio codec's

2005-12-01 Thread Kirby Bakken
Is this my audio problem? 2005-12-01 18:13:41.982 AFD: Opened codec 0xacaa70, id(AC3) type(Audio) 2005-12-01 18:13:41.983 AFD: Opened codec 0xac6750, id(AC3) type(Audio) 2005-12-01 18:13:41.983 AFD: Opened codec 0xa952e0, id(AC3) type(Audio) For all my other channels, just ONE audio codec gets o

Re: [mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Andrew Burke
> so it's hard to say in his case. Regardless, Isaac has said numerous > times that the LiveTV rewrite is not done yet, and there are a bunch of > open tickets in Trac, so complaining about it isn't going to change > anything, at this point, especially if you aren't current on -dev and > -commit.

Re: [mythtv] SVN version info

2005-12-01 Thread Nigel Pearson
SVN_REV=`egrep 'ver.*mythtv' .svn/dir-wcprops | sed 's/^.*ver\///' | sed 's/\/.*//'` ... Why's grepping better than svn info / svnversion? Only because it is faster than something that checks each and every file across the network, and allows builds when un-networked (like when commuti

RE: [mythtv] SVN version info

2005-12-01 Thread Korey Fort
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Isaac Richards Sent: Thursday, December 01, 2005 9:31 PM To: Development of mythtv Subject: Re: [mythtv] SVN version info On Thursday 01 December 2005 10:10 pm, Nigel Pearson wrote: > > There is no global re

Re: [mythtv] SVN version info

2005-12-01 Thread Isaac Richards
On Thursday 01 December 2005 10:10 pm, Nigel Pearson wrote: > > There is no global revision number accessible from a $tag$. > > True. We may be able to "fake" it using something like this: > > SVN_REV=`egrep 'ver.*mythtv' .svn/dir-wcprops | sed 's/^.*ver\///' | > sed 's/\/.*//'` > > in config

Re: [mythtv] SVN version info

2005-12-01 Thread Nigel Pearson
There is no global revision number accessible from a $tag$. True. We may be able to "fake" it using something like this: SVN_REV=`egrep 'ver.*mythtv' .svn/dir-wcprops | sed 's/^.*ver\///' | sed 's/\/.*//'` in configure could set a DEFINE for programs/myth*end to use (assuming that th

Re: [mythtv] Stuttering LiveTV 1920 x 1088

2005-12-01 Thread Todd Ignasiak
I have somewhat similar behavior with XvMC..System: Athlon64 3200+, Gentoo x86_64, FX5200 video w/ 7676 driver, 2.6.14 kernel, MythTV SVN from yesterday 809x (this behavior has been the same for me for quite a while, not just in recent versions). On my system, 1080i works fine, but 720p gets stutte

Re: [mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Michael T. Dean
On 12/01/05 19:24, Tom Lichti wrote: Andrew Burke wrote: Dag Nygren wrote: Just found out that MythTV has also recorded in very small pieces everything(?) I watched live . There was no request for recordings in the schedule at this time. WHAT is going on here What is going on is t

[mythtv] Stuttering LiveTV 1920 x 1088

2005-12-01 Thread Kirby Bakken
For the most part, watching LiveTV now works. I'm running an SVN from last night (8091). But I still get massive stuttering whenever I change channels (and the number I keyed in is displayed), and then for a few seconds on the new channel. My last remaining challenge is getting the local PBS

Re: [mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Tom Lichti
Andrew Burke wrote: Dag Nygren wrote: Just found out that MythTV has also recorded in very small pieces everything(?) I watched live . There was no request for recordings in the schedule at this time. WHAT is going on here Dag What is going on is that you need to go back a

Re: [mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Andrew Burke
> Dag Nygren wrote: >> Just found out that MythTV has also recorded in very small pieces >> everything(?) I watched live . There was no request for recordings >> in the schedule at this time. WHAT is going on here >> >> Dag >> > What is going on is that you need to go back and read the comm

Re: [mythtv] SVN version info

2005-12-01 Thread Allan Stirling
Kieron Wilkinson wrote: Allan Stirling wrote: Add a header to each of the text files in Myth, with the $revision$ and/or $id$ svn keywords. These are automatically filled in by the SVN server on each checkout. For an example, look at On the current SVN implementation, this expansion is only

Re: [mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Tom Lichti
Dag Nygren wrote: Just found out that MythTV has also recorded in very small pieces everything(?) I watched live . There was no request for recordings in the schedule at this time. WHAT is going on here Dag What is going on is that you need to go back and read the commits and dev lis

Re: [mythtv] SVN version info

2005-12-01 Thread Kieron Wilkinson
Allan Stirling wrote: Add a header to each of the text files in Myth, with the $revision$ and/or $id$ svn keywords. These are automatically filled in by the SVN server on each checkout. For an example, look at On the current SVN implementation, this expansion is only done if a client-side set

[mythtv] Stuttering LiveTV (even more)

2005-12-01 Thread Dag Nygren
Just found out that MythTV has also recorded in very small pieces everything(?) I watched live . There was no request for recordings in the schedule at this time. WHAT is going on here Dag ___ mythtv-dev mailing list mythtv-dev@mythtv.org http:

[mythtv] Stuttering LiveTV (more)

2005-12-01 Thread Dag Nygren
Sorry for saying the the logs doesn't show anything. The frontend log does indeed repeat : 2005-12-01 23:40:29.035 NVP: prebuffering pause once for each "stutter" The same hardware setup has worked fine with the previous SVN version, except from missing recordings because of forgotten LiveTV in

[mythtv] Stuttering LiveTV

2005-12-01 Thread Dag Nygren
Hi, finally took the jump from an old SVN (pre rewirte of LiveTV) to one from today (8092) and intealled it. We were watching about one hour of LiveTV and suddenly the picture and sound stopped. I left it like that for some time until the "show" continued in a very stuttering manner. After this i

Re: [mythtv] Sync problem in LiveTV

2005-12-01 Thread raptorjr
If i play a recording on another computer it behaves the same way. The bad sound/picture jump is recorded too. The cpu is on about 45% when i watch LiveTV, so it should be enough power to play it smoothly. And it has been working before. I have used MythTV for about 1½ year on the same computer

Re: AW: [mythtv] QT/Embedded does not support OpenGL

2005-12-01 Thread Micah F. Galizia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Kalweit wrote: > Jochen Kühner schrieb: > >> But for information: >> >> Libmythui should be used fort he main myth aplications in rev 0.20. so >> after >> that mythtv wont compile with qt/embedded any more!! >> >> > I think this isn't true.

AW: [mythtv] enhancement request: name sources

2005-12-01 Thread Jochen Kühner
This is a patch wich creates a name fiel in the capture card setup. You need to add the field displayname as varchar(255) to your database. I'm now looking to implement the display of this name in the tv_play.cpp The function UpdateOSDInput need to be changed. But this I can firstly look at evenin