Re: [mythtv-users] MythDVD installed, but MIA

2005-02-12 Thread Bob Wiegand

 I have mythtv installed and working. And if I run rpm -qa it tells me
 I
 have mythdvd installed. But on mythfrontend in setup I do not see the
 screen for mythdvd. And if I run /usr/bin/mtd -n it tells me I do not
 have
 a DVD directory setup, and to run setup. Not sure where to run setup?
 Any help appreciated.
 
 Danny Aldham

I had this same problem with version 0.16.

If I remember correctly, after I installed mythmusic the mythdvd setup
showed up. I suspect there is something missing in the mythdvd setup
and it isn't creating the menus correctly.

Bob

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


[mythtv-users] Program guide - cannot find image: none

2005-02-12 Thread Adam Siegel
When I use the program guide in 0.17, I get an error message - cannot 
find image: none when moving from line to line.

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


[mythtv-users] so close, but so far to finished install

2005-02-12 Thread Aaron Aguilar
I decided to compile the new mythtv (0.17) and it worked pretty well. 
(I'm using Debian Sarge by the way.)  I haven't been able to finish up
the installation unfortunately.  I have been using a few guides on the
web and the mythtv documentation of course, but I would really
appreciate it if someone could help me on just a few things.

1.) Any advice whatsoever on getting my sound card detected and
installed will be much appreciated.  I have a Soundblaster Live 5.1
and just can't seem to get it right even using info found on the web. 
My biggest issue is that info center shows all of my PCI devices,
including my sound card, but trying to run alsamixergui  for instance
won't work.

2.) How do I know if my Hauppauge 250 card was detected and is usable?
 When I try to run setup /dev/video0-13 all say that nothing is
detected so I am assuming that I  need to do something more to get it
detected.

3.) When I do a mythfilldatabase i get an error:
06:30:29.112 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
Connection timed out.
You probably should modify the Master Server settings
in the setup program and set the proper IP address.
error resceduling id -1 in ScheduledRecording::signalChange

I am really not sure at all what this means.  I know that you can put
a different IP address in there during setup, but I have no idea what
one to try.

If you can help me on any or all of these points I would really appreciate it.  

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


[mythtv-users] myth0.17 compile problem

2005-02-12 Thread Tony Luha
Hi
I'm trying to compile mythtv-0.17 on a Suse 9.2 system following Robert 
Kulagowski's HowTo.

I've successfully installed the Linux 2.6.9 kernel from the tarball, 
successfully installed LAME and I have extracted the mythtv-0.17 tarball. 
Then:

$ ./configure worked fine
$qmake mythtv.pro worked fine
$make gives the following error:
[EMAIL PROTECTED]:~/mythtv/mythtv-0.17 make
cd libs  make -f Makefile
make[1]: Entering directory `/home/mythtv/mythtv/mythtv-0.17/libs'
cd libavcodec  make -f Makefile
make[2]: Entering directory 
`/home/mythtv/mythtv/mythtv-0.17/libs/libavcodec'
rm -f libmythavcodec-0.17.so.0.17.0 libmythavcodec-0.17.so 
libmythavcodec-0.17.s
o.0 libmythavcodec-0.17.so.0.17
g++ -Wl,-rpath,/lib -shared -Wl,-soname,libmythavcodec-0.17.so.0 -o 
libmythavcodec-0.17.so.0.17.0 utils.o mem.o allcodecs.o mpegvideo.o h263.o 
jrevdct.o jfdctfst.o mpegaudio.o ac3enc.o mjpeg.o audresample.o dsputil.o 
motion_est.o imgconvert.o imgresample.o msmpeg4.o mpeg12.o h263dec.o svq1.o 
rv10.o mpegaudiodec.o pcm.o simple_idct.o ratecontrol.o adpcm.o eval.o 
jfdctint.o dv.o error_resilience.o wmadec.o fft.o mdct.o mace.o huffyuv.o 
opts.o cyuv.o golomb.o h264.o raw.o indeo3.o asv1.o vp3.o 4xm.o cabac.o 
ra144.o ra288.o vcr1.o cljr.o roqvideo.o dpcm.o tscc.o interplayvideo.o 
xan.o rpza.o cinepak.o msrle.o msvideo1.o vqavideo.o idcinvideo.o adx.o 
rational.o faandct.o snow.o sonic.o 8bps.o parser.o smc.o flicvideo.o 
truemotion1.o vmdav.o lcl.o qtrle.o g726.o flac.o vp3dsp.o integer.o 
h261.oresample2.o h264idct.o png.o pnm.o qdrw.o qpeg.o rangecoder.o ulti.o 
xl.o bitstream.o vc9.o postprocess.o a52dec.o bit_allocate.o a52_bitstream.o 
downmix.o imdct.o parse.o crc.o resample.o fdct_mmx.o cputest.o 
dsputil_mmx.o mpegvideo_mmx.oidct_mmx.o motion_est_mmx.o simple_idct_mmx.o 
fft_sse.o vp3dsp_mmx.o 
vp3dsp_sse2.o   -L/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm -lpthread
/usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld: 
cannot find -lqt-mt
collect2: ld returned 1 exit status
make[2]: *** [libmythavcodec-0.17.so.0.17.0] Error 1
make[2]: Leaving directory `/home/mythtv/mythtv/mythtv-0.17/libs/libavcodec'
make[1]: *** [sub-libavcodec] Error 2
make[1]: Leaving directory `/home/mythtv/mythtv/mythtv-0.17/libs'
make: *** [sub-libs] Error 2

I have double checked and reloaded the qt stuff - no help
Can anyone please advise
Many thanks
Tony Luha 

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


Re: [mythtv-users] MythTV 0.15.1 ebuild

2005-02-12 Thread Barry Myles
Calvin Harrigan wrote:
Does anyone have a gentoo ebuild for mythfrontend 0.15.1.
I just setup a new frontend with gentoo but 0.15.1 was not available 
for install. 0.16 is there and 0.17 is masked.  The backend still runs 
0.15.1, don't really want to ugrade
it just yet.
Have a look in the Gentoo CVS here:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/media-tv/mythfrontend/
There is an ebuild which has been deleted from the CVS but is still 
hiding in the attic.

If you are using something that has been removed from the portage tree 
like this you'll probably want to edit your 
/etc/portage/package.keywords file to ensure that an emerge world does 
not accidently upgrade it for you.

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


Re: [mythtv-users] Anyone with working DVB-S in Australia ?

2005-02-12 Thread David Whyte
Hey Rob,

Thanks very much.  I had no idea there was a legal way to receive
Foxtel at all.  This is something I will have to investigate furhter
and possibly hook into Myth.  Then it really will be the dog-bollocks
;)

Cheers ate,
Dave


On Sat, 12 Feb 2005 21:29:21 +1100, Rob Hillis [EMAIL PROTECTED] wrote:
 David Whyte wrote:
 
 First, I don't think it is legal is it?
 
 
 It's entirely legal if you pay for the service and use a CAM module with
 the approriate smartcard.  That's what CAM modules are for - they take
 the smartcards normally found in your decoder box and descramble the
 channels it is authorised for.
 
 I think it can be done, but you need a beefy box to crack the foxtel
 encoding, is the story I was told.  I don't know much about it, I just
 wish Foxtel gave us a legal way to record the video in MythTV, without
 having to do IR blasters and the like.  I always miss the discovery
 channel shows.
 
 
 My understanding is that with Foxtel analogue, a DVB-S card with the
 right CAM module and the smartcard, Myth will quite happily work.  Last
 I heard, Foxtel digital uses a different encoding method for which an
 appropriate CAM module is not yet available.
 
 As for the orginal poster, I don't know what hardware is required to
 receive Foxtel analogue.  I have heard of people having success with it.
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005
 
 


-- 
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Axel - Jarod - Any ETA on Fedora Core 1 rpms?

2005-02-12 Thread William

Hi Guys,

Are you planning on supporting FC1 for the new release? If you do, any idea
on when to expect updated rpms?
 
Thanks for your great service.
Bill


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


RE: [mythtv-users] Slashdotted to death

2005-02-12 Thread William
 well it looks like my silly little linode server got buried in the 
 slashdotting.. moin isnt exactly resource friendly.
 
 if any one has space/bandwidth to properly host the wiki i 
 would really 
 like to move it.. it's grown a bit beyond small time hosting.
 
 please contact me or david greeves about it
 

I might have the hosting you need. At least for the next 2 years. Contact me
off list and we can talk about it. I would like to know more about which
wiki you are talking about.

Bill


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


Re: [mythtv-users] Anyone with working DVB-S in Australia ?

2005-02-12 Thread Rob Hillis
David Whyte wrote:
First, I don't think it is legal is it?  
 

It's entirely legal if you pay for the service and use a CAM module with 
the approriate smartcard.  That's what CAM modules are for - they take 
the smartcards normally found in your decoder box and descramble the 
channels it is authorised for.

I think it can be done, but you need a beefy box to crack the foxtel
encoding, is the story I was told.  I don't know much about it, I just
wish Foxtel gave us a legal way to record the video in MythTV, without
having to do IR blasters and the like.  I always miss the discovery
channel shows.
 

My understanding is that with Foxtel analogue, a DVB-S card with the 
right CAM module and the smartcard, Myth will quite happily work.  Last 
I heard, Foxtel digital uses a different encoding method for which an 
appropriate CAM module is not yet available.

As for the orginal poster, I don't know what hardware is required to 
receive Foxtel analogue.  I have heard of people having success with it.

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] 0.17 DVB scan fails ...

2005-02-12 Thread Rob Hillis
Chris Edwards wrote:
Not sure where you are, but make sure you set the bandwidth correctly. 
That's 7MHz if you're in Australia. I had to provide a frequency too. 
Actually, i had to provide all the frequencies, one by one.
You normally shouldn't need to do that if you did a Full Transport 
Scan - the DVB code will check the stream for other network information 
and watch those frequencies too.  (In my case, this resulted in too many 
transports since I'm on a local UHF repeater and the network scan gave 
me all the UHF frequencies in addition to the VHF ones)

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Subject: RE: [mythtv-users] 0.17 broke my DVB setup :(

2005-02-12 Thread belcampo
Hi all,

Shouldn't the upgrade at least keep existing channels working ? And that 
scanning only would add so called 'new' found channels?
In a perfect world current system would work, but scanning in my case fails to 
detect BBC 2 England from Astra 28.2E, where dvbscan does. 
As far as I can see there is no way, other than changing the dbtables 
directly, to get BBC 2 added. Manual adding in setup of channels ain't 
possible anymore.

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


[mythtv-users] DVB Starting channel not correct ...

2005-02-12 Thread Mark Blair
I have a setup with 2 NovaT's and a PVR250.  I have DVB0 set to start 
on channel 2 and DVB set to start on channel 7.

No matter what I do DVB0 always try's to start on channel 3, I've tried 
manually updating the database but it still starts on channel 3 no idea 
where it's getting number 3 from, I've never had a channel 3 ?

any ideas ? using 0.17 but this also happened in 0.16
best
Mark 

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


Fwd: [mythtv-users] Anyone with working DVB-S in Australia ?

2005-02-12 Thread David Whyte
True, so very true.

But to use my PC to record the DVB-S stream, I would need to
decode/crack it, which would be seen as illegal I am sure.  That is my
understanding of how to get Foxtel via the PC anyway.  If there is a
different way, let me know, becuase I pay for Foxtel, and would love
to record it on my Myth box.


On Fri, 11 Feb 2005 13:35:02 +, Andy Whitworth [EMAIL PROTECTED] wrote:
 On Fri, 11 Feb 2005 23:24:00 +1000, David Whyte [EMAIL PROTECTED] wrote:
  Hey, nice surname :P
 
  First, I don't think it is legal is it?
 

 Only if you don't actually pay for the Pay TV.  The original poster
 didn't mention cracking anything did he ?

 Andy.


--
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.


-- 
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] KnoppMyth R5A9

2005-02-12 Thread Cecil Watson
Dale and I are happy to annouce the available of KnoppMyth R5 Alpha 9 as 
a preview release.  While it is alpha, it has been quite stable for 
ourselves and the alpha testers.  But remember it is still alpha. ;)

http://mysettopbox.tv/phpBB2/viewtopic.php?t=3495
Cecil
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] dvb sound drops out?

2005-02-12 Thread Hamish Moffatt
On Fri, Feb 11, 2005 at 10:26:24AM -0500, Taylor Jacob wrote:
 Quoting James Armstrong [EMAIL PROTECTED]:
  Ben de Luca wrote:
   Im having an issue with sound stopping half way through dvb recordings I
   am doing. Any Ideas how I can get some useful feed back to you guys so
   it might be fixed?
  I had this happen lastnight. About 15 minutes into The O.C. the audio
  stops. Doesn't come back. The recording right after, Point Pleasant,
  worked fine. Same DVB card. Air2PC. This was the first time I have seen
  this. Running CVS from yesterday afternoon.
 
 I just noticed this myself last night for the first time as well.  Have you
 tried TS mode?  (You can set this option in setup-capture cards-recording
 settings).  I don't want to spend too much time fixing PS mode, since I want 
 to
 remove this functionality at some point.  I didn't have much of a chance last
 night to try out TS mode.

Ouch. I'm running CVS from a few weeks ago and I've never seen this (PS
mode), so now I'm reluctant to upgrade. Do you know if it is a recording
problem or a playback problem?

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] 0.17 broke my DVB setup :(

2005-02-12 Thread Krunoslav Pisacic
I can convert the data from the old dvb channel tables into the 
new tables so I dont have to set all my channels up again?
   
   You don't need to convert the data. All you need to do is run the 
   setup program and scan for channels and it should find 
   them all and 

But migration from old dvb tables to new should be simple insert into select 
[some fields] from dvb_channel, dvb_pids where ... -
shouldn't it?

can someone please post structure of new table (i belive dt[something]) - i 
would like to give it a try.

i too have preety much complete setup of single DVB-S card with all 
Astra+Hotbird channels i WANT, i wouldn't want to do everything
(icons, chanel numbers, custom tv programs) all over again.


br,

k.

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


[mythtv-users] Block Video Manager on Frontend?

2005-02-12 Thread TJ
Well, just setup my frontend on OSX and what do you know? I 
accidentally go into video manager and destroy my whole database b/c it 
sets the place where the vid's are stored to my mac. So after a few 
hours of getting my backups, bypassing the mysql password I forgot etc. 
I finally got it all back. But my question is: Is there any way to 
disable video manager on a frontend so as not to have this happen 
again? Thanks.

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


Re: [mythtv-users] mythfilldatabase tv_grab_nz isse

2005-02-12 Thread Hamish Moffatt
On Sat, Feb 12, 2005 at 06:36:59PM +1300, [EMAIL PROTECTED] wrote:
 I am trying to enter EPG info using the perl script tv_grab_nz by importing 
 it 
 into mythfilldatabase using the --file option.

Last time I was debugging a grabber (October), --file failed with all
sorts of SQL errors just as you found. It works ok when mythfilldatabase
runs the grabber though.

My fault for not logging this bug.

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] Mac OS X binary for 0.17

2005-02-12 Thread Jeremiah Morris
On Feb 11, 2005, at 9:55 PM, Jesse Perkins wrote:
Which plugins are included in your binary with plugins?
mythdvd (but no ripping or transcoding)
mythgallery
mythgame
mythnews
mythvideo
mythweather
The remaining plugins -- mythphone, mythbrowser, and mythmusic -- 
currently won't compile on OS X. Mythphone is tied to videodev and OSS; 
mythbrowser is tied to KDE; and mythmusic has CD playing and ripping 
functions that need to be made optional or ported to OS X.

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


