[mythtv-users] Mythtv V0.18 upgrade creates 100% cpu usage, 0.17 ok

2005-05-19 Thread Bernard Mentink
Hi All,
I see some one else has a similar thread with no answer. Can anyone help.
I have been running 0.17 with great success since it came out, and have 
just upgraded to 0.18,
however I get the CPU pegging at 100%, it seems mythbackend is using 
most of it (70%).
( Normally 0.17 would sit at 70% usage, I am running mpeg4 at PAL 
resolution and 4000kps encoding..)

I have commercial flagging off, as someone suggested, but no joy.
Any idea's anyone. I suspect it is a sync problem, has there been some 
major changes to the
sync source (i.e using /dev/rtc etc ..) by any chance.

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


[mythtv-users] LIRC intermittant in response

2005-05-07 Thread Bernard Mentink
Hi all,
I have been using LIRC and it normally works ok (using the lirc support 
in mythtv), however
under heavy CPU load (or so it seems), like liveTV, I am finding that I 
am having to press a key
several times before mythtv will respond.

Anyone see this before, do I have to fiddle with process priorities?
Cheers,
Bernard
PS: Anyone come across NMM (Network Multimedia), it seems to be a 
project similar to Mythtv
but does true multitasking, and shared load support.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythtv: mythmusiv (0.17) compile fault .. will no-one reply?

2005-04-10 Thread Bernard Mentink
Hi All,
I am having trouble compiling *mythmusic* (ver 0.17) on my laptop (which 
I am using as a mythfrontend). The same version compiles fine on my main 
*Mythtv* server.

Here is the error:
-
i686-pc-linux-gnu-g++ -c -pipe -Wall -W -O3 -march=pentium3 
-fomit-frame-pointer
-I/usr/include/SDL -D_REENTRANT -D_REENTRANT -fPIC -D_GNU_SOURCE 
-DPREFIX=\/u
sr\ -DHAVE_MMX -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN 
-I/usr/qt/3/mkspec
s/linux-g++ -I. -I/usr/include -I/usr/include/cdda -I/usr/qt/3/include 
-I/usr/X1
1R6/include -o cdrip.o cdrip.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 
'SetSourceBitrate'
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
make[1]: Leaving directory 
`/var/tmp/portage/*mythmusic*-0.17/work/*mythmusic*-0.17/
*mythmusic*'
make: *** [sub-*mythmusic*] Error 2
-

The 'class AudioOutput' complained about is in two locations: 
/usr/include/*mythtv*/visual.h: and 
/usr/include/*mythtv*/audiooutput.h:, it seems the former is overiding 
the later (which has the correct fields).
the .cpp includer audiooutput.h at the start of the file.

Has anyone any clues as to what is going on (this is a fresh emerge 
after all).

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


[mythtv-users] Mythmusic Compile Error

2005-04-04 Thread Bernard Mentink





I am having a problem 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 
---

Maybe the problem function is in cddecoder, but I can not find any
library by that name, or even close.
I notice a cdda header file is included, but also can not find a lib of
that name.

Any help much apreciated.

Thanks.



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


[mythtv-users] Failure to connect to remote backend

2005-02-25 Thread Bernard Mentink
Hi All,
I have just done a fresh install of Gentoo on my master server which 
runs mythfrontend
and a master mythbackend, IP is 192.168.0.3

My remote frontend is at IP 192.168.0.2.
I am getting the following error while trying to access the MySQL 
database from the remote frontend:


Unable to connect to database!
Driver error was [1/2003]:
QMYSQL3: Unable to connect
Database error was:
Can't connect to MySQL server on '192.168.0.3' (111)
-
My mysql.txt on the frontend is:
DBHostName=192.168.0.3
DBUserName=mythtv
DBPassword=mythtv
DBName=mythconverg
I have grant'ed all permission to mythconverg database on the master 
backend, so do not know why I
cannot access it?

Any Idea's anyone?
I presume I do not have to have the mysql daemon running on the 
frontend, mythfrontend should just
use the backend's database.

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