Re: [mythtv-users] Anyone with working DVB-S in Australia ?

2005-02-12 Thread Tom Hughes
In message [EMAIL PROTECTED]
  Rob Hillis [EMAIL PROTECTED] wrote:

 David Whyte wrote:
 
  I think it can be done, but you need a beefy box to crack the foxtel
  encoding, is the story I was told.  I don't know much about it, I just
  wish Foxtel gave us a legal way to record the video in MythTV, without
  having to do IR blasters and the like.  I always miss the discovery
  channel shows.

 My understanding is that with Foxtel analogue, a DVB-S card with the
 right CAM module and the smartcard, Myth will quite happily work.  Last
 I heard, Foxtel digital uses a different encoding method for which an
 appropriate CAM module is not yet available.

Foxtel is a Murdoch operation isn't it? In which case it is
probably using the same encryption as Sky in the UK and they've
always refused to release CAM modules for that.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Axel - Jarod - Any ETA on Fedora Core 1 rpms?

2005-02-12 Thread Axel Thimm
On Sat, Feb 12, 2005 at 05:43:55AM -0500, William wrote:
 Are you planning on supporting FC1 for the new release? If you do,
 any idea on when to expect updated rpms?

There won't be any greater support for FC1 than ensuring the packages
build. The guide for FC3 will probably work for 90% of FC1, but
especially udev related parts will break.

Also you would require a bleeding version of qt. So perhaps it's time
for an upgrade? :)

Packages will hit the repo later today. If you are bored you can try
the latest CVS builds that are very close to the release itself.
-- 
Axel.Thimm at ATrpms.net


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


[mythtv-users] Re: mythtv-users Digest, Vol 25, Issue 67

2005-02-12 Thread Yvon free
look at the head of your xml file for the exact name of the xmltvid
in France it is Cxxx.telepoche.com
otheway tv_grab_nz --list-channels --output /tmp/list.xml
I am trying to enter EPG info using the perl script tv_grab_nz by importing 
it
into mythfilldatabase using the --file option.

The error is below, as is part of the XML file.
I have tried to put the exact XMLTV ID into that line in the
channel setup page in mythsetup for each channel. example, for TV one I put
TV1.mr.geek.nz into that field.
But no joy . :(
Can anyone shed some light on this.
Regards,
ebike
-
bash-2.05b$ mythfilldatabase --file 0 -1 tv.xml
### bypassing grabbers, reading directly from file
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Query was:
SELECT channum FROM channel WHERE chanid = 0;
No error type from QSqlError?  Strange...
Updating icons for sourceid: 0
Unknown xmltv channel identifier: C4.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: MaoriTV.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: Prime.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: TV1.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: TV2.mr.geek.nz
Skipping channel.
Unknown xmltv channel identifier: TV3.mr.geek.nz
Skipping channel.
Adjusting program database end times...
0 replacements made.
--
Part of the XML file follows:
--
?xml version=1.0 encoding=ISO-8859-1?
!DOCTYPE tv SYSTEM xmltv.dtd
tv generator-info-name=dwnz-epg
 channel id=TV1.mr.geek.nz
   display-nameTV One/display-name
 /channel
 channel id=TV2.mr.geek.nz
   display-nameTV 2/display-name
 /channel
 channel id=TV3.mr.geek.nz
   display-nameTV 3/display-name
 /channel
 channel id=MaoriTV.mr.geek.nz
   display-nameMaori Television/display-name
 /channel
 channel id=Prime.mr.geek.nz
   display-namePrime/display-name
 /channel
 channel id=C4.mr.geek.nz
   display-nameC4/display-name
 /channel
 programme start=20050212005000 +1300 stop=2005021206 +1300
channel=TV1.mr.geek.nz
   title lang=engBBC World/title
 /programme
 programme start=2005021206 +1300 stop=20050212061000 +1300
channel=TV1.mr.geek.nz
   title lang=engGardens Of The World/title
 /programme
 programme start=20050212061000 +1300 stop=20050212063000 +1300
channel=TV1.mr.geek.nz
   title lang=engTe Karere/title
   desc lang=engA captioned repeat of yesterday's programme./desc
 /programme
 programme start=20050212063000 +1300 stop=2005021207 +1300
channel=TV1.mr.geek.nz
   title lang=engASB Business Weekend/title
 /programme
 programme start=2005021207 +1300 stop=20050212073000 +1300
channel=TV1.mr.geek.nz
   title lang=engBest Of Breakfast/title
 /programme
 programme start=20050212073000 +1300 stop=2005021208 +1300
channel=TV1.mr.geek.nz
   title lang=engHome/title
   desc lang=engAn entertaining and informal look at the houses and 
homes
of Australia./desc
 /programme
 programme start=2005021208 +1300 stop=20050212083000 +1300
channel=TV1.mr.geek.nz
   title lang=engForeign Correspondent/title
   desc lang=engThe very best in current affairs from the leading news
organisations around the world hosted by Cameron Bennett./desc
 /programme
 programme start=20050212083000 +1300 stop=2005021209 +1300
channel=TV1.mr.geek.nz
   title lang=engColonial House/title
 /programme
 programme start=2005021209 +1300 stop=20050212093000 +1300
channel=TV1.mr.geek.nz
   title lang=engEye To Eye/title
   desc lang=engOutspoken former MP, Willie Jackson hosts a weekly 
debate
focussing on Maori issues./desc
 /programme
 programme start=20050212093000 +1300 stop=20050212095000 +1300
channel=TV1.mr.geek.nz
   title lang=engOur Heritage The History Of Trams/title
   desc lang=engToday: A documentary looking at the impact of trams on
the every day life of New Zealanders./desc
 /programme
 programme start=20050212095000 +1300 stop=2005021211 +1300
channel=TV1.mr.geek.nz
   title lang=engCommanding Heights/title
 /programme
 programme start=2005021211 +1300 stop=2005021212 +1300
channel=TV1.mr.geek.nz
   title lang=engMarae/title
   desc lang=engA new year, a new time for Marae. Today: Waitangi Day
Special with highlights from Waitangi 2005./desc
 /programme
 programme start=2005021212 +1300 stop=20050212123000 +1300
channel=TV1.mr.geek.nz
   title lang=engThe National Bank Country Calendar/title
   desc lang=engThe humble kiwifruit turns one hundred and the 

Re: [mythtv-users] Re: Axel - Jarod - Any ETA on Fedora Core 1 rpms?

2005-02-12 Thread David Whyte
Axel, you will give us a shout when the packages hit won't you?

Save us keep checking :P

Cheers mate,
Dave

On Sat, 12 Feb 2005 15:14:37 +0100, Axel Thimm [EMAIL PROTECTED] wrote:
 On Sat, Feb 12, 2005 at 05:43:55AM -0500, William wrote:
  Are you planning on supporting FC1 for the new release? If you do,
  any idea on when to expect updated rpms?
 
 There won't be any greater support for FC1 than ensuring the packages
 build. The guide for FC3 will probably work for 90% of FC1, but
 especially udev related parts will break.
 
 Also you would require a bleeding version of qt. So perhaps it's time
 for an upgrade? :)
 
 Packages will hit the repo later today. If you are bored you can try
 the latest CVS builds that are very close to the release itself.
 --
 Axel.Thimm at ATrpms.net
 
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 
 
 
 


-- 
GMAIL is 'da bomb babyYEAH

I have GMail invites, if you want one, email me direct.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] MythTV Nuppel (.nuv) Patch for Current Version of MPLayer?

2005-02-12 Thread Cory Papenfuss
On Fri, 11 Feb 2005, David Madsen wrote:
I just grabbed this patch out of the gentoo portage tree.  It should
enable you to play the transcoded .nuv files.
If you are using Gentoo there is a +mythtv USE flag that will enable
this patch.
I am using this patch with  MPlayer 1.0_pre6
	Boy, this is *awfully* close.  I'm surprised that the patch still 
applies, but it certainly did.  There are a few issues with it, however. 
I've got a transcoded (MPEG4) file I've been messing with.

- Playing works, but seeking has issues (can't find keyframes).  It gets 
temporarily macroblocked when seeking, and I get messages like this 
while seeking in the .nuv file:
snip
[mpeg4 @ 0x8625f20]warning: first frame is no keyframe?% ??,?% 0 0
[mpeg4 @ 0x8625f20]warning: first frame is no keyframe?% ??,?% 0 0
A: 203.7 V: 203.9 A-V: -0.184 ct: -0.095  98/ 98 13%  0%  1.2% 0 0

- Copying to an AVI almost works with this command:
mencoder test.nuv -oac copy -ovc copy -o test.avi -force-avi-aspect 1.33
... but it spews out messages like this:
snip
Pos:   2.5s 71f ( 0%)   0fps Trem:   0min 108mb  A-V:-0.067 [2435:128]
1 duplicate frame(s)!
Pos:   2.9s 81f ( 0%)   0fps Trem:   0min 118mb  A-V:-0.067 [2347:128]
1 duplicate frame(s)!
snip
... and the resulting .avi file will play, but barf on a seek with this:
snip
[mpeg4 @ 0x8625f20]warning: first frame is no keyframe3%  0.8% 0 0
[mpeg4 @ 0x8625f20]ac-tex damaged at 24 16
[mpeg4 @ 0x8625f20]Error at MB: 520
[mpeg4 @ 0x8625f20]concealing 2147483647 errors
A:   0.0 V: 601.6 A-V:-601.568 ct: -0.103 18030/18030 ??% ??% ??,?% 0 0
Exiting... (End of file)
	It certainly looks like the keyframes are being called duplicate 
frames by mencoder and either not copied or not marked as keyframes. 
Looking through the headers and the patch, the datatype has apparently 
changed somewhat since the patch was created.  The patch looks like this:
+/* for MythTV */
+typedef struct extendeddata
+{
+   int version;// yes, this is repeated from the file header
+   int video_fourcc;   // video encoding method used
+   int audio_fourcc;   // audio encoding method used
+   // generic data
+   int audio_sample_rate;
+   int audio_bits_per_sample;
+   int audio_channels;
+   // codec specific
+   // mp3lame
+   int audio_compression_ratio;
+   int audio_quality;
+   // rtjpeg
+   int rtjpeg_quality;
+   int rtjpeg_luma_filter;
+   int rtjpeg_chroma_filter;
+   // libavcodec
+   int lavc_bitrate;
+   int lavc_qmin;
+   int lavc_qmax;
+   int lavc_maxqdiff;
+   // unused for later -- total size of 128 integers.
+   // new fields must be added at the end, above this comment.
+   int expansion[113];

... but the format.h in mythtv-0.16 (which is what I recorded it with) 
looks like this:

typedef struct extendeddata
{
   int version;// yes, this is repeated from the file header
   int video_fourcc;   // video encoding method used
   int audio_fourcc;   // audio encoding method used
   // generic data
   int audio_sample_rate;
   int audio_bits_per_sample;
   int audio_channels;
   // codec specific
   // mp3lame
   int audio_compression_ratio;
   int audio_quality;
   // rtjpeg
   int rtjpeg_quality;
   int rtjpeg_luma_filter;
   int rtjpeg_chroma_filter;
   // libavcodec
   int lavc_bitrate;
   int lavc_qmin;
   int lavc_qmax;
   int lavc_maxqdiff;
   // seek table offset
   long long seektable_offset;
   // key frame adjust offset
   long long keyframeadjust_offset;
   // unused for later -- total size of 128 integers.
   // new fields must be added at the end, above this comment.
   int expansion[109];
} MYTH_PACKED extendeddata;
	Anyway, it looks like the patch will still apply to mplayer and 
play (albeit slightly broken with no keyframes).  Copying the streams 
directly almost works as well, but the patch needs a bit more tweaking.  I 
might see if I can tinker with it (or shove it off on someone who codes 
better than I).

-Cory
*
* Cory Papenfuss*
* Electrical Engineering candidate Ph.D. graduate student   *
* Virginia Polytechnic Institute and State University   *
*
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] myth0.17 compile problem

2005-02-12 Thread Chris Strom
On Sat, Feb 12, 2005 at 08:06:33PM +0800, Tony Luha wrote:
[snip]
 /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ld: 
 cannot find -lqt-mt

The linker can not find the qt-mt library.  Not sure how to install that
on a SuSe system, but once you have that installed that error should go
away.


 collect2: ld returned 1 exit status
 make[2]: *** [libmythavcodec-0.17.so.0.17.0] Error 1
 make[2]: Leaving directory `/home/mythtv/mythtv/mythtv-0.17/libs/libavcodec'
 make[1]: *** [sub-libavcodec] Error 2
 make[1]: Leaving directory `/home/mythtv/mythtv/mythtv-0.17/libs'
 make: *** [sub-libs] Error 2
 
 
 I have double checked and reloaded the qt stuff - no help
 
 Can anyone please advise
 
 Many thanks
 Tony Luha 
 
 
 ___
 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] channel table dump for uk_rt and crystal palace DVB (WAS 0.17 broke my DVB setup :()

2005-02-12 Thread Andrew Ingram

 I'm not sure - if the name/callsign of the existing channels 
 don't match what is broadcast over the air then it you might 
 wind up with duplicates. In the long term you'll probably 
 want to change everthing to the names that come in over the 
 air or it might keep re-adding the channels.
 
 I only have DVB cards so I just threw everything out and 
 started fresh.
 

Thanks Tom. I started from scratch like yourself and it went OK, after a bit
of tweaking. For some reason I'm struggling to get listings data for a
couple of channels (Sky News  Bid TV) though but I'll work that out. Also,
some of the channels were detected by with no channum (Ftn, UKTV Bright
Ideas, Ideal World. TMF, The Hits). I'm assuming all of those are ones which
only work after 7pm or something.

Because of this, please could someone who has upgraded to 0.17, uses the
Crystal Palace DVB-T transmitter and uses tv_grab_uk_rt email me a dump of
their mythconverg.channels table? It would really help me sort out a few
little bugs I have at the moment.

Thanks,
Andrew

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


RE: Subject: RE: [mythtv-users] 0.17 broke my DVB setup :(

2005-02-12 Thread Andrew Ingram
 Shouldn't the upgrade at least keep existing channels working 
 ? And that scanning only would add so called 'new' found channels?
 In a perfect world current system would work, but scanning in 
 my case fails to detect BBC 2 England from Astra 28.2E, where 
 dvbscan does. 
 As far as I can see there is no way, other than changing the 
 dbtables directly, to get BBC 2 added. Manual adding in setup 
 of channels ain't possible anymore.
 
 Henk Schoneveld

Nope, the new system disregards the old dvb tables (I think dvb_channel,
dvb_pids and dvb_sat). In future versions these tables will be dropped in
the DB upgrade so it's best you back up that information now as it might
come in useful later on.

Andrew

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


[mythtv-users] Channel Changing Workaround

2005-02-12 Thread Ronald Kohsman








I found a work around.



http://pvrguide.no-ip.com/bbs-old/viewtopic.php?t=15739



-r






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


[mythtv-users] lirc do not interact with MythTV

2005-02-12 Thread Matthias Meyer
Hello,

I am using MythTV 0.16-1 and try to use lirc-0.7.0.
The first test with irw was successfull. Every keypress was been displayed 
by irw. Therfore lirc and the remote control should work, I think.

Than I try to interconnect lirc with MythTV by follow the instructions of 
http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2
Because I use the binary distribution of MythTV I try the non-nativ mode 
with irxevent.
I have a irxevent within my lirc-0.7.0 sources but after the make I do not 
have the program irxevent :-O.
I also try it with irexec but without success.
After starting of irexec I can additional start irw wich will display the 
pressed keys again.
However, MythTV do not reflect to the pressed keys.

Hot to configure to interact lirc with the binary version of MythTV?
Anybody can help me?

Thanks in advance :-)
-- 
no panic

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


Re: [mythtv-users] imdb and cddb lookups

2005-02-12 Thread PAUL WILLIAMSON
 [EMAIL PROTECTED] 2/12/2005 10:14:40 AM 
Are not working? I have access to the internet - zap2it.com 
all the time.

The *.pl 's are executable and owned by my users.

Any other ideas.

-r

Please be a little more clear.

Are they not running at all?
Have you tried running them from the command line?
Are they running but not retrieving anything?
What version of perl?
What O/S?
What is the output of 'which perl' ?

Paul



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


Re: [mythtv-users] Gentoo 0.17 ebuild?

2005-02-12 Thread Tom Dombrosky
On Sat, 12 Feb 2005 08:50:22 -0600, Robert Denier [EMAIL PROTECTED] wrote:
 Does anyone have a link to an ebuild?  I haven't seen it in portage.
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

It's in there.  You have to unmask it by commenting out the
mythtv-0.17 lines in /usr/portage/profiles/package.mask

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


Re: [mythtv-users] channel table dump for uk_rt and crystal palace DVB (WAS 0.17 broke my DVB setup :()

2005-02-12 Thread Tom Hughes
In message [EMAIL PROTECTED]
  Andrew Ingram [EMAIL PROTECTED] wrote:

  I'm not sure - if the name/callsign of the existing channels
  don't match what is broadcast over the air then it you might
  wind up with duplicates. In the long term you'll probably
  want to change everthing to the names that come in over the
  air or it might keep re-adding the channels.
  
  I only have DVB cards so I just threw everything out and
  started fresh.
 
 Thanks Tom. I started from scratch like yourself and it went OK, after a bit
 of tweaking. For some reason I'm struggling to get listings data for a
 couple of channels (Sky News  Bid TV) though but I'll work that out. Also,
 some of the channels were detected by with no channum (Ftn, UKTV Bright
 Ideas, Ideal World. TMF, The Hits). I'm assuming all of those are ones which
 only work after 7pm or something.

Are you using EIT from the DVB stream or xmltv? I'm using xmltv
and am getting listings for Sky News but not for Bid TV.

Those channels you list as having no channel numbers are all on
the same multiplex, and are the only channels on that multiplex
so it looks like it failed to pick up the channel numbers on that
multiplex for some reason. My setup managed to pick them up.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] 0.17 broke my DVB setup :(

2005-02-12 Thread Jesper Sörensen
Krunoslav Pisacic skrev:
I can convert the data from the old dvb channel tables into the 
new tables so I dont have to set all my channels up again?
 

You don't need to convert the data. All you need to do is run the 
setup program and scan for channels and it should find 
them all and 
   

But migration from old dvb tables to new should be simple insert into select [some fields] from dvb_channel, dvb_pids where ... -
shouldn't it?
 

The database structure with regards to DVB has been completely changed 
(and it's now much more logical). This was needed to simplify things and 
to allow many of the new DVB features (channel scanning, autopid, guide 
data etc.) and will also hopefully make it possible in the future to 
record multiple programs simultaneously from the same transport.

The new structure is completely different and some info is missing in 
the old db so unfortunately there is no easy way to automatically 
migrate the data. It should however be possible to salvage some of the 
data with some manual work. You will probably need to work out the 
details yourself but I think something like this could work:

-create temporary table dvb_temp select chanid,channum,serviceid,icon... 
from channel join dvb_channel...
-truncate channels and repopulate the db with the scanner in setup
-update channels,dvb_temp set channels.channum=dvb_temp.channum... where 
channels.serviceid=dvb_temp.serviceid (this requires serviceid to be 
properly set in your old data, or that you have some other good key to 
use to map the data)
-update recordings,recordedmarkup (?) and maybe some more tables to use 
the new channel IDs.

Everyone's situation is different so it's probably hard to make 
something that will work for everyone but if you figure out a way to do 
it please share it with the list. And don't forget to backup your db 
before messing with this... :)

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


Re: [mythtv-users] 0.17 mythfrontend gentoo ebuild

2005-02-12 Thread Tom Dombrosky
I think I see what you're talking about now.  I'm getting an error
with no output after it installs all the i18n stuff.

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


[mythtv-users] mplayer: error

2005-02-12 Thread chriweb
Hello all,
I am a newbie and this is my first experience with Linux. I have been working 
on setting up mythtv for 4 weeks now trying to set this up and have restarted 
from scratch 3 times.  My wife is starting to get annoyed with me and is giving 
me a deadline!
I am using Jarods guide
Linux version: 2.6.10-1.741_FC3 686
PVR350 tuner = LG TAPE H001F MK3 (idx = 68, type = 47)

Everything is going perfect up until
# mplayer -vo xv /tmp/test_capture.mpg
mplayer: error while loading shared libraries: libpostproc.so.0: cannot open 
shared object file: No such file or directory

#cd /usr/lib
#ln -s libpostproc.so.0 libpostproc.so.0
#ln -s libpostproc.so.0 libpostproc.so
 # mplayer -vo xv /tmp/test_capture.mpg
mplayer: error while loading shared libraries: libpostproc.so.0: cannot open 
shared object file: Error 40

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


Re: [mythtv-users] Gentoo 0.17 ebuild?

2005-02-12 Thread Henk Poley
Op zaterdag 12 februari 2005 15:50, schreef Robert Denier:
 Does anyone have a link to an ebuild?  I haven't seen it in portage.

It is in portage. Was 'Hard Masked' 2 days ago, but is only masked 'unstable' 
since yesterday:

echo media-plugins/mythbrowser ~x86  /etc/portage/package.keywords
echo media-plugins/mythdvd ~x86  /etc/portage/package.keywords
echo media-plugins/mythgallery ~x86  /etc/portage/package.keywords
echo media-plugins/mythgame ~x86  /etc/portage/package.keywords
echo media-plugins/mythmusic ~x86  /etc/portage/package.keywords
echo media-plugins/mythnews ~x86  /etc/portage/package.keywords
echo media-plugins/mythphone ~x86  /etc/portage/package.keywords
echo media-plugins/mythvideo ~x86  /etc/portage/package.keywords
echo media-plugins/mythweather ~x86  /etc/portage/package.keywords
echo media-tv/mythfrontend ~x86  /etc/portage/package.keywords
echo media-tv/mythtv ~x86  /etc/portage/package.keywords
echo www-apps/mythweb ~x86  /etc/portage/package.keywords
echo x11-themes/mythtv-themes ~x86  /etc/portage/package.keywords
emerge sync
emerge -av media-tv/mythtv

See what it compains about and add those too to /etc/portage/package.keywords

Please note that you will be running 'unstable' packages, these means that the 
ebuild maintainers don't think it's tested enough to be called 'stable' for 
now.

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


Re: [mythtv-users] Gentoo 0.17 ebuild?

2005-02-12 Thread Henk Poley
Op zaterdag 12 februari 2005 16:27, schreef Tom Dombrosky:
 On Sat, 12 Feb 2005 08:50:22 -0600, Robert Denier [EMAIL PROTECTED] wrote:
  Does anyone have a link to an ebuild?  I haven't seen it in portage.

 It's in there.  You have to unmask it by commenting out the
 mythtv-0.17 lines in /usr/portage/profiles/package.mask

No, no, no.. those are for portage itself. Users should 
use /etc/portage/package.keywords. At least with latest portage versions (as 
of end 2004).

See 'man portage':
/usr/portage/profiles/
Global Gentoo settings that are controlled by the developers.   To  override  
these  settings,  you  can  use  the  files  in /etc/portage/.

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


Re: [mythtv-users] mplayer: error

2005-02-12 Thread Ivor Hewitt
On Saturday 12 Feb 2005 15:40, [EMAIL PROTECTED] wrote:

 #cd /usr/lib
 #ln -s libpostproc.so.0 libpostproc.so.0
 #ln -s libpostproc.so.0 libpostproc.so
  # mplayer -vo xv /tmp/test_capture.mpg
 mplayer: error while loading shared libraries: libpostproc.so.0: cannot
 open shared object file: Error 40

 Please Help Thanks!

# ldconfig

# ldd -r `which mplayer`


-- 
Ivor
http://www.ivor.it/goog - MSN Search unbiased?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] SA 3250HD firewire issues

2005-02-12 Thread Brad House
Well, figured I'd try to capture from my SA 3250HD with the new 0.17
release.  It seems to recognize that I'm plugged in, but I get this
message from mythbackend:
2005-02-12 10:48:23.592 Changing from None to WatchingLiveTV
2005-02-12 10:48:23.596 FireWire: Initializing Port: 0, Node: 2, Speed: 
200Mbps
libiec61883 warning: No plugs exist on either node; using default 
broadcast channel 63.
2005-02-12 10:48:23.637 FireWire: Created Channel: 63, Bandwidth 
Allocation: 0
2005-02-12 10:48:38.643 Firewire: No Input in 15 seconds [P:0 N:2] (select)
2005-02-12 10:48:38.669 Couldn't read data from the capture card in 15 
seconds.Stopping.
2005-02-12 10:48:38.702 Changing from WatchingLiveTV to None
2005-02-12 10:48:38.702 FireWire: releasing iec61883_mpeg2 object
2005-02-12 10:48:38.702 FireWire: disconnecting channel 63
2005-02-12 10:48:38.743 FireWire: releasing raw1394 handle

I had a Windows partition on this same computer, and was able to
load that Panasonic DVHS driver (common windows hack), and actually
get video from my SA3250, so I know the firewire ports are enabled,
and working.
(Granted this was like 1.5 months ago).  I've tried multiple channels
in case some were encrypted or something, and none seem to broadcast.
any suggestions??
(Granted, I suppose it could be a bad kernel or something ... also
I'm on x86_64 running 2.6.9-gentoo-r14)
-Brad
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Lirc and Mplayer in Myth

2005-02-12 Thread Ronald Kohsman








I am having issues with using the PVR-350 grey remote with mplayer.
Everything else seems to work well.



~/.mythtv/lircrc:



http://wilsonet.com/mythtv/lircrc-haupgrey.txt



Any ideas?



-r






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


Re: [mythtv-users] Lirc and Mplayer in Myth

2005-02-12 Thread Kevin Kuphal
Ronald Kohsman wrote:
I am having issues with using the PVR-350 grey remote with mplayer. 
Everything else seems to work well.

 

~/.mythtv/lircrc:
 

http://wilsonet.com/mythtv/lircrc-haupgrey.txt
 

Any ideas?
 

myplayer uses ~/.lircrc, not the ~/.mythtv/lircrc file.  You need to 
configure it for mplayer use.

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


[mythtv-users] Deblocking and Smoothening filters for ivtv

2005-02-12 Thread Utsav Pardasani
When capturing from digital cable boxes / satellite recievers, there are times 
when capture from
an mpeg-based encoder will be just plain nasty.  Especially when viewing on a 
bigscreen TV.  This
is since the stream into the box is in MPEG form, and MPEG does not do well at 
encoding MPEG.  

Is there a way to smoothen out the MPEG artifacts with a deblocking/smoothening 
filter? 

--thanks
Utsav

=
(o)
   *
  / \\ 
 _\__v



__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] ivtv YUV playback

2005-02-12 Thread Utsav Pardasani
Is there a way to get Myth to playback YUV instead of MPEG from the ivtv 
driver?  This would be
great in cases where the PVR outputs MPEG artifacts onscreen.

--Thanks
---Utsav

=
(o)
   *
  / \\ 
 _\__v




__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
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] Ran out of video buffers (mythtranscode)

2005-02-12 Thread myth
Hi

I am trying to get transcoding to work. I can record video just fine
via my pvr 350. What I then tried was something like

  mythtranscode -i 7_20050212165400_20050212165500.nuv --profile \
  autodetect --fifodir .

After a few seconds I get the following output:

  Stream: 0 Type: 0
  Stream: 1 Type: 1
  Input #0, mpeg, from '7_20050212165400_20050212165500.nuv':
Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps
StReam #0.1: Audio: mp2, 48000 Hz, stereo, 384 kb/s
  Output #0, vob, to '7_20050212165400_20050212165500.nuv.tmp':
Stream #0.0: Video: mpeg2video, 720x576, 25.00 fps, q=2-31, 6000 kb/s
Stream #0.1: Audio: mp2, 48000 Hz, stereo, 384 kb/s
  Ran out of video buffers!

The resulting 7_20050212165400_20050212165500.nuv.tmp fiile is only
a few KB big (73 in this case).

Does anyone know whats going on? What more info can I provide?

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


RE: [mythtv-users] Lirc and Mplayer in Myth

2005-02-12 Thread Ronald Kohsman
Excellent. Thanks.

-r

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Kuphal
Sent: Saturday, February 12, 2005 11:12 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Lirc and Mplayer in Myth

Ronald Kohsman wrote:

 I am having issues with using the PVR-350 grey remote with mplayer. 
 Everything else seems to work well.

  

 ~/.mythtv/lircrc:

  

 http://wilsonet.com/mythtv/lircrc-haupgrey.txt

  

 Any ideas?

  

myplayer uses ~/.lircrc, not the ~/.mythtv/lircrc file.  You need to 
configure it for mplayer use.

Kevin
___
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] Mixer Error in 0.17

2005-02-12 Thread Adam Felson
I'm having the same problem.  I'm setting up a mythfrontend on an epia
box running gentoo and gentoo's alsa-oss doesn't work so I have to get
mythtv's alsa mode working.

'alsamixer -D via82xx' works as does 'alsamixer -D default', but I get
the -2 error from mythtv.  

log file:

2005-02-12 08:47:55.584 mythfrontend version: 0.17.20050130-1
www.mythtv.org
2005-02-12 08:47:55.585 Enabled verbose msgs : important general
2005-02-12 08:47:55.831 Switching to square mode (blue)
2005-02-12 08:47:56.359 Joystick disabled.
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2005-02-12 08:47:56.461 Registering Internal as a media playback plugin.
2005-02-12 08:47:56.491 Registering MythDVD DVD Media Handler as a media
handler
2005-02-12 08:47:56.492 Registering MythDVD VCD Media Handler as a media
handler
2005-02-12 08:48:00.671 Registering MythMusic Media Handler as a media
handler
2005-02-12 08:48:04.216 Connecting to backend server: 192.168.1.60:6543
(try 1 of 5)
2005-02-12 08:48:04.224 Using protocol version 14
2005-02-12 08:48:04.287 Using protocol version 14
2005-02-12 08:48:05.400 Opening audio device 'default'.
ALSA lib control.c:654:(snd_ctl_open_noupdate) Invalid CTL ALSA:default
2005-02-12 08:48:05.418 Mixer attach error -2: No such file or directory
Check Mixer Name in Setup: ALSA:default
2005-02-12 08:48:11.122 Using XV port 56
2005-02-12 08:48:11.549 Using realtime priority.
2005-02-12 08:48:11.562 Video timing method: RTC
2005-02-12 08:48:11.567 Changing from None to WatchingLiveTV
2005-02-12 08:48:12.534 Changing from WatchingLiveTV to None
2005-02-12 08:48:12.546 Changing from None to None


.asoundrc:
pcm.!default {
type hw
card 0
}

ctl.!default {
type hw
card 0
}

I also had via82xx in .asound instead of !default.  Exact same behavior
-- alsamixer worked, mythtv didn't.

On Fri, 2005-02-11 at 21:36 -0700, Andrew McNabb wrote:
 I'm getting the following error when I try watch live TV or recordings:
 
 -
 
 Mixer attach error -2: No such file or directory
 Check Mixer Name in Setup: /dev/mixer
 
 Continue WITHOUT AUDIO! or Return to menu.
 
 -
 
 I'm using ALSA (my output device is set to ALSA:default), and sound
 worked in 0.16.  I've tried changing the mixer to mixer,
 /dev/mixer2, /dev/mixer3, and none of those worked.  Sound works in
 other applications (such as xmms), and I can use alsamixer without any
 problems.
 
 Does anyone have any ideas of what could have caused this or how to fix
 it?  Thanks a ton.
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
-- 
Adam Felson [EMAIL PROTECTED]

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


RE: [mythtv-users] Sound PVR-350

2005-02-12 Thread Ronald Kohsman
An update

 1. Tuner Sound
Donethanks for the help. Used the ramdisk for everything but the
ivtv and ivtv-fb.

I put the msp3400, ivtv and ivtv-fb in the rc.local...in that order.

Works.

 2. X on the TV Out
Done.Loaded ivtv-devel...works.

 3. Lirc (can not get irw to work, no file error) 
Done. Crappy work around. The stupid udev is not working...oh well. I
put in the rc.local after ivtv-fb:

/sbin/modprobe lirc_i2c
ln -s /dev/lirc0 /dev/lirc
service lircd start

 4. Transcoding (best 
 setup for multicasting within the house on 802.11b) Using VLC
Not working on it right now. Playing with it.

New problem cropped up. The stupid remote would not change channels. A
workaround is, rc.local:

/etc/init.d/mythbackend start
sleep 3
/etc/init.d/mythbackend stop
/etc/init.d/mythbackend start

Then the mplayer would not work with lirc. Fixed by copying the
~/.mythtv/lircrc to ~/.lircrc.

The last trivial problem is the cddb and imdb lookups are not working.

Later.

-r

-Original Message-
From: Minh Duong [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 10, 2005 11:01 PM
To: Ronald Kohsman
Subject: RE: [mythtv-users] Sound PVR-350

About your sound, did you put back msp3400ko.o   It
appears in you logs that msp3400 isn't being loaded.


--- Ronald Kohsman [EMAIL PROTECTED] wrote:

 Video16 is there and it comes up all by itself. I am
 using the mkinitrd
 version.
 
 -r
 
 -Original Message-
 From: Minh Duong [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, February 10, 2005 4:03 PM
 To: Ronald Kohsman
 Subject: RE: [mythtv-users] Sound PVR-350
 
 For me it wasn't a problem, but check to make sure
 that /dev/video16 exists.  If you do, then it's not
 a
 problem. 
 
 Does X come up by itself?  Or do you have to launch
 it?
 
 
 --- Ronald Kohsman [EMAIL PROTECTED] wrote:
 
  Ok the TV out is up and running on X.
  
  I now can not get the videos to play back on TV
 Out.
  
  Like the mplayer is not happy?
  
  -r
  
  -Original Message-
  From: Minh Duong [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, February 10, 2005 1:03 AM
  To: Ronald Kohsman
  Subject: RE: [mythtv-users] Sound PVR-350
  
  oh one more thing:  reboot after these changes.
  
  --- Minh Duong [EMAIL PROTECTED] wrote:
  
   Ok as I understand it, you need to start ivtv
 and
   lirc
   before you start mythbackend.  First though, you
   need
   to load the modules.  I got this from
  
 

http://wilson-stowe.com/family/mythtv/installguide#AutomaticallyStarting
  everythingonBootUp
   
   You need two scripts.  You must be root.
   
   1) First create a script named ivtv in
  /etc/init.d/
   
   --
   # modprobe v4l1-compat # if not compiled into
 the
   kernel
   modprobe ivtv
   # use the following if you use TV-Out on PVR350
   modprobe ivtv-fb
   --
   
   2) Change the permissions to allow to run by
  anyone:
   
   chmod +x /etc/init.d/ivtv
   
   3) Now you have to get it to load but scripts
 have
  a
   hierarchy.  Lower numbers have higher priority. 
  Get
   a
   listing of your /etc/rc2.d directory:
   
   cd /etc/rc2.d
   ls
   
   You're going to see a lot links in this
 directory.
  
   Those links that start with K are not running
 at
   this run level .  Those starting with S are
   running.
Note the number that mythbackend runs.  You
 need
  to
   create a symbolic link but a number lower than
   mythbackend.  For me I had to get it lower than
  86.
   
   ln -s /etc/init.d/ivtv S84ivtv
   
   Now do the same in rc5.d.  I'm not sure if this
 is
   necessary but I wanted to be sure because rc5 is
  X.
   
   cd /etc/rc5.d
   ln -s /etc/init.d/ivtv S84ivtv
   
   4)  Now do the same for lirc.  I'm not sure how
  this
   will work since you haven't gotten lirc to work
  yet,
   but once you do, you'll need it.  First the
 script
   for
   /etc/init.d/lirc :
   
   
   #setserial /dev/ttyS0 uart none
   modprobe lirc_i2c
   
   
   Make it executable:
   
   chmod  +x /etc/init.d/lirc
   
   5)  Now create links in the different rc levels.
 
   Again same rule on the priority level.
   
   cd /etc/rc2.d
   ln -s /etc/init.d/lirc S85lirc
   
   cd /etc/rc5.d
   ln -s /etc/init.d/lirc S85lirc
   
   
   I don't know what the effect of having done the
   changed the ramdisk.  Maybe nothing.  Hopefully
  this
   helps.
   
   --- Ronald Kohsman [EMAIL PROTECTED]
  wrote:
   
Is it too much trouble to get copy of your
  scripts
and little help?

Did you put modprobe stuff?

I really appreciate the help.

-r

-Original Message-
From: Minh Duong [mailto:[EMAIL PROTECTED]
 
Sent: Wednesday, February 09, 2005 11:59 PM
To: Ronald Kohsman
Subject: RE: [mythtv-users] Sound PVR-350

Ronald,

You're still having problems with X on TV Out?
 
  I
thought you had resolved that problem.  You
 set
  up
the
initial ramdisk as per Jarod's guide?   I
 could
never
get that to work.  I 

[mythtv-users] Modeline question (NOT which modeline should I use...)

2005-02-12 Thread Robin Smith
Are modelines in Linux specific to the TV, the video card or both? 

Basically, I am having modeline issues trying to get my FX5600 to
output to my Panasonic PT-53x54 (53 widescreen HDTV) via a DVI - HDMI
cable - none of the ones I have tried on the web give good results.

I want to do the powerstrip thing but don't want to take my Mythbox
apart and install Windows. I have another PC with DVI out (running an
ATI Radeon 9800 Pro). Can I just bring it to my HDTV, hook it up and
use it with PowerStrip to get the modeline I need?

Also, on some of the modelines I try, the res appears to be smaller
than the display dimensions, so I get a weird scrolling desktop
effect, anyone know what causes this. my Xorg.0.log at one point
reported something like virtual 1920 x 1080 desktop detected (I
don't have that log anymore, so the message may not be accurate). It
looked like it did a 720x480 actual res, with a virtual scrolling
desktop of 1920x1080.

Thanks

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


[mythtv-users] Need Unichrome X background for M10K

2005-02-12 Thread Eric Webb

Hi guys,

I've been running 0.16 on a test system (Celery system running Slackware 10 
with a PVR-250 as input and software decompression on output).  Graphics were 
on a Viper 770 that I had laying around.   I'm ready to move this setup to an 
EPIA M1 and need some background.

It looks like this version of slack runs X.org's X server versus Xfree's.  I'm 
completely new to X.org... who are they, what's different, what's the (brief) 
story here?

I see a lot of mention of XvMC and I see what it stands for, but I don't 
understand where it fits into the picture.

After googling a lot, I'm confused by all of the different EPIA development.  
I guess Via is doing some and others are doing their own stuff.  Thus far, 
I'm using the ALSA snd_via82xx module that came with slackware, and I 
downloaded and compiled the viafb module from ViaArena (package 
CLE266FBDv0.82-lite_20030819).  The modules seem to load okay, but I haven't 
figured out why I get no sound output (checked channels with alsamixer).  I 
edited my existing xorg.conf file and changed the nv driver under the 
Device section to via.  KDE come up okay, so I guess the viafb driver is 
happy.

But when I start up mythbackend and mythfrontend, I get a blank screen and 
then the console locks up.  I can still telnet into the machine, and I see 
that mythfrontend repeatedly compains Timed out waiting for free video 
buffers.  Why?

Should I dump the viafb driver and use the one from the Unichrome project?  
Should I use the plain X support, XvMC, or DRI?  Which buys me hardware 
MPEG-2 decompression?

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


Re: [mythtv-users] Mixer Error in 0.17

2005-02-12 Thread David George
On 02/12/2005 11:22 AM, Adam Felson wrote:
I'm having the same problem.  I'm setting up a mythfrontend on an epia
box running gentoo and gentoo's alsa-oss doesn't work so I have to get
mythtv's alsa mode working.
'alsamixer -D via82xx' works as does 'alsamixer -D default', but I get
the -2 error from mythtv.  
 

snip
ALSA lib control.c:654:(snd_ctl_open_noupdate) Invalid CTL ALSA:default
2005-02-12 08:48:05.418 Mixer attach error -2: No such file or directory
Check Mixer Name in Setup: ALSA:default
 

Are you sure you don't have ALSA:default in the mixer field by mistake?  
It should just be default.

The audio output device gets the ALSA:devicename, the mixer is just 
default as we already know it is ALSA.

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


[mythtv-users] EPG and mythtv 0.17

2005-02-12 Thread Jrg Dreler
I'm very pleased about the new 0.17, especially the DVB-integration is 
really nice. But i dont know how to get the dvb-epg-data into mythtv. 
I've checked every get EPG over DVB (or what its called in english) in 
the channel setup. But i dont know what to do now, as there is still no 
programdata in the mythtv-epg. Till now ive used tv_grab_dvb and a small 
script, that id to call manually - replacing this would quite nice. The 
changelog sais Works for UK DVB-T, and in North America., so perhaps 
someone knows if it works for german DVB-T (Berlin).

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


Re: [mythtv-users] EPG and mythtv 0.17

2005-02-12 Thread Tom E. Craddock, Jr.
Jörg Dreßler wrote:
I'm very pleased about the new 0.17, especially the DVB-integration is 
really nice. But i dont know how to get the dvb-epg-data into mythtv. 
I've checked every get EPG over DVB (or what its called in english) 
in the channel setup. But i dont know what to do now, as there is 
still no programdata in the mythtv-epg. Till now ive used tv_grab_dvb 
and a small script, that id to call manually - replacing this would 
quite nice. The changelog sais Works for UK DVB-T, and in North 
America., so perhaps someone knows if it works for german DVB-T 
(Berlin).

thanks
   Jörg

When you compiled myth, did you uncomment the section for compiling in 
support for DVB OTA EPG info, ex:

#define the following if you want On Air Guide information
DEFINES += USING_DVB_EIT
Tom
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Frontend IR Receivers/Remotes

2005-02-12 Thread mythtv
I am writing this as a warning to anyone trying IR Receivers and remotes for
there frontend systems.

My setup:
I have a backend system with all my 250s in it, an Xbox frontend, and a normal
PC frontend. All systems (besides Xbox) running FC2 with 2.6.10 kernels.

I have tried two or three remotes from for my PC frontend. Since it does not
have a 250 in it I needed a remote and a receiver. I have read in this list
that these recievers / remotes where working and I felt I needed to also post
back to the list with feedback with my experiences.

I have tried the following remotes:

MCE Remote and receiver.
http://www.newegg.com/app/ViewProductDesc.asp?description=80-100-202depa=0
This is a new Phillips model and I have confirmed (from reading the lirc mailing
list) that this receiver does not work. The older Microsoft Media Center remote
may, I donÂ’t have one of those.

StreamZap Remote:
There is a patch for this remote for the 2.6.10 kernel and lirc however I could
never get it to work. I email the person who made the patch but never got a
response.

At this point I am not sure what I am going to get for this frontend. I may
build an IR receiver or look for another solution. If anyone has any
suggestions I would be more than willing to try them. This by far has to be the
most frustrating part of setting up my frontend system.

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


[mythtv-users] Re: DVB starting no correct

2005-02-12 Thread Yvon free
try in database mythconverg table  : cardinput, field : startchan put a real 
channum of your channel table  in the good inputcard data.

Date: Sat, 12 Feb 2005 20:33:45 +1100
From: Mark Blair [EMAIL PROTECTED]
Subject: [mythtv-users] DVB Starting channel not correct ...
To: Discussion about mythtv mythtv-users@mythtv.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; format=flowed
I have a setup with 2 NovaT's and a PVR250.  I have DVB0 set to start
on channel 2 and DVB set to start on channel 7.
No matter what I do DVB0 always try's to start on channel 3, I've tried
manually updating the database but it still starts on channel 3 no idea
where it's getting number 3 from, I've never had a channel 3 ?
any ideas ? using 0.17 but this also happened in 0.16
best
Mark

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


[mythtv-users] Strange DB Error

2005-02-12 Thread Lonnie Borntreger
So I was looking through my overnight logs, and noticed the following:

   =
2005-02-11 23:00:10.067 Finished recording American Hot Rod on channel:
1055
2005-02-11 23:00:10.354 Changing from RecordingOnly to None
2005-02-11 23:00:10.365 Reschedule requested for id 0.
DB Error (KickDatabase):
Query was:
SELECT NULL;
Driver error was [2/2013]:
QMYSQL3: Unable to execute query
Database error was:
Lost connection to MySQL server during query

2005-02-11 23:00:13.678 Scheduled 94 items in 3.3 = 0.08 match + 3.23
place
  == and later =
2005-02-12 00:40:30.033 Reschedule requested for id 0.
2005-02-12 00:40:30.730 Scheduled 92 items in 0.7 = 0.04 match + 0.66
place
2005-02-12 07:59:52.850 Started recording Thomas  Friends on channel:
1010 on cardid: 1, sourceid 1
DB Error (KickDatabase):
Query was:
SELECT NULL;
Driver error was [2/2013]:
QMYSQL3: Unable to execute query
Database error was:
Lost connection to MySQL server during query

2005-02-12 07:59:53.289 Changing from None to RecordingOnly
strange error flushing buffer ...
2005-02-12 08:30:10.018 Finished recording Thomas  Friends on channel:
1010


Any clue as to the problem?  Everything seems to have been recorded and
stored in the DB just fine.

Lonnie Borntreger


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


RE: [mythtv-users] MythTV Nuppel (.nuv) Patch for Current Version ofMPLayer?

2005-02-12 Thread Lan User
 [EMAIL PROTECTED] On Behalf Of David Madsen
 Sent: Friday, February 11, 2005 7:46 PM
 To: Discussion about mythtv
 Subject: Re: [mythtv-users] MythTV Nuppel (.nuv) Patch for Current Version
 ofMPLayer?
 If you are using Gentoo there is a +mythtv USE flag that will enable
 this patch.
 I am using this patch with  MPlayer 1.0_pre6
 --Dave Madsen

Sorry to be stupid, but I have some questions about this patch.

1.  How do I apply it?  What's the command?

2.  Just looking at the patch I see this:
diff -ru MPlayer-0.90/libmpdemux/demux_nuv.c and other references to files
in a directory named  MPlayer-0.90.  Do I need to edit the patch and
change the directory name to something else?  Looking in the MPlayer-1.0pre6
source code directory I don't see any directories named  MPlayer-0.90.

3.  I don't use Gentoo and I compile MPlayer myself, is there any reason why
I can't use this patch?

Thanks much,

Patrick.

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


Re: [mythtv-users] EPG and mythtv 0.17

2005-02-12 Thread Jrg Dreler
yes, i did.
Tom E. Craddock, Jr. schrieb:
Jörg Dreßler wrote:
I'm very pleased about the new 0.17, especially the DVB-integration is 
really nice. But i dont know how to get the dvb-epg-data into mythtv. 
I've checked every get EPG over DVB (or what its called in english) 
in the channel setup. But i dont know what to do now, as there is 
still no programdata in the mythtv-epg. Till now ive used tv_grab_dvb 
and a small script, that id to call manually - replacing this would 
quite nice. The changelog sais Works for UK DVB-T, and in North 
America., so perhaps someone knows if it works for german DVB-T 
(Berlin).

thanks
   Jörg

When you compiled myth, did you uncomment the section for compiling in 
support for DVB OTA EPG info, ex:

#define the following if you want On Air Guide information
DEFINES += USING_DVB_EIT
Tom

___
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] EPG and mythtv 0.17

2005-02-12 Thread Taylor Jacob
Quoting Jörg Dreßler [EMAIL PROTECTED]:
  I'm very pleased about the new 0.17, especially the DVB-integration is
  really nice. But i dont know how to get the dvb-epg-data into mythtv.
  I've checked every get EPG over DVB (or what its called in english)
  in the channel setup. But i dont know what to do now, as there is
  still no programdata in the mythtv-epg. Till now ive used tv_grab_dvb
  and a small script, that id to call manually - replacing this would
  quite nice. The changelog sais Works for UK DVB-T, and in North
  America., so perhaps someone knows if it works for german DVB-T
  (Berlin).

For the record:

The DVB EPG code that shiped with .17 is still Beta.  Thats why it doesn't seem
to work in Germany.. I need to do some work it, so you may want to check the
cvs commits for dvb related files over the next few weeks / months and see when
we get this fixed to work for you guys over there in Germany.. It wasn't
intentional to make it only work in the countries where the dvb-dev guys are.
:)

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


[mythtv-users] mythfilldatabase does not complete

2005-02-12 Thread Teruel de Campo
Mythfilldatabase can not complete.
I can run the ./setup and being able to grab the channel info without 
difficulties:

./setup
2005-02-12 11:12:38.677 Switching to square mode (blue)
2005-02-12 11:12:39.284 Joystick disabled.
2005-02-12 11:17:17.751
2005-02-12 11:17:17.805
2005-02-12 11:17:17.832
2005-02-12 11:18:02.992 Fetching lineups from DataDirect service...
--11:18:03--  http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
   = `-'
Resolving datadirect.webservices.zap2it.com... 206.18.98.160
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
[ = ] 14,639 7.53K/s
11:18:07 (7.52 KB/s) - `-' saved [14,639]
Your subscription expires on 04/02/2005 11:00:10 PM
-
Then when I run mythfilldatabase it seems that INSERT can not do it. Here is 
the error:
--
Clearing from Fri Feb 11 00:00:00 2005 to Sat Feb 12 00:00:00 2005 (localtime)
Data for source cleared...
Main temp tables populated.  Updating myth channels...
Updating icons for sourceid: 1
Channels updated..  Updating programs...
DB Error (Inserting into program table):
Query was:
INSERT IGNORE INTO program (chanid, starttime, endtime, title, subtitle, descrip
tion, showtype, category, category_type, airdate, stars, previouslyshown, stereo
, subtitled, hdtv, closecaptioned, partnumber, parttotal, seriesid, originalaird
ate, colorcode, syndicatedepisodenumber, programid) SELECT chanid, starttime, en
dtime, title, subtitle, description, showtype, dd_genre.class, category_type, ai
rdate, stars, previouslyshown, stereo, subtitled, hdtv, closecaptioned, partnumb
er, parttotal, seriesid, originalairdate, colorcode, syndicatedepisodenumber, dd
_v_program.programid FROM dd_v_program LEFT JOIN dd_genre ON (dd_v_program.progr
amid = dd_genre.programid AND dd_genre.relevance = '0');
Driver error was [2/2013]:
QMYSQL3: Unable to execute query
Database error was:
Lost connection to MySQL server during query
-
Please any tip?. I have been searching and testing any possible places and I 
can not find the problem.
Please email me and post it ([EMAIL PROTECTED]).
Thanks
-=terry(Denver)=-
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Modeline question

2005-02-12 Thread Carl Alexander
Rick Ingersoll wrote:
I have a FX 5500 SVIDEO out to my 27 Sony TV.  it's not HD.  I have 
been looking into modeline settings, I really have no idea what I'm 
doing with it.  It somewhat seems like something I need,  Can anyone 
tell me what I should be setting as far as modeline line in my xorg.conf 
file.  Again standard 27 TV NTSC.  Thanks for your help

Rick

Very similar to my setup.  I have a nVidia 5700LE connected to a 32 
Sony (also not HD, that upgrade is 6-18 months away) over s-video.   The 
easy/default  thing was to run the nvidia drivers 640x480.  For me this 
more or less just worked.  But this is also not quite everything it can 
be.  It's NTSC, and you should be able to drive it at 720x480 even 
thought that doesn't seem to be a built in modeline.

For me, adding the following line to the 'Section Monitor':
  ModeLine 720x480NTSC  27.5  720 744 800 872  480 483 485 525
and a corresponding line to the 'Subsection Display' of my 'Section 
Screen':
Modes   720x480NTSC

This pushed it up to 720x480.  I also needed to add some of the nvidia 
driver specific options to the 'Section Device' to keep it from 
occasionally being confused and thinking the wrong display was attached. 
   you will also want to use the nvidia-settings tool from nvidia to 
tune overscan, color, etc to match the s-video signal from the Myth 
computer with video essentials or the like.

The only remaining basic problems I have with this are:
  - xine seems to have a blue line at the top of the letterbox when 
playing anamorphic discs. I have no idea why. I'm pretty sure this 
didn't happen in 640x480 mode so I am rather confused.
  - I am really unsatisfied with the video quality from the PVR 350. It 
looks like VHS. This is especially noticeable when comparing news crawls 
on CNN or the like between the MythTV s-video feed and the tuner in the 
TV itself. I am quite confident this is on the capture/encoding side 
since X and DVD playback is as sharp as any of my other settop players.
 -for whatever reason, I have not gotten DVD playback to do 5.1 audio 
pass through to my receiver. but I haven't dug too deep into this yet
 - It's rather irksome that XvMC seems to be completely broken on x86_64.

My setup is xorg-x11 6.8.0-r3 with nvidia drivers rev 6629 on an AMD 64 
with a gentoo install.

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


Re: [mythtv-users] EPG and mythtv 0.17

2005-02-12 Thread cythraul
Just curious... Is the EIT working for BEV?

On Sat, 12 Feb 2005 13:30:44 -0500, Taylor Jacob [EMAIL PROTECTED] wrote:
 Quoting Jörg Dreßler [EMAIL PROTECTED]:
 The DVB EPG code that shiped with .17 is still Beta.  Thats why it doesn't 
 seem
 to work in Germany.. I need to do some work it, so you may want to check the
 cvs commits for dvb related files over the next few weeks / months and see 
 when
 we get this fixed to work for you guys over there in Germany.. It wasn't
 intentional to make it only work in the countries where the dvb-dev guys are.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] 0.17 mythfrontend gentoo ebuild

2005-02-12 Thread David Madsen
I had the same problem.  I debugged it, and the problem is that there
is no ChangeLog file in the tarball and the gentoo ebuild is expecting
there to be one.  You can fix this temporarily (until you sync your
portage tree) by editing

/usr/portage/media-tv/mythtv-0.17.ebuild 

and changing this line

 myth_src_install || die failed to install 

to just

 myth_src_install


--Dave Madsen

On Sat, 12 Feb 2005 10:30:37 -0500, Tom Dombrosky [EMAIL PROTECTED] wrote:
 I think I see what you're talking about now.  I'm getting an error
 with no output after it installs all the i18n stuff.
 
 Tom
 
 
 ___
 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] Re: Axel - Jarod - Any ETA on Fedora Core 1 rpms?

2005-02-12 Thread Axel Thimm
On Sun, Feb 13, 2005 at 12:28:45AM +1000, David Whyte wrote:
 Axel, you will give us a shout when the packages hit won't you?

They are already being uploaded, but I'll have to leave for dinner, so
no announcement today ;)

 Save us keep checking :P

Check in half an hour again. Have fun!

 Cheers mate,
 Dave
 
 On Sat, 12 Feb 2005 15:14:37 +0100, Axel Thimm [EMAIL PROTECTED] wrote:
  On Sat, Feb 12, 2005 at 05:43:55AM -0500, William wrote:
   Are you planning on supporting FC1 for the new release? If you do,
   any idea on when to expect updated rpms?
  
  There won't be any greater support for FC1 than ensuring the packages
  build. The guide for FC3 will probably work for 90% of FC1, but
  especially udev related parts will break.
  
  Also you would require a bleeding version of qt. So perhaps it's time
  for an upgrade? :)
  
  Packages will hit the repo later today. If you are bored you can try
  the latest CVS builds that are very close to the release itself.
-- 
Axel.Thimm at ATrpms.net


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


[mythtv-users] High kernel CPU usage on AMD64

2005-02-12 Thread shermannmin
Does anyone know why playback of SD recordings in mythtv uses up so much kernel 
CPU? Vmstat reports 45 55 0 0 for us sy id wa, respectively (I'm told there's a 
problem with top and 2.6 kernels). 

It seems to me that mpeg decoding of DVD's should be identical in terms of CPU 
utilization, but it's apparently not: vmstat reports 13 0 86 1 when I'm 
watching a DVD using xine, which seems about right to me. What's more 
interesting is that even though I'm already at 0% idle with SD channels, HD 
playback still (largely) works--user CPU increases but kernel CPU drops: 65 35 
0 0.

The reason I'm looking at this in the first place is because I'm experiencing 
playback choppiness when switching channels or bringing up the program info 
OSD, both with SD and HD channels. Exiting and starting again usually fixes the 
problem. I've tried a variety of things I've found in the dev and user forums 
(e.g., turning off commflagging), but nothing has helped so far. 

My setup is:
  AMD64 3000+
  pcHDTV-3000
  PVR-250
  Nvidia 6600GT
  Suse 9.2 (linux-2.6.8-24)

As for my version of mythtv, I'm compiling from CVS with the only changes in 
settings being alsa and opengl vsync support. 

This behavior (the cpu stats as well as the playback choppiness) has been 
around since I started about a month ago. I've tested it with a CVS pull from 
yesterday (2/11), too. 

Thanks in advance for any insight anyone may have on this.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] 3.5 drive bay LCD device?

2005-02-12 Thread Kevin Kuphal
I'm considering adding an LCD display to my frontend and was wondering 
if anyone knew of a display that was designed to go into a 3.5 drive 
bay or similar easy to install location?

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


RE: [mythtv-users] 3.5 drive bay LCD device?

2005-02-12 Thread Daniel A. Jacobs
A VFD display would rock in my Shuttle box if I could get one to fit! It
could show recording status, temperatures, all sorts of cool data... Let us
know if you come across anything.

Daniel

 I'm considering adding an LCD display to my frontend and was wondering
 if anyone knew of a display that was designed to go into a 3.5 drive
 bay or similar easy to install location?
 
 Thanks,
 Kevin


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


Re: [mythtv-users] 3.5 drive bay LCD device?

2005-02-12 Thread Josh Burks
On Sat, 12 Feb 2005 13:25:32 -0600, Kevin Kuphal [EMAIL PROTECTED] wrote:
 I'm considering adding an LCD display to my frontend and was wondering
 if anyone knew of a display that was designed to go into a 3.5 drive
 bay or similar easy to install location?
 

I don't know if they have 3.5 drive bay models, but CrystalFontz has
lots of 5.25 drive bay mounted LCD's in different colors and styles.

You may have already looked there. www.crystalfontz.com

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


RE: [mythtv-users] 3.5 drive bay LCD device?

2005-02-12 Thread Daniel A. Jacobs
These would work fine with a USB port and some double-sided tape
strategically placed :-) 

Thanks!

Daniel

 On Sat, 12 Feb 2005 13:25:32 -0600, Kevin Kuphal [EMAIL PROTECTED] wrote:
  I'm considering adding an LCD display to my frontend and was wondering
  if anyone knew of a display that was designed to go into a 3.5 drive
  bay or similar easy to install location?
 
 
 I don't know if they have 3.5 drive bay models, but CrystalFontz has
 lots of 5.25 drive bay mounted LCD's in different colors and styles.
 
 You may have already looked there. www.crystalfontz.com
 
 Josh

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


Re: [mythtv-users] 3.5 drive bay LCD device?

2005-02-12 Thread Josh Burks
On Sat, 12 Feb 2005 13:33:28 -0600, Josh Burks [EMAIL PROTECTED] wrote:
 On Sat, 12 Feb 2005 13:25:32 -0600, Kevin Kuphal [EMAIL PROTECTED] wrote:
  I'm considering adding an LCD display to my frontend and was wondering
  if anyone knew of a display that was designed to go into a 3.5 drive
  bay or similar easy to install location?
 
 
 I don't know if they have 3.5 drive bay models, but CrystalFontz has
 lots of 5.25 drive bay mounted LCD's in different colors and styles.
 
 You may have already looked there. www.crystalfontz.com
 
 Josh
 

If I had looked first, I would have found this one:
http://www.crystalfontz.com/products/631/index.html

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


[mythtv-users] automated nuvexport

2005-02-12 Thread Chase Douglas
I was wondering when nuvexport will be able to be automated and therefore work
in the new job queue. As far as I can tell, somethings still aren't implemented
in nuvexport through flags, such as --cutlist. Even though I specify it in the
command, it still prompts for whether I want to use the cutlist. I understand
that the author has been hard at work and I really appreciate all he has done
with this program. I was just wondering if there was a time table for
implementing this feature?

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


Re: [mythtv-users] i810/xvideo problem? which graphics card should I buy?

2005-02-12 Thread Utsav Pardasani
I used to use a computer with this card.  Sometimes some distros don't do xv by 
default with it,
I'm not sure why.  Right now that machine's got Xv on Mandrake 9.0 (Some older 
XFree version).  
It should work out of the box.  When it runs, it's  a decent card. It does 
video fairly well. 
Not comparable to an Nvidia or Ati.. But definitely not worth replacing if 
you're only watching
video.   I've forgotten the xorg.conf settings, but compare your xorg.conf to 
others via google.  

--Utsav

--- Rachel Willmer [EMAIL PROTECTED] wrote:

 I'm trying to set up a Dell Dimension 500MHZ to run mythtv. I've got a 
 PVR-350 TV card, and the OS is Ubuntu Linux.
 
 
 The Dell has an onboard i810 graphics card, which according to xorg.org 
 should use XVideo out of the box. It doesn't, as shown by xvinfo.
 
 If anyone has a quick solution to getting xvideo working with this 
 config, I'd love to hear it.
 
 But I'm more interested in getting the box working, so was thinking 
 about buying another graphics card.
 
 Any suggestions about what I should get?
 
 All thought welcome
 Rachel
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 


=
(o)
   *
  / \\ 
 _\__v



__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Zap2it and Air2pc issues

2005-02-12 Thread Neil
Hey guys, 

I need some help. Previously using the cvs as of last week, I used OTA 
information for the EPG. It was working fine but not all channels do have 
this information. So I chose zap2it and hoping it would solve my program 
information issues. It actually did. But unfortunately, I'm not able to see 
any more programs when I select WatchTV. Btw, this happens equally both on 
.cvs version and .17 release version. 

So here are the different steps I made and hoping that you might be able to 
tell me where I goofed up. 

1. killed all mythbackend
2. reran setup
3. Answered Yes to remove channels during the prompt
4. Answer No to not remove the air2pc card during the prompt
5. I went to number 3 I guess and recreated a video source named OTAHDTV
6. I supplied my zap2it username and password
7. I pressed Retrieve listing buttons then something below got populated
8. I went back one screen and went to number which i guess is Video inputs
9. I selected OTAHDTV
10. I put 11_2 in the start channel coz that's how it saw in the channel 
table in mysql after doing it more than 3 times
11. Closed setup and ran mythfilldatabase 

Started mythbackend and this is what I'm getting now: 

Starting up as the master server.
2005-02-12 13:32:44.577 DVB#0 DVB SI Table Parser Started
2005-02-12 13:32:44.577 DVB#0 Using DVB card 0, with frontend Nextwave 
nxt2002 VSB/QAM frontend.
2005-02-12 13:32:44.578 DVB#0 ERROR - Unable to find channel in database.
2005-02-12 13:32:44.578 DVB#0 ERROR - Failed to get channel options for 
channel 11_2.
2005-02-12 13:32:44.578 DVB#0 DVB Signal Monitor Starting
2005-02-12 13:32:44.580 DVB#0 Signal Locked
2005-02-12 13:32:44.589 mythbackend version: 0.17.20050130-1 www.mythtv.org
2005-02-12 13:32:44.589 Enabled verbose msgs : important general
2005-02-12 13:32:46.585 Reschedule requested for id -1.
2005-02-12 13:32:46.588 Scheduled 0 items in 0.0 = 0.00 match + 0.00 place
2005-02-12 13:32:46.589 Seem to be woken up by USER 

I ran mythfrontend and Program Guide was awesome. I went to WatchTV and it 
was just blank. I went to mythbackend console and seeing no data from card 
in 1 second. 

Any ideas, please help. :( 

Thanks, 

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


Re: [mythtv-users] ripping dvd questions

2005-02-12 Thread Berend van Wachem
Hi Steve,
Did you press the 0 key in the Rip menu?
Mythdvd will rip to vob first (and stop here if you have quality 
excellent). If you have specified the quality to be good, it will call 
transcode to do the .vob - .avi with xvid or divx.

This last step requires that you have transcode and dependencies 
installed; which I found to be one of the more difficult parts to get 
working in the mythdvd. (I'm doing everything from skratch, Slackware 10)

Good luck,
Berend.
I just installed mythtv from KnoppMyth R4v5, and it went okay. The only 
reason I'm installing is to rip DVDs. However I'm having problems.

I got the mtd daemon started okay. When I go through the menu, I get 
into the 'import DVD' icon, and it just says 'No jobs. Checking and/or 
waiting for DVD'. I have a DVD mounted correctly -- it shows the volume 
label and everything. What gives?

Then I was reading some of the mailing list archives, and it seems that 
the DVD ripping just does a 'vob copy' -- I was hoping for a whole 
transcoding into a single mpeg or avi file. When/if it does start 
working, what will I get?

Steve
___
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] Sound after changing channel

2005-02-12 Thread Berend van Wachem
I'm still struggling with the sound. I've now setup alsa in mythtv and 
am using ALSA:front and default mixer, which does seem to improve the 
reliability of the sound. However, when I change the channel, the sound 
often doesn't work anymore. I need to go back into the Mythtv menu, and 
say Watch TV again to make it work.

The frontend gives me the message/warning(?),
Codec already open, closing first
and then the sound becomes really bad.
Does anyone know what the problem could be?
Thanks,
Berend.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Sound after changing channel

2005-02-12 Thread Sasha Z
Interesting, I have exactly the opposite problem. When the tuner is
first activated, there is no sound (really bad for recordings!!) but
works just fine after a channel change. I don't get any error message
though...

What do you have for your asound.conf/.asoundrc?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] SA 3250HD firewire issues

2005-02-12 Thread Brad House
Well, switching to Node 0 seems to have solved some issues ...
Now I've got a few more, thought Channel 63 was the channel
it should be using, but for some reason this time it
tried to create channel 0 (whereas before it used 63
and timed out).
Also, there's that warning about 'Overlayed connection on
channel 0' ... no idea what that means, seemed to only happen
on the second attempt, though.
2005-02-12 15:24:20.877 Changing from None to WatchingLiveTV
2005-02-12 15:24:20.879 FireWire: Initializing Port: 0, Node: 0, Speed: 
100Mbps
libiec61883 warning: Established connection on channel 0.
You may need to manually set the channel on the receiving node.
2005-02-12 15:24:20.910 FireWire: Created Channel: 0, Bandwidth 
Allocation: 1108
2005-02-12 15:24:20.910 FireWire: Changing Speed 200Mbps - 100Mbps
2005-02-12 15:24:41.835 Changing from WatchingLiveTV to None
2005-02-12 15:24:41.874 FireWire: releasing iec61883_mpeg2 object
2005-02-12 15:24:41.874 FireWire: disconnecting channel 0
2005-02-12 15:24:41.881 FireWire: releasing raw1394 handle

2005-02-12 15:24:44.102 Changing from None to WatchingLiveTV
2005-02-12 15:24:44.105 FireWire: Initializing Port: 0, Node: 0, Speed: 
100Mbps
libiec61883 warning: Overlayed connection on channel 0.
You may need to manually set the channel on the receiving node.
2005-02-12 15:24:44.116 FireWire: Created Channel: 0, Bandwidth 
Allocation: 0
2005-02-12 15:24:44.116 FireWire: Changing Speed 200Mbps - 100Mbps
2005-02-12 15:24:59.151 Couldn't read data from the capture card in 15 
seconds.Stopping.
2005-02-12 15:24:59.181 Changing from WatchingLiveTV to None
2005-02-12 15:24:59.190 FireWire: releasing iec61883_mpeg2 object
2005-02-12 15:24:59.190 FireWire: disconnecting channel 0
2005-02-12 15:24:59.197 FireWire: releasing raw1394 handle

also here iieee1394: Node suspended: ID:BUS[0-00:1023] 
GUID[000a73975de6]
ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node changed: 0-00:1023 - 0-01:1023
ieee1394: Node changed: 0-01:1023 - 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node changed: 0-00:1023 - 0-01:1023
ieee1394: Node changed: 0-01:1023 - 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a73975de6]
s output from my dmesg:

any [more] help would be appreciated.
Thanks!
-Brad
David Madsen wrote:
I my experience with my SA 3250 it has always shown up on the Firewire
bus as node 0.  You are trying to access node 2 which may not be
right.
You can find out which node is the right one by running this..
# dmesg | grep ieee1394
look for the device with an guid of GUID[000f21a3f544] (for a
3250) and then look in this column ID:BUS[0-00:1023] for the id.  The
id you want is the value in the column after the -  in this case it's
is 00.
You can set the id to use under myth-setup i believe when you enter
the firewire devices configuration menu.
--Dave Madsen
On Sat, 12 Feb 2005 10:56:04 -0500, Brad House
[EMAIL PROTECTED] wrote:
Well, figured I'd try to capture from my SA 3250HD with the new 0.17
release.  It seems to recognize that I'm plugged in, but I get this
message from mythbackend:
2005-02-12 10:48:23.592 Changing from None to WatchingLiveTV
2005-02-12 10:48:23.596 FireWire: Initializing Port: 0, Node: 2, Speed:
200Mbps
libiec61883 warning: No plugs exist on either node; using default
broadcast channel 63.
2005-02-12 10:48:23.637 FireWire: Created Channel: 63, Bandwidth
Allocation: 0
2005-02-12 10:48:38.643 Firewire: No Input in 15 seconds [P:0 N:2] (select)
2005-02-12 10:48:38.669 Couldn't read data from the capture card in 15
seconds.Stopping.
2005-02-12 10:48:38.702 Changing from WatchingLiveTV to None
2005-02-12 10:48:38.702 FireWire: releasing iec61883_mpeg2 object
2005-02-12 10:48:38.702 FireWire: disconnecting channel 63
2005-02-12 10:48:38.743 FireWire: releasing raw1394 handle
I had a Windows partition on this same computer, and was able to
load that Panasonic DVHS driver (common windows hack), and actually
get video from my SA3250, so I know the firewire ports are enabled,
and working.
(Granted this was like 1.5 months ago).  I've tried multiple channels
in case some were encrypted or something, and none seem to broadcast.
any suggestions??
(Granted, I suppose it could be a bad kernel or something ... also
I'm on x86_64 running 2.6.9-gentoo-r14)
-Brad
___
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

Re: [mythtv-users] nuvexport seems to complete, but no file is created

2005-02-12 Thread John Andersen
On Thursday 10 February 2005 18:09, Chris Petersen wrote:
  Can anybody help?

 Maybe search the mailing list, or the web, or just about anywhere before
 asking redundant questions

 run with --debug, it'll print out the list of commands that it uses.
 Run those commands (likely in separate terminal windows), watch the output.

When one does that one gets something like this:
---sample
system call:
mkdir -m 0755 /tmp/fifodir_18021/

forking:
nice -n 19 mythtranscode --showprogress -p autodetect -c 1061 -s 
2005-02-11-07-30-00 -f /tmp/fifodir_18021/ --honorcutlist 21
-end-sample

For us newbies out here, (sorry only been running linux 5 years) just
what do you mean by forking: and how would that command sequence be issued
by hand?  Howbout printing the exact sequence rather than the concept?

The second command never returns, so one never gets to issue the third one.

While transcoding to AFS, (and several other formats)
I see similar problems as toad, where when running without --debug it 
hangs forever, aggressively gobbling memory and swap until all swap is 
exhausted, at which point the system is on its knees and whimpering.
At no point does it update its frame pointer display while this is happening
and i've never been successful with this version of completing any
transcoding except to vcd.

If I kill it before it gets to that state, the portion transcoded does play
in mplayer.

Pardon the list/offlist reply, I'm not sure I know where you would
rather see this.

Might I suggest you add a --version argument?





 addendum to previous answers -- if you're using ffmpeg, and you get
 errors when running by hand, please email them to me (off list).  I want
 to add smart error-detection to the ffmpeg code like I have for
 transcode, but haven't run across any ffmpeg errors of my own yet.

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

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


[mythtv-users] Unichrome video out probs

2005-02-12 Thread Piers Kittel
Hello all,
I have the EPIA MII 12000 and am using Debian Unstable, using mythtv via 
the PVR350 output which is reasonably OK but playing back DVD and video 
via the TV out of the motherboard.  Have installed the unichrome drivers 
following the instructions found here 
http://www.physik.fu-berlin.de/~glaweh/debian/ and while main and X 
startup seems to work, there's 2 main problems:

1) Video playback from hard drive/through the network is very jittery
2) DVD playback slightly jittery and some discs ghosts badly
3) WHen using mplayer, the *whole* screen inverts and stays inverted 
even when exiting mplayer and only way to reset it is to restart X 
(although xine plays back the video fine but it's quite jittery)
4) The screen occasionally inverts even when not using mplayer and only 
restarting X will fix the problems

Screenshots include:
http://www.biased.org/misc/tech_probs/video_probs/p2120117.jpg Ghosty 
Futurama
http://www.biased.org/misc/tech_probs/video_probs/p2120130.jpg Another 
shot of ghosty Futurama
http://www.biased.org/misc/tech_probs/video_probs/p2120127.jpg Shot of 
desktop before using mplayer
http://www.biased.org/misc/tech_probs/video_probs/p2120120.jpg During 
using mplayer
http://www.biased.org/misc/tech_probs/video_probs/p2120129.jpg Desktop 
after using mplayer

A copy of hte X log can be found at http://www.biased.org/logs/XFree86.0.log
Any ideas anyone?
Thanks very much for your help in advance
Cheers - Piers
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Update on using epia m10000 for a frontend

2005-02-12 Thread Adam Felson
The m1 is fast enough not to need the hardware mpeg-2 decoder.
Xorg's cvs version has a via driver with XVideo support that works
perfectly with mythtv.  Xine and mythtv never miss a frame at 640x480
resolution.


-- 
Adam Felson [EMAIL PROTECTED]

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


Re: [mythtv-users] nuvexport seems to complete, but no file is created

2005-02-12 Thread Chris Petersen
For us newbies out here, (sorry only been running linux 5 years) just
what do you mean by forking: and how would that command sequence be issued
by hand?  Howbout printing the exact sequence rather than the concept?
That is the sequence.  As you would know if you actually searched the 
mailing list before asking the question, you are supposed to run each of 
those commands, in that order, in SEPARATE terminal windows (they 
interact with each other -- especially the forking ones)..  meaning, 
start one, then open a new terminal, then start the next, etc., etc.

While transcoding to AFS, (and several other formats)
I see similar problems as toad, where when running without --debug it 
hangs forever, aggressively gobbling memory and swap until all swap is 
exhausted, at which point the system is on its knees and whimpering.
At no point does it update its frame pointer display while this is happening
and i've never been successful with this version of completing any
transcoding except to vcd.
Are you running gentoo?  (if so, I question your decision as a newbie to 
do so -- it's hard enough for experienced users to debug with it)  If 
you are, there is a known issue with gentoo not compiling in enough 
things for ffmpeg -- toad-six and d-side have both been unable to get it 
to work, either.

the memory-gobbling thing means that something is reading from one of 
the mythtranscode fifo's but not the other.  Which would make sense if 
ffmpeg is able to encode the audio but barfs on the video (leaving 
mythtranscode to buffer the video into RAM until something reads from 
that fifo).

Pardon the list/offlist reply, I'm not sure I know where you would
rather see this.
no biggie.  it all gets filed into the same mailbox.
Might I suggest you add a --version argument?
I'll look into it.  I don't actually version nuvexport, so adding date 
timestamps will mean I need fix my packaging script to know where to 
look/change within the file itself.

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


Re: [mythtv-users] Frontend IR Receivers/Remotes

2005-02-12 Thread Gordon Rimac
I've been using the irman reciever on my frontends.  It is a little
pricey ($35) they work fine with LIRC and every remote I have tried so
far.  www.evation.com
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frontend IR Receivers/Remotes

2005-02-12 Thread Josh Burks
On Sat, 12 Feb 2005 12:49:15 -0500, [EMAIL PROTECTED] 
 At this point I am not sure what I am going to get for this frontend. I may
 build an IR receiver or look for another solution. If anyone has any
 suggestions I would be more than willing to try them. This by far has to be 
 the
 most frustrating part of setting up my frontend system.

Why not try an IR wireless keyboard, like so:
http://www.newegg.com/app/viewproductdesc.asp?description=23-107-114DEPA=0

Couple that with an IR learning remote like so:
http://www.radioshack.com/product.asp?catalog%5Fname=CTLGcategory%5Fname=CTLG%5F003%5F007%5F000%5F000product%5Fid=15%2D2116

Train the remote using the IR keyboard, and use the receiver from the
keyboard as the receiver for the remote.

I have that remote and it learns codes well (I have consolidated 4
remotes down to 1, and I have every function I need).

HTH,

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


[mythtv-users] Air2pc or pcHDTV3000 best for multipath?

2005-02-12 Thread Andrew Gallatin

I've been lurking, reading the archives for a month or two now, and
I'm finally ready to start building my HD Myth box.  Right now, I am
attempting to choose the HD tuner card I will use.

My current setup is a Zenith c32v37 HDTV with an integrated ATSC (and
QAM) tuner.  I just put a ChannelMaster 4228 in the attic, and my OTA
reception is now pretty good but I have large signal fluctuations on
some stations at times.  The signal meter seems to jump from 90% to
30% and back in a few seconds on the problem station.

I think this is a classic symptom of multipath,  and I've heard that
the tuner you are using can really make a large difference in working
around multipath to give you a stable signal.  Since the Zenith is
old (label on the back says it was made in fall 2003),  I'm hoping that
the tuner in one of the HDTV tuner cards might be better.  

In other threads, I've heard things like the air2pc pulled in stations
that the pcHDTV-3000 did not.  But were those weak signals stable?
Which does better for reasonably strong stations with multipath?  
How about the DVICO cards?

Another newbie question is: Do all the HDTV tuner cards dump a full
mpeg2 stream (including audio), or do some of them require a connection
to a sound card to capture audio?

Thank you!

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


Re: [mythtv-users] Frontend IR Receivers/Remotes

2005-02-12 Thread Robert Denier
That is a rather clever idea..  It certainly should be easier than 
getting a native linux solution to work..

Josh Burks wrote:
On Sat, 12 Feb 2005 12:49:15 -0500, [EMAIL PROTECTED] 
 

At this point I am not sure what I am going to get for this frontend. I may
build an IR receiver or look for another solution. If anyone has any
suggestions I would be more than willing to try them. This by far has to be the
most frustrating part of setting up my frontend system.
   

Why not try an IR wireless keyboard, like so:
http://www.newegg.com/app/viewproductdesc.asp?description=23-107-114DEPA=0
Couple that with an IR learning remote like so:
http://www.radioshack.com/product.asp?catalog%5Fname=CTLGcategory%5Fname=CTLG%5F003%5F007%5F000%5F000product%5Fid=15%2D2116
Train the remote using the IR keyboard, and use the receiver from the
keyboard as the receiver for the remote.
I have that remote and it learns codes well (I have consolidated 4
remotes down to 1, and I have every function I need).
HTH,
Josh
 


___
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] Frontend IR Receivers/Remotes

2005-02-12 Thread Josh Burks
On Sat, 12 Feb 2005 15:11:50 -0600, Robert Denier [EMAIL PROTECTED] wrote:
 That is a rather clever idea..  It certainly should be easier than
 getting a native linux solution to work..

Yeah, anything to avoid another LIRC headache...

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


[mythtv-users] Re: Modeline question (NOT which modeline should I use...)

2005-02-12 Thread Robin Smith
Aside my from my main question above (about using a different PC to do
the PoweStrip thing).

What is the relationship between modelines? I have found a 720x480
modeline that looks awesome (other than the virtual desktop thing,
which I can manually change with xrandr).

Is there a way to interpret the specs of one modeline into good specs
for a different (larger res) modeline.

The one that works (from Linux HTPC How-To) is:
ModeLine NTSC-DVD-60p 26.964 720 760 816 856 480 482 488 525 
from the DTV-PCTweakedModes section

Can I use this to decipher an appropriate modeline for a 960x540
resolution for a little more real estate? Via S-Video I am running at
1024x768 (stretched by my Panny) and things are a hair small, so I
reckon 960x540 would be sweet, and my TV can do 1080i modes, so the
540p in theory should be do-able.

Thanks

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


Re: [mythtv-users] SA 3250HD firewire issues

2005-02-12 Thread Brad House
also, perhaps it's related to this now from mythfrontend
(note that the :
test-mpeg2  utility infact works from the libiec61883
package [just found it and tried] )
Could not bind to UDP notify port: 6948
adding pes stream at pid 0x661 with type 2
adding pes stream at pid 0x664 with type 129
2005-02-12 16:34:14.752 Opening audio device '/dev/dsp'.
2005-02-12 16:34:14.752 Opening OSS audio device '/dev/dsp'.
Using XvMC version: 1.0
XvMC found and using IDCT surface
2005-02-12 16:34:14.767 Using XV port 105
Unable to create XvMC Context return status:11 BadAlloc
-Brad
Brad House wrote:
Well, switching to Node 0 seems to have solved some issues ...
Now I've got a few more, thought Channel 63 was the channel
it should be using, but for some reason this time it
tried to create channel 0 (whereas before it used 63
and timed out).
Also, there's that warning about 'Overlayed connection on
channel 0' ... no idea what that means, seemed to only happen
on the second attempt, though.
2005-02-12 15:24:20.877 Changing from None to WatchingLiveTV
2005-02-12 15:24:20.879 FireWire: Initializing Port: 0, Node: 0, Speed: 
100Mbps
libiec61883 warning: Established connection on channel 0.
You may need to manually set the channel on the receiving node.
2005-02-12 15:24:20.910 FireWire: Created Channel: 0, Bandwidth 
Allocation: 1108
2005-02-12 15:24:20.910 FireWire: Changing Speed 200Mbps - 100Mbps
2005-02-12 15:24:41.835 Changing from WatchingLiveTV to None
2005-02-12 15:24:41.874 FireWire: releasing iec61883_mpeg2 object
2005-02-12 15:24:41.874 FireWire: disconnecting channel 0
2005-02-12 15:24:41.881 FireWire: releasing raw1394 handle

2005-02-12 15:24:44.102 Changing from None to WatchingLiveTV
2005-02-12 15:24:44.105 FireWire: Initializing Port: 0, Node: 0, Speed: 
100Mbps
libiec61883 warning: Overlayed connection on channel 0.
You may need to manually set the channel on the receiving node.
2005-02-12 15:24:44.116 FireWire: Created Channel: 0, Bandwidth 
Allocation: 0
2005-02-12 15:24:44.116 FireWire: Changing Speed 200Mbps - 100Mbps
2005-02-12 15:24:59.151 Couldn't read data from the capture card in 15 
seconds.Stopping.
2005-02-12 15:24:59.181 Changing from WatchingLiveTV to None
2005-02-12 15:24:59.190 FireWire: releasing iec61883_mpeg2 object
2005-02-12 15:24:59.190 FireWire: disconnecting channel 0
2005-02-12 15:24:59.197 FireWire: releasing raw1394 handle

also here iieee1394: Node suspended: ID:BUS[0-00:1023] 
GUID[000a73975de6]
ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node changed: 0-00:1023 - 0-01:1023
ieee1394: Node changed: 0-01:1023 - 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node changed: 0-00:1023 - 0-01:1023
ieee1394: Node changed: 0-01:1023 - 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a73975de6]
s output from my dmesg:

any [more] help would be appreciated.
Thanks!
-Brad
David Madsen wrote:
I my experience with my SA 3250 it has always shown up on the Firewire
bus as node 0.  You are trying to access node 2 which may not be
right.
You can find out which node is the right one by running this..
# dmesg | grep ieee1394
look for the device with an guid of GUID[000f21a3f544] (for a
3250) and then look in this column ID:BUS[0-00:1023] for the id.  The
id you want is the value in the column after the -  in this case it's
is 00.
You can set the id to use under myth-setup i believe when you enter
the firewire devices configuration menu.
--Dave Madsen
On Sat, 12 Feb 2005 10:56:04 -0500, Brad House
[EMAIL PROTECTED] wrote:
Well, figured I'd try to capture from my SA 3250HD with the new 0.17
release.  It seems to recognize that I'm plugged in, but I get this
message from mythbackend:
2005-02-12 10:48:23.592 Changing from None to WatchingLiveTV
2005-02-12 10:48:23.596 FireWire: Initializing Port: 0, Node: 2, Speed:
200Mbps
libiec61883 warning: No plugs exist on either node; using default
broadcast channel 63.
2005-02-12 10:48:23.637 FireWire: Created Channel: 63, Bandwidth
Allocation: 0
2005-02-12 10:48:38.643 Firewire: No Input in 15 seconds [P:0 N:2] 
(select)
2005-02-12 10:48:38.669 Couldn't read data from the capture card in 15
seconds.Stopping.
2005-02-12 10:48:38.702 Changing from WatchingLiveTV to None
2005-02-12 10:48:38.702 FireWire: releasing iec61883_mpeg2 object
2005-02-12 10:48:38.702 FireWire: disconnecting channel 63
2005-02-12 10:48:38.743 FireWire: releasing raw1394 handle

I had a Windows partition on this same computer, and was able to
load that Panasonic DVHS driver (common windows hack), and actually
get video from my SA3250, so I know the firewire ports are enabled,
and working.
(Granted this was like 1.5 months ago).  I've tried multiple channels
in case some were encrypted or something, and none seem to broadcast.
any suggestions??
(Granted, I suppose 

Re: [mythtv-users] Sound after changing channel

2005-02-12 Thread Berend van Wachem

Interesting, I have exactly the opposite problem. When the tuner is
first activated, there is no sound (really bad for recordings!!) but
works just fine after a channel change. I don't get any error message
though...
What do you have for your asound.conf/.asoundrc?
I guess you mean the file that's called asound.state here, located in 
the /etc directory that alsa uses when to start up. I've just used the 
one created by the alsa-utils, quite standard,

http://www.tfd.chalmers.se/~berend/mythtv/asound.state
Please let me know if you have any comments on it.
Berend.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Frontend IR Receivers/Remotes

2005-02-12 Thread mythtv
Yes, I agree this is a great tip. I think I will go that route :) Thank 
you very much.

Matt
Why not try an IR wireless keyboard, like so:
http://www.newegg.com/app/viewproductdesc.asp?description=23-107-114DEPA=0 

Couple that with an IR learning remote like so:
http://www.radioshack.com/product.asp?catalog%5Fname=CTLGcategory%5Fname=CTLG%5F003%5F007%5F000%5F000product%5Fid=15%2D2116 

Train the remote using the IR keyboard, and use the receiver from the
keyboard as the receiver for the remote.
I have that remote and it learns codes well (I have consolidated 4
remotes down to 1, and I have every function I need).
HTH,
Josh

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


[mythtv-users] 0.17 upgrade - backend crashes

2005-02-12 Thread Brad Benson
I upgraded from 0.16 to 0.17 late Thursday night/early Friday morning.
 Ever since then I've been seeing some strange behavior from the box. 
Firstly, as soon as I fire up the backend it spawns a mythcommflag
process.  This seems normal to me except that mythcommflag immediately
pegs my processor at 100% while with 0.16 it seemed to hover around
60-70%.  The bigger problem with mythcommflag is that it seems to
continually spawn new processes until there are at least 5 or 6 of
them running.  Even with the processes niced to -17 it still makes the
box very sluggish and the load average goes through the roof (10). 
In looking in the backend log it seems that the system is completing
commercial flagging for a particular show and then starting to flag it
again.  I'm not sure why it's doing this or why that would result in
multiple instances of mythcommflag instead of one ending and then
another one starting.

Eventually the backend dies with the following message in the log file:

Waited 2 seconds for data to become available, waiting a
gain...

This message is repeated several times in the log and the backend is
dead.  When I try to restart the backend from the command line it
returns me to a prompt with no output to the console or the log file
and the backend never starts.  I have to do a hard reboot of the box
in order to get the backend started again.

FYI, I'm running FC1 with kernel version
2.4.22-1.2199.nptl_52.rhfc1.at and everything has been working great
on 0.16 for months.  The only thing that I changed was to upgrade to
0.17.  I did set -march=athlon for mythtv and all modules when I
compiled since I'm running an Athlon 1600+ and I thought I could
squeeze a little extra speed out of the code.  I'm going to try
recompiling with the default -march=pentiumpro just to see what
happens, but I doubt that's going to fix the problem.

If you need more info let me know and I can post logs, dmesg, etc.

Any help would be greatly appreciated.

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


Re: [mythtv-users] Sound Problem etc. in 0.17.

2005-02-12 Thread Magnus Sandin
I have solved two of four problems, but are still struggling with 
lockups after I changed motherboards :-( And the fact that the sound 
does not work after upgrading to MythTV 0.17.

Is there anyone that may have any clue why the sound is not working in 
version 0.17 but worked perfectly in 0.16?
One major difference is that I compiled 0.17 from source but installed 
the AtRPMs for 0.16.

If I try to play a divx file or the ring buffer in mplayer the sound 
works just great...
I can see that the /dev/dsp device is used by mythfrontend when watching 
LiveTV.

I'm using Fedora Core 1 with kernel 2.4.29 wich I have built from source.
// Magnus
Magnus Sandin wrote:
Hello!
I used 0.16 without to many problems. I upgraded to 0.17 today, but 
after the upgrade I have no sound when watching LiveTV or Recordings. 
If I mount the file system where the ring buffer is located on another 
machine, I can hear the sound which tells me that it's not a problem 
when encoding the stream.

If I run mplayer on the machine the sound works great.
My second problem is that mythfilldatabase gives me the following error:
# mythfilldatabase
Grabbing XMLTV data using tv_grab_sn is not verified as working.
Grabbing XMLTV data using tv_grab_sn is not verified as working.
Adjusting program database end times...
0 replacements made.
Marking repeats...found 0
Unmarking repeats from grabber that fall within our new episode 
window...found 0
2005-02-11 23:06:17.423 Connecting to backend server: 127.0.0.1:6543 
(try 1 of 5)
2005-02-11 23:06:17.430 Using protocol version 14

My Third problem is that mythfrontend is not controllable from the IR 
remote anymore. I've seen that other people have the same problem when 
upgrading to 0.17.

My fourth problem is that recently MythTV (ivtv or the machine itself) 
got very instable. I can record a program and watch divx and MPEG-2 
with mplayer without any problems, however when watching and/or 
pausing liveTV the machine can freeze without reason.

Any ideas where to start looking?
snip
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] SA 3250HD firewire issues

2005-02-12 Thread Brad House
ok, I've got it working, but appears to be extremely unreliable
in a few ways ... none of which I believe are the fault of
linux's 1394 implementation or MythTV.  Some channels won't
come over firewire at all [HBO HD for example], while others
do [Showtime HD/ESPN HD/NBCHD for example].  I assume this is due to
DRM/encryption.  Also, sometimes, when flipping stations,
video appears to stop being broadcast ... sometimes it
will start working again by restarting mythfrontend,
other times it requires you to unplug the firewire cable,
and replug it back in...
Wish that PCHDTV 3000 card supported component or DVI/HDMI
input ... that would solve a lot of issues :/
-Brad
Brad House wrote:
also, perhaps it's related to this now from mythfrontend
(note that the :
test-mpeg2  utility infact works from the libiec61883
package [just found it and tried] )
Could not bind to UDP notify port: 6948
adding pes stream at pid 0x661 with type 2
adding pes stream at pid 0x664 with type 129
2005-02-12 16:34:14.752 Opening audio device '/dev/dsp'.
2005-02-12 16:34:14.752 Opening OSS audio device '/dev/dsp'.
Using XvMC version: 1.0
XvMC found and using IDCT surface
2005-02-12 16:34:14.767 Using XV port 105
Unable to create XvMC Context return status:11 BadAlloc
-Brad
Brad House wrote:
Well, switching to Node 0 seems to have solved some issues ...
Now I've got a few more, thought Channel 63 was the channel
it should be using, but for some reason this time it
tried to create channel 0 (whereas before it used 63
and timed out).
Also, there's that warning about 'Overlayed connection on
channel 0' ... no idea what that means, seemed to only happen
on the second attempt, though.
2005-02-12 15:24:20.877 Changing from None to WatchingLiveTV
2005-02-12 15:24:20.879 FireWire: Initializing Port: 0, Node: 0, 
Speed: 100Mbps
libiec61883 warning: Established connection on channel 0.
You may need to manually set the channel on the receiving node.
2005-02-12 15:24:20.910 FireWire: Created Channel: 0, Bandwidth 
Allocation: 1108
2005-02-12 15:24:20.910 FireWire: Changing Speed 200Mbps - 100Mbps
2005-02-12 15:24:41.835 Changing from WatchingLiveTV to None
2005-02-12 15:24:41.874 FireWire: releasing iec61883_mpeg2 object
2005-02-12 15:24:41.874 FireWire: disconnecting channel 0
2005-02-12 15:24:41.881 FireWire: releasing raw1394 handle

2005-02-12 15:24:44.102 Changing from None to WatchingLiveTV
2005-02-12 15:24:44.105 FireWire: Initializing Port: 0, Node: 0, 
Speed: 100Mbps
libiec61883 warning: Overlayed connection on channel 0.
You may need to manually set the channel on the receiving node.
2005-02-12 15:24:44.116 FireWire: Created Channel: 0, Bandwidth 
Allocation: 0
2005-02-12 15:24:44.116 FireWire: Changing Speed 200Mbps - 100Mbps
2005-02-12 15:24:59.151 Couldn't read data from the capture card in 15 
seconds.Stopping.
2005-02-12 15:24:59.181 Changing from WatchingLiveTV to None
2005-02-12 15:24:59.190 FireWire: releasing iec61883_mpeg2 object
2005-02-12 15:24:59.190 FireWire: disconnecting channel 0
2005-02-12 15:24:59.197 FireWire: releasing raw1394 handle

also here iieee1394: Node suspended: ID:BUS[0-00:1023] 
GUID[000a73975de6]
ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node changed: 0-00:1023 - 0-01:1023
ieee1394: Node changed: 0-01:1023 - 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node resumed: ID:BUS[0-00:1023]  GUID[000a73975de6]
ieee1394: Node changed: 0-00:1023 - 0-01:1023
ieee1394: Node changed: 0-01:1023 - 0-00:1023
ieee1394: Node suspended: ID:BUS[0-00:1023]  GUID[000a73975de6]
s output from my dmesg:

any [more] help would be appreciated.
Thanks!
-Brad
David Madsen wrote:
I my experience with my SA 3250 it has always shown up on the Firewire
bus as node 0.  You are trying to access node 2 which may not be
right.
You can find out which node is the right one by running this..
# dmesg | grep ieee1394
look for the device with an guid of GUID[000f21a3f544] (for a
3250) and then look in this column ID:BUS[0-00:1023] for the id.  The
id you want is the value in the column after the -  in this case it's
is 00.
You can set the id to use under myth-setup i believe when you enter
the firewire devices configuration menu.
--Dave Madsen
On Sat, 12 Feb 2005 10:56:04 -0500, Brad House
[EMAIL PROTECTED] wrote:
Well, figured I'd try to capture from my SA 3250HD with the new 0.17
release.  It seems to recognize that I'm plugged in, but I get this
message from mythbackend:
2005-02-12 10:48:23.592 Changing from None to WatchingLiveTV
2005-02-12 10:48:23.596 FireWire: Initializing Port: 0, Node: 2, Speed:
200Mbps
libiec61883 warning: No plugs exist on either node; using default
broadcast channel 63.
2005-02-12 10:48:23.637 FireWire: Created Channel: 63, Bandwidth
Allocation: 0
2005-02-12 10:48:38.643 Firewire: No Input in 15 seconds [P:0 N:2] 
(select)
2005-02-12 10:48:38.669 Couldn't 

[mythtv-users] .17 and /dev/video16 = crash

2005-02-12 Thread Kay Almroth
I have setup ivtv and it's working great, I can capture from
/dev/video0 og send it to /dev/video16, I can change channels
everything ivtv seems to be working.
And I'm using the ivtvdev_drv to display X (mythtv) on my TV, I have
no monitor/vga defined in xorg.conf

I'm using gentoo/amd64 and the ebuild myth 0.17

Mythtv is setup, and can record programs, however if I try to watch
live tv, or a recorded program. The screen goes blank and the keyboard
is not responding.

The computer does not crash, because I can ssh and reboot it.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] i810/xvideo problem? which graphics card should I buy?

2005-02-12 Thread Paul Hamm
On Sat, 2005-02-12 at 19:33 +, Rachel Willmer wrote:
 I'm trying to set up a Dell Dimension 500MHZ to run mythtv. I've got a 
 PVR-350 TV card, and the OS is Ubuntu Linux.
 
 
 The Dell has an onboard i810 graphics card, which according to xorg.org 
 should use XVideo out of the box. It doesn't, as shown by xvinfo.
 
 If anyone has a quick solution to getting xvideo working with this 
 config, I'd love to hear it.
 
 But I'm more interested in getting the box working, so was thinking 
 about buying another graphics card.
 
 Any suggestions about what I should get?
 
 All thought welcome
 Rachel
 
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Can't help with the XVideo issue.  I have used the i810 Dell systems and
hated them.  For a replacement card you need to verify that you have or
don't have an AGP slot on the Dell.  Many of the Optiplex machines did
not have AGP.  As for what card any nVidia GeForce 4 or higher will do,
MX400, MX4000, fx5200, ..., with the appropriate bus of course.  A new
FX5200 with 128mb ram will run about 70 bucks US.

Paul

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


[mythtv-users] Mythmusic import problem

2005-02-12 Thread Thom Sturgill
Running 0.17 on FC3 - everything compiled fine - no errors.
Previously I had problems with mythmusic not looking up CDs. I deleted the
rpm for libcdaudio and compiled it from source in order to update it to
libcdaudio-0.99.12. Mythmusic now successfully retrieves the info from the
internet, but crashes mythfrontend after encoding the first track (which
IS written to disk, but IS NOT recorded in the database). The following
error is the last entry in the log for mythfrontend:

mythfrontend: symbol lookup error:
/usr/lib/mythtv/plugins/libmythmusic.so: undefined symbol: assert

Scanning for new music also fails to list the newly scanned track.

Any suggestions? I will probably dump the database table and try another
rescan to see if there is some corruption.

-- 
Indian River Community College
Internet Services
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Please help upgrade to .17 from .16 now segfaulting

2005-02-12 Thread Bill Bradley
Hey All,

Just did an apt upgrade to .17 and am now segfaulting when trying to
run the frontend.  The frontend starts then drops out before the theme
loads completely. Here is the error message mythfrontend puts out:

2005-02-12 15:55:01.651 mythfrontend version: 0.17.20050130-1 www.mythtv.org
2005-02-12 15:55:01.652 Enabled verbose msgs : important general
2005-02-12 15:55:02.713 Switching to square mode (Titivillus)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2005-02-12 15:55:03.475 Joystick disabled.
2005-02-12 15:55:03.538 Registering Internal as a media playback plugin.
2005-02-12 15:55:03.640 Registering MythDVD DVD Media Handler as a
media handler2005-02-12 15:55:03.641 Registering MythDVD VCD Media
Handler as a media handler2005-02-12 15:55:04.625 Registering
MythMusic Media Handler as a media handler
SIP listening on IP Address 192.168.1.114:5060 NAT address 66.25.122.207
Segmentation fault

the lirc_init stuff is no big deal since I use a keyboard on the
backend to control.  I dug around in the mythbackend.log and found
this:

2005-02-12 15:01:47.225 Upgrading to schema version 1057
2005-02-12 15:01:47.425 Upgrading to schema version 1058
2005-02-12 15:01:47.429 Upgrading to schema version 1059
2005-02-12 15:02:11.682 Upgrading to schema version 1060
2005-02-12 15:02:13.112 DB Error (Performing database upgrade):
Query was: ALTER TABLE recorded ADD COLUMN preserve TINYINT(1) NOT
NULL DEFAULT 0;
Error was: Driver error was [2/1060]:
QMYSQL3: Unable to execute query
Database error was:
Duplicate column name 'preserve'

new version: 1060
2005-02-12 15:02:13.182 Couldn't upgrade database to new schema.




Any ideas.  I am running FC2.

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


Re: [mythtv-users] Please help upgrade to .17 from .16 now segfaulting

2005-02-12 Thread Joe Votour
I just reported this problem to the atrpms-devel list
about a half-hour ago (I'm running FC3 though).

Remove Mythphone, as that is what is causing the
segfault (apt-get remove mythphone).  It will prompt
you to remove mythphone and mythtv-suite, but MythTV
will remain behind.

-- Joe

--- Bill Bradley [EMAIL PROTECTED] wrote:

 Hey All,
 
 Just did an apt upgrade to .17 and am now
 segfaulting when trying to
 run the frontend.  The frontend starts then drops
 out before the theme
 loads completely. Here is the error message
 mythfrontend puts out:
 
 2005-02-12 15:55:01.651 mythfrontend version:
 0.17.20050130-1 www.mythtv.org
 2005-02-12 15:55:01.652 Enabled verbose msgs :
 important general
 2005-02-12 15:55:02.713 Switching to square mode
 (Titivillus)
 mythtv: could not connect to socket
 mythtv: No such file or directory
 lirc_init failed for mythtv, see preceding messages
 2005-02-12 15:55:03.475 Joystick disabled.
 2005-02-12 15:55:03.538 Registering Internal as a
 media playback plugin.
 2005-02-12 15:55:03.640 Registering MythDVD DVD
 Media Handler as a
 media handler2005-02-12 15:55:03.641 Registering
 MythDVD VCD Media
 Handler as a media handler2005-02-12 15:55:04.625
 Registering
 MythMusic Media Handler as a media handler
 SIP listening on IP Address 192.168.1.114:5060 NAT
 address 66.25.122.207
 Segmentation fault
 
 the lirc_init stuff is no big deal since I use a
 keyboard on the
 backend to control.  I dug around in the
 mythbackend.log and found
 this:
 
 2005-02-12 15:01:47.225 Upgrading to schema version
 1057
 2005-02-12 15:01:47.425 Upgrading to schema version
 1058
 2005-02-12 15:01:47.429 Upgrading to schema version
 1059
 2005-02-12 15:02:11.682 Upgrading to schema version
 1060
 2005-02-12 15:02:13.112 DB Error (Performing
 database upgrade):
 Query was: ALTER TABLE recorded ADD COLUMN preserve
 TINYINT(1) NOT
 NULL DEFAULT 0;
 Error was: Driver error was [2/1060]:
 QMYSQL3: Unable to execute query
 Database error was:
 Duplicate column name 'preserve'
 
 new version: 1060
 2005-02-12 15:02:13.182 Couldn't upgrade database to
 new schema.
 
 
 
 
 Any ideas.  I am running FC2.
 
 Thanks,
 Bill
  ___
 mythtv-users mailing list
 mythtv-users@mythtv.org

http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 




__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Anyone with working DVB-S in Australia ?

2005-02-12 Thread phoenix
Date: Sat, 12 Feb 2005 21:18:10 +1000
From: David Whyte [EMAIL PROTECTED]
Subject: Re: [mythtv-users] Anyone with working DVB-S in Australia ?
To: Rob Hillis [EMAIL PROTECTED], Discussion about mythtv
mythtv-users@mythtv.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII

The Foxtel story according to my limited knowledge. The old analog signal
isnt too hard to decrypt as long as you have the right smartcard / hardware
decoder, however the new Foxtel Digital is a hell of a lot harder to read.
The problem with the analog signal is the fact that Foxtel in an attempt to
kick off people trying to hack into their systems have gotten very good at
figuring out who is using their hardware / smartcards and those who arent.
My friend who had to use a 3rd party decoder (after the foxtel box had an
unfortunate accident with a 5 year old child and softdrink) and kept having
problems with them disabling his smartcard. I'd assume the same thing would
keep happening.

Although while Im posting, any advice from anyone about a tv grabber that
works in West Aus? Ive tried a few and they havent done much. And my perl
scripting skills are a bit feeble so editing the file wasnt getting me very
far.


 It's entirely legal if you pay for the service and use a CAM module with
 the approriate smartcard.  That's what CAM modules are for - they take
 the smartcards normally found in your decoder box and descramble the
 channels it is authorised for.

 I think it can be done, but you need a beefy box to crack the foxtel
 encoding, is the story I was told.  I don't know much about it, I just
 wish Foxtel gave us a legal way to record the video in MythTV, without
 having to do IR blasters and the like.  I always miss the discovery
 channel shows.
 
 
 My understanding is that with Foxtel analogue, a DVB-S card with the
 right CAM module and the smartcard, Myth will quite happily work.  Last
 I heard, Foxtel digital uses a different encoding method for which an
 appropriate CAM module is not yet available.

 As for the orginal poster, I don't know what hardware is required to
 receive Foxtel analogue.  I have heard of people having success with it.




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005

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


[mythtv-users] backend crashes on program deletion

2005-02-12 Thread Lonnie Borntreger
Running 0.17.

I'm getting a lot of crashes on the backend.  The triggers seem to be
deletion of a program, either from mythfrontend or mythweb.  Sometimes
the first request works, but if so, it will definitely crash on the
second.  I put an strace on it and saw the following.  I had just
deleted one program successfully, but it crashed upon requesting a
second deletion.  Could this be SMP related?  I used to see this with
quite a lot of regularity in 0.16 also.

 a second delete request 
read(16, 483 DELETE_RECORDING[]:[]Joe..., 4096) = 491
futex(0x80f1b2c, FUTEX_WAKE, 1) = 1
futex(0x80f1b28, FUTEX_WAKE, 1) = 1
futex(0x80c5534, FUTEX_WAKE, 1) = 1
futex(0x80c5554, FUTEX_WAKE, 1) = 1
futex(0x80c5534, FUTEX_WAIT, 2, NULL)   = 0
futex(0x80c5534, FUTEX_WAKE, 1) = 0
select(18, [4 14 15 16 17], [], [], NULL) = 1 (in [4])
read(4, \0, 1)= 1
select(18, [4 14 15 16 17], [], [], NULL) = 1 (in [4])
read(4, \0, 1)= 1
select(18, [4 14 15 16 17], [], [], NULL) = 1 (in [16])
ioctl(16, FIONREAD, [29])   = 0
read(16, 21  QUERY_RECORDINGS Play, 4096) = 29
futex(0x80f1b2c, FUTEX_WAKE, 1) = 1
futex(0x80f1b28, FUTEX_WAKE, 1) = 1
futex(0x80c5534, FUTEX_WAKE, 1) = 1
futex(0x80c5554, FUTEX_WAKE, 1) = 1
futex(0x80c5534, FUTEX_WAIT, 2, NULL)   = -1 EINTR (Interrupted system
call)
+++ killed by SIGSEGV +++



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


[mythtv-users] OSX Frontend- Fullscreen on Second Monitor?

2005-02-12 Thread TJ
Been playing around with the Xinerama settings trying to get Myth to 
display fullscreen on my second monitor but with no luck? Is there 
something obvious I'm missing here or is this not yet implemented?

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


  1   2   >