[mythtv-users] lirc_serial - All working fine accept IR LED.

2005-08-29 Thread Deon Bredenhann
Hi guru's.

Don't know where else to try. The lirc list looks a little quite.

I'm enjoying my myth box so far, but just this one piece of the puzzle
is driving me insane. I hope someone can shed some light on this for me.

My setup

External IR LED on a db9 female connector
http://www.irtrans.de/en/shop/cable.php

If I reverse the pins on the serial connector I get a light, so this
means that there is power.

I have a Hauppauge PVR-350. And the remote is working perfectly. So
according to my understanding, I should be able to use the config to try
and send via the serial IR.

The problem I have is, when I try to send nothing happens on the IR LED.
Everything else seems to work perfectly. No errors at all. I have no
idea how to shoot this trouble any further. Is there anyone here with
any ideas of what I can try next.

Thanx a mil.

Here is some configs,

# dmesg
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

<-- begin modprobe.conf -->

alias char-major-61-0 lirc_i2c
alias char-major-61-1 lirc_serial
options lirc_serial irq=4 io=0x3f8

install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install
lirc_i2c
install lirc_serial setserial /dev/ttyS0 uart none; /sbin/modprobe --
ignore-install lirc_serial

<-- end modprobe.conf -->

<-- begin rc.local -->

/sbin/modprobe lirc_i2c
/sbin/modprobe lirc_serial
/usr/sbin/lircd --device=/dev/lirc0 --output=/dev/lircd
/usr/sbin/lircd --driver=default --device=/dev/lirc1 --
output=/dev/lircd1 --pidfile=/var/run/lircd1.pid

<-- end rc.local -->

irw
178d 00 Menu grayHauppauge
178d 01 Menu grayHauppauge
178d 02 Menu grayHauppauge

irsend --device=/dev/lircd1 SEND_START grayHauppauge Menu

/var/log/messages
Aug 29 22:03:16 myth lircd-0.7.1[4331]: accepted new client
on /dev/lircd1
Aug 29 22:03:17 myth lircd-0.7.1[4331]: removed client

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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Martin Bene
> I am not using your scripts at the moment, but wanted to add 
> 2 comments:
> 
> 1.
> I have PAL and I always convert audio to AC3, because my Toshiba DVD 
> player requires some switching in the menu, if I want to hear MPEG 
> audio. So, converting to AC3 should not be restricted to NTSC.

Wierd. Any PAL DVD Player is required to support mpeg2 audio and it may
optionally support ac3, but doesn't have to. Givedn this standard, you'd
expect a player to actually play mpega audio without any fiddling
around. But OK, that's what happens when reality meets standards.

So, a better solution would be: 
1) let users specify their preferred audio format (mp2 or ac3)
and
2) allow transcoding if the preferred audio format isn't
available in a recording.

> 2.
> You don't need mpg123 or madplay for conversion of MPEG audio to AC3. 
> This is how I convert with ffmpeg alone:
> ffmpeg -y -i "$1.mp2" -acodec ac3 -ab 224 "$1.ac3"

That's the first thing I had tried - didn't work. Only difference: the
demuxed audio files are saved as *.mpa by projectx; looks like ffmpeg
doesn't recognice the mp2 audio file with an .mpa extension but works
just fine with the same file renamed to .mp2. Aaaahhh!!!

Thanks very much for the hint.

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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Thomas Börkel

HI!

Martin Bene wrote:


As promised earlier, a new release of MythBurn is available that lets
you recode audio to ac3 format if 
- video format is ntsc 
- there's no ac3 audio stream in the original file 
- the option to recode mpeg2 to ac3 is set 
- you've got ffmpeg and a decoder for mpeg2 audio (like mpg123 or
madplay) installed. 


I am not using your scripts at the moment, but wanted to add 2 comments:

1.
I have PAL and I always convert audio to AC3, because my Toshiba DVD 
player requires some switching in the menu, if I want to hear MPEG 
audio. So, converting to AC3 should not be restricted to NTSC.


2.
You don't need mpg123 or madplay for conversion of MPEG audio to AC3. 
This is how I convert with ffmpeg alone:

ffmpeg -y -i "$1.mp2" -acodec ac3 -ab 224 "$1.ac3"

Thomas

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


Re: [mythtv-users] nuvexport and avidemux versions

2005-08-29 Thread Neale Swinnerton


ok, I'm not transcoding in myth

nuvexport-mpeg2cut generates this call...

mpeg2cut /var/video/1026_20050809142900_20050809153000.nuv "./Law and 
Order - Merger.mpg" 93539 1979-14201 21232-37401 44454-66100 73182-


when I run it

$ mpeg2cut /var/video/1026_20050809142900_20050809153000.nuv "./Law and 
Order - Merger.mpg" 93539 1979-14201 21232-37401 44454-66100 73182-

mpeg2cut v182
Using mode Xvfb
Filename "/var/video/1026_20050809142900_20050809153000.nuv"
OutFile "./Law and Order - Merger.mpg"
Last Frame 93539
Cutlist "1979-14201 21232-37401 44454-66100 73182-"
Finding the AV Offset to use with lvemux: 0 (not detected)
Indexing the file with avidemux2
Cutting out commercials with avidemux2
/usr/bin/mpeg2cut: line 162: 14879 Aborted nice -n 19 
avidemux2 --load-workbench ${BASENAME}.cut --audio-codec MP2 
--save-raw-video ${BASENAME}.m2v --save-raw-audio ${BASENAME}.mp2 --quit 
2>/dev/null >/dev/null

Remultiplexing video
GOP timestamps will be rebuild
ERROR: opening A/V streams (0/1)
Cleaning up
rm: cannot remove `1026_20050809142900_20050809153000.mp2': No such file 
or directory


avidemux is v2.0.42
nuvexport rev 186

thanks

N.



Chris Petersen wrote:
It doesn't produce any output. I tracked this down to avidemux not 
working. I try and open the .nuv file in avidemux (v2.0.42, built 
using t the stock gentoo ebuild) and it tells me that the file format 
is not recognized, which i guess is the problem. Is there a particular 
version of avidemux that I should be using. Does anyone have this 
working on gentoo?



need more info...  nuvexport --debug, etc?  If you've transcoded the 
files within myth (or they were recorded with a software encoder), 
avidemux can't read them.


-Chris
___
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] mythfilldatabase

2005-08-29 Thread Amyg
What should it mean?
How should I solve it?
I think my file tv_grab_au locates wrong.

# ./mythfilldatabase
2005-08-30 13:31:12.887 New DB connection, total: 1
2005-08-30 13:31:12.948 New DB connection, total: 2
- Start of XMLTV output -
2005-08-30 13:31:13.022 New DB connection, total: 3
Can't locate XMLTV.pm in @INC (@INC
contains: /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
/usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 
/usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 
/usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 
/usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i386-linux-thread-multi 
/usr/lib/perl5/5.8.6 .) at /usr/local/bin/tv_grab_au line 107.
BEGIN failed--compilation aborted at /usr/local/bin/tv_grab_au line 107.
-- End of XMLTV output --
Error in 1:1: unexpected end of file
Updating icons for sourceid: 1
2005-08-30 13:31:13.284 New DB connection, total: 4
Updated programs: 0  Unchanged programs: 0
Failed to fetch some program info


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


Re: [mythtv-users] Backing up the mysql database

2005-08-29 Thread Thomas Kuster
> mythtv ~ # mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql
> mysqldump: unknown option '--name-resolve'

mysqldump -u root -p mythconverg >sql_backup_30_08_05.sql
works for me (i don't know by heart the password for mythtv).

>
> I found this information from this page
>
> http://mythtv.org/docs/mythtv-HOWTO-22.html#ss22.5
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Backing up the mysql database

2005-08-29 Thread Brian Wallen

It still has the same result.  I get that stupid error message

mythtv ~ # mysqldump -c -u mythtv --password=mythtv mythconverg > 
mythtv_backup.sql

mysqldump: unknown option '--name-resolve'
mythtv ~ #


style='FONT-SIZE:11px;FONT-FAMILY:tahoma,sans-serif'>size=1>
From:  [EMAIL PROTECTED]Reply-To:  Discussion about 
mythtv To:  Discussion about 
mythtv Subject:  Re: 
[mythtv-users] Backing up the mysql databaseDate:  Mon, 29 Aug 
2005 19:37:52 -0700>On Tue, Aug 30, 2005 at 12:54:58AM +, 
Brian Wallen wrote:> > I'm moving backend servers, and I want to 
take my database with me.  I> > looked at the documentation at 
mythtv.org and did what it told me, but I'm> > getting an odd 
error. Can anyone help? Here is what I do.> >> > mythtv 
~ # mysqldump -u mythtv -pmythtv mythconverg -c > 
mythtv_backup.sql> > mysqldump: unknown option 
'--name-resolve'>>According to the mysqldump man page your 
command is formed incorrectly.>The options should all precede the 
database name and you can't specify a>password using the -p option.  
Try:>>mysqldump -c -u mythtv --password=mythtv mythconverg 
> mythtv_backup.sql>or>mysqldump -c -u mythtv -p 
mythconverg > mythtv_backup.sql>>In the second case 
mysqldump will prompt you for the password (which is>also more secure 
since it doesn't show in a ps listing).>>-->A: Because 
it messes up the order in which people normally read text.>Q: Why is 
top-posting such a bad thing?>A: Top-posting.>Q: What is the 
most annoying thing on usenet and in 
e-mail?>___>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] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Larry Symms

Isaac Richards wrote:

Why is there a problem?  The sampling rate is always read from the file, not 
the database, on playback.


Isaac

 

That was my first impression as well when skimming over the source, but 
apparently (at least to my feeble eyes) not the case.  If I set the 
sample rate to 32000 it records at 48000 because it can't or won't 
change the sample rate with ivtvctl and there's a time discrepancy (I 
can only say for sure this happens when watching while recording but it 
definately doesn't happen after commercial flagging).  If I set the 
sample rate to 48000 it records at 48000 and everything is fine.  So I'd 
have to assume it's getting 32000 from the db because all the mpg 
headers say 48000 regardless of what I set.  It's the only thing I 
change and it only changes in the db.  I can't say for sure where this 
is happening cause I haven't found it yet but when and if I do I'll post it.


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


[mythtv-users] tvlistings

2005-08-29 Thread Paul McKellar
so my tv listings sucks.

it records in the wrong place because the meta information is wrong. i
looked around zap2it listings. for zip code 30316 (atl), there are 4
listings but none of them are showing the right informations.

i'm getting family guy on tbs but there is no listing for it anywhere.
 anyone have a advice.  zap2it is just wrong.  it is not an update
timing problem.  the forums say that nobody responds to [EMAIL PROTECTED]

any success?

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


Re: [mythtv-users] Backing up the mysql database

2005-08-29 Thread chris
On Tue, Aug 30, 2005 at 12:54:58AM +, Brian Wallen wrote:
> I'm moving backend servers, and I want to take my database with me.  I 
> looked at the documentation at mythtv.org and did what it told me, but I'm 
> getting an odd error. Can anyone help? Here is what I do.
> 
> mythtv ~ # mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql
> mysqldump: unknown option '--name-resolve'

According to the mysqldump man page your command is formed incorrectly.
The options should all precede the database name and you can't specify a
password using the -p option.  Try:

mysqldump -c -u mythtv --password=mythtv mythconverg > mythtv_backup.sql
or
mysqldump -c -u mythtv -p mythconverg > mythtv_backup.sql

In the second case mysqldump will prompt you for the password (which is
also more secure since it doesn't show in a ps listing).

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: OT: FC4 and Nvidia / ATRPMs

2005-08-29 Thread Brian C. Huffman
On Tue, 2005-08-30 at 02:22 +0200, Axel Thimm wrote:
> On Mon, Aug 29, 2005 at 10:28:48AM -0400, Brian C. Huffman wrote:
> > All,
> > 
> > Following Jarod's new Fedora Myth(TV)ology for FC4, I had a slight
> > problem with the nvidia packages from ATRPMS.  I don't know if this was
> > something I did wrong or not, but I had to make a symbolic link to get
> > the NV-GLX extension to load.
> > 
> > Something like this:  (I'm not at home)
> > ln
> > -s /usr/X11R6/lib/modules/extensions/nvidia/libglx.so 
> > /usr/X11R6/lib/modules/extensions
> > 
> > Now it works... Before, X wouldn't load.
> 
> did you check the /etc/X11/xorg.conf.nvidia file? You need to move it
> to /etc/X11/xorg.conf.
> 

DOH!  I *assumed* that the high def xorg.conf file that Jarod had on his
site would work being that he wrote the directions.  :-)  However, as it
turns out, it was missing the modulepath statements.

*hangs head*

Thanks,
Brian

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


Re: [mythtv-users] Image/schematic of wiring?

2005-08-29 Thread Blake

On Mon, 29 Aug 2005 17:32:46 -0700, Dewey Smolka <[EMAIL PROTECTED]> wrote:


It's worth using analog capture because you get everything you'd
normally get, plus it uses a lot less space. I'd work on getting as
good an SD picture as possible before building up to HD. Those new
digital tuner boxes put out quite a clean signal.


Well, that's certainly true. But that does mean (I presume) that I have to  
get a tuner. So I'd have an S-video cable coming from the cable box  
going to the tuner and an S-video cable going from the graphics card to  
the TV.


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


Re: [mythtv-users] Converting to MPEG and/or buring to DVD - a guide?

2005-08-29 Thread Jens Baumeister
On 8/30/05, Donavan Stanley <[EMAIL PROTECTED]> wrote:
> 
> 
> On 8/29/05, Jens Baumeister <[EMAIL PROTECTED]> wrote:
> > Another mail today mentioned that a future version of mythtranscode
> > will handle MPEG2-re-packaging
> 
>  The *current* version of mythtranscode does this.

Oops - sorry about that. I keep thinking of SVN as "future versions"
because I'm too much of a chicken to install anything but official
releases on my machine. :-)

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


[mythtv-users] Backing up the mysql database

2005-08-29 Thread Brian Wallen
I'm moving backend servers, and I want to take my database with me.  I 
looked at the documentation at mythtv.org and did what it told me, but I'm 
getting an odd error. Can anyone help? Here is what I do.


mythtv ~ # mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql
mysqldump: unknown option '--name-resolve'

I found this information from this page

http://mythtv.org/docs/mythtv-HOWTO-22.html#ss22.5


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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Michael T. Dean

Edward Rosinzonsky wrote:


I get the following error when projectx is executed from the script:

Exception in thread "main" java.lang.UnsatisfiedLinkError: initState
  at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int)
(/usr/lib/lib-gnu-java-awt-peer
-gtk.so.6.0.0)
...
Any Ideas?
 

Don't use GCC's Java.  Install Sun's Java distro from 
http://java.sun.com/j2se/ (specifically 
http://java.sun.com/j2se/1.5.0/download.jsp )


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


Re: [mythtv-users] Image/schematic of wiring?

2005-08-29 Thread Dewey Smolka
> I've got an S-OUT and a DVI on the back of my cable box. Do-able? Worth
> it? Or do I just call and get one with a firewire port?

The DVI won't do any good for capturing. The S-Vid will give you
anything that your tuner box can decode, but in SD analog, albeit high
quality SD. Hauppage cards can capture S-Vid, although I've only used
the 250 with coax. If you're able to get a tuner box with firewire
(supposedly the cable cos have to give you one if you ask, but who
knows how this is enforced) you'll be able to capture whatever HD
streams the box lets through directly from firewire without an
encoder. You won't, however, be able to change what is let through.

I suspect that only HD streams that are OTA are available, cable HD
streams probably not. Maybe someone can shed some light on this.

It's worth using analog capture because you get everything you'd
normally get, plus it uses a lot less space. I'd work on getting as
good an SD picture as possible before building up to HD. Those new
digital tuner boxes put out quite a clean signal.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: OT: FC4 and Nvidia / ATRPMs

2005-08-29 Thread Axel Thimm
On Mon, Aug 29, 2005 at 10:28:48AM -0400, Brian C. Huffman wrote:
> All,
> 
> Following Jarod's new Fedora Myth(TV)ology for FC4, I had a slight
> problem with the nvidia packages from ATRPMS.  I don't know if this was
> something I did wrong or not, but I had to make a symbolic link to get
> the NV-GLX extension to load.
> 
> Something like this:  (I'm not at home)
> ln
> -s /usr/X11R6/lib/modules/extensions/nvidia/libglx.so 
> /usr/X11R6/lib/modules/extensions
> 
> Now it works... Before, X wouldn't load.

did you check the /etc/X11/xorg.conf.nvidia file? You need to move it
to /etc/X11/xorg.conf.

-- 
Axel.Thimm at ATrpms.net


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


Re: [mythtv-users] mythtranscode and nuvexport (memory usage and swapping)

2005-08-29 Thread Chris Petersen

If you're hitting swap, then one of the nuvexport
calls is broken and 
the fifo is getting disconnected (audio or video),
which causes 
mythtranscode to continue to write to the fifo

(which is cached in RAM).



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


Yes, you posted that before.  Has nothing to do with nuvexport --debug 
or providing more info as to WHY the fifo is getting broken.


also, linking to a "how to compile program X" is a lot less helpful than 
linking to the program itself:


http://www.knoppmythwiki.org/index.php?page=CrudeMPEG2cutForDVB


commercial_cut which I am pretty sure is not a GOP
cut.


If it doesn't cut on GOP, and doesn't reencode frames it cuts BETWEEN 
the GOP, then it's useless and will result in all kinds of sync issues 
because it won't necessarily be cutting on an I frame.  (if you don't 
get them, you're lucky)



Sorry all my mistake about the container comment.


No biggie.  I'm more upset at the devs for introducing this problem, 
since it's one of the single biggest issues of confusion for new users.


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


Re: [mythtv-users] Converting to MPEG and/or buring to DVD - a guide?

2005-08-29 Thread Donavan Stanley
On 8/29/05, Jens Baumeister <[EMAIL PROTECTED]> wrote:
Another mail today mentioned that a future version of mythtranscodewill handle MPEG2-re-packaging, so one of these days there'll probablybe a "Burn DVD" option in the frontend at least for the cards outlined
above. I don't think anything like that's in SVN or planned for thextrelase, though.
The *current* version of mythtranscode does this.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Converting to MPEG and/or buring to DVD - a guide?

2005-08-29 Thread Jens Baumeister
Hi!

On 8/30/05, David Bennett <[EMAIL PROTECTED]> wrote:
> I am familliar with mythburn but was not sure what stage its at yet.
> Also, I am presuming it burns straight to DVD?
> 
> (or does it convert NUV -> MPG and then burn to DVD?)

A NUV file can be many things some cards (the Hauppauge PVR-series as
well as any kind of DVB card) produce NUV-files that already are in
MPEG2 format but not quite ready to burn onto a DVD. Mythburn changes
these files (without reencoding them) to make them DVD-compliant.

> At any rate, no one else has any guides/scripts/websites suggestions
> on how to (1) burn dvd's from your nuv, or (2) convert to mpeg?

What kind of card do you have?

If you've got a DVB-card or any of the Hauppauge PVR-cards, mythburn
is by far the simplest solution. You've got to install a few tools
before the script will work, but you'd have to install those if you
were doing it all from the commandline, as well - adding mythburn is
just a matter of extracting one more archive and running a setup shell
script - after that you have a nice web frontend that's easier to use
than the command line and gives you nice DVD menus, too. :-)

If your card doesn't produce MPEG2-files, I'm not sure whether there's
a a solution out there, since I don't have such a card.

> Does anyone know if this will eventually be a natively option directly
> from mythtv?

Another mail today mentioned that a future version of mythtranscode
will handle MPEG2-re-packaging, so one of these days there'll probably
be a "Burn DVD" option in the frontend at least for the cards outlined
above. I don't think anything like that's in SVN or planned for thext
relase, though.

Besides, with its integration into mythweb, mythburn is
"almost-native" :-) Give it a try if your card is supported. I did and
- as you can probably tell - I was impressed.

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


Re: [mythtv-users] mythtranscode and nuvexport (memory usage and swapping)

2005-08-29 Thread Steve Elzinga


--- Chris Petersen <[EMAIL PROTECTED]> wrote:

> > I ran into similar issues with nuvexport.  What I
> have
> > done (which seems to work just fine) is to cut
> > commercials out with this program:
> 
> If you're hitting swap, then one of the nuvexport
> calls is broken and 
> the fifo is getting disconnected (audio or video),
> which causes 
> mythtranscode to continue to write to the fifo
> (which is cached in RAM).
> 
> >
>
http://www.pvrguide.no-ip.com/bbs-old/viewtopic.php?t=26826
> 
> Which program?  commercial_cut or avidemux?  afaik,
> avidemux is the ONLY 
> program capable of cutting mpeg files at places
> other than the GOP 
> (necessary for cutting commercials, which may or may
> not fall on a GOP 
> edge) without reencoding everything.

commercial_cut which I am pretty sure is not a GOP
cut.

> 
> > I then transcode with mencoder which seems to do
> well
> > with the HD stream contained inside Myth's nuv
> > container.
> 
> Once and for all, please learn that THERE ARE NO HD
> nupplevideo files 
> from myth, unless you use mythtranscode to convert
> them to mpeg4.  If 
> you record HD, what you see called .nuv is really an
> mpeg2 TS (or PS, 
> depending on settings) file.  Only thing that makes
> it not look like an 
> mpeg is the fact that the filename says .nuv instead
> of .mpg.  Same goes 
> for files recorded from pvr-x50 cards.  They're
> *not* nupplevideo, but 
> standard mpeg recordings in standard mpeg
> containers.
> 

Sorry all my mistake about the container comment.

Steve


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Isaac Richards
On Monday 29 August 2005 06:03 pm, Larry Symms wrote:
> I know the difference, the problem is, the user who doesn't go digging
> through code would have no indication that changing the sample rate for
> recording profiles of an mpeg device would have negative effects, which
> aren't immediately obvious.  Why would I change the rate you ask?  The
> default alsamixer settings for my audio card (which uses the Via Envy24
> chipset) sets "multi track rate locking" to on, so I set the alsamixer
> multi track sample rate to 44.1kHz so that it would work with TV and
> music.  I changed the recording profile rates to 44.1kHz and didn't
> realize there was a problem for a few weeks because this only happens
> when watching recordings as they're recording or buffered live TV which
> I do very rarely.

Why is there a problem?  The sampling rate is always read from the file, not 
the database, on playback.

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


Re: [mythtv-users] Image/schematic of wiring?

2005-08-29 Thread Blake
On Mon, 29 Aug 2005 02:36:21 -0700, Tom E. Craddock Jr.  
<[EMAIL PROTECTED]> wrote:



To record digi cable and/or HD shows from your cable box, you can
request a cable box with firewire output, search this list for more info
on this, its been covered extensively.  Depending on what channels your
cable co lets thru on the firewire, it may be all you need, cutting out
a capture card completely.


I've got an S-OUT and a DVI on the back of my cable box. Do-able? Worth  
it? Or do I just call and get one with a firewire port?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Converting to MPEG and/or buring to DVD - a guide?

2005-08-29 Thread David Bennett
I am familliar with mythburn but was not sure what stage its at yet.
Also, I am presuming it burns straight to DVD?

(or does it convert NUV -> MPG and then burn to DVD?)

At any rate, no one else has any guides/scripts/websites suggestions
on how to (1) burn dvd's from your nuv, or (2) convert to mpeg?

Does anyone know if this will eventually be a natively option directly
from mythtv?

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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread David Bennett
Perfect! Thank you very much.
I will try it and get back to everyone and let you know how it went.

I'm also glad to have the explanation of how Debian's init scripts work.

Sincerely,
david


On 8/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> On Mon, Aug 29, 2005 at 10:58:48AM -0400, Zak wrote:
> > Did you see my last email (attached) about rc.sysinit?
> 
> Jarod's guide assumes you're using Red Hat.  Debian doesn't use
> rc.sysinit but instead places scripts in /etc/init.d and uses symbolic
> links from the /etc/rc?.d directories to control when they are called.
> The files in /etc/rcS.d are called at boot, and then the rc0.d through
> rc6.d files are called when entering and leaving various runlevels.
> Each time there is a level change, the script manager looks in the old
> runlevel for scripts starting with "K" and compares them with the
> scripts starting with "S" in the new runlevel.  It then ignores the
> matching pairs and calls the rest in alphabetical order, passing a
> "stop" argument to the "K" scripts and a "start" argument to all the "S"
> scripts.
> 
> If someone wants to mount MythTV shares when entering runlevel 5 and
> unmount them in all other runlevels then the
> /etc/init.d/mount_MythTV_shares script would look like:
> 
> #/bin/sh
> # mount/unmount MythTV shares
> PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
> case "$1" in
> start)
> echo -n "Mounting MythTV shares..."
> smbmount {service} {mount-point} [-o options]
> echo "done."
> ;;
> stop)
> echo -n "Unmounting MythTV shares..."
> umount {mount-point}
> echo "done."
> ;;
> *)
> echo "Usage: $0 {start|stop}"
> exit 1
> ;;
> esac
> exit 0
> 
> (with the appropriate substitutions) and the symbolic links would be:
> /etc/rc0.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
> /etc/rc1.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
> /etc/rc2.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
> /etc/rc3.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
> /etc/rc4.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
> /etc/rc5.d/S90mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
> /etc/rc6.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
> 
> The two-digit numeric value following the S or K is used to sequence the
> scripts so that dependencies are observed.  You would choose values that
> ensure that this script would mount the shares after the network was
> configured but before the Myth front-end was started and unmount the
> shares only after the Myth front-end had stopped.
> 
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing on usenet and in e-mail?
> 
> 
> ___
> 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] Wakeup Timer

2005-08-29 Thread Michael Vistein
Hallo,

Nigel Metheringham schrieb:
> nvram-wakeup adds in its own fudge factor (defined in the code) - it
> defaults to being 5 minutes (or 300 seconds).

Interesting. Now I know at least where it comes from.

>title Power Down
>   savedefault --default=2
>   halt
> 
> but on power up it sticks on the 0 entry (the power down).

I didn't succeed with this, too, grub simply didn't save the new default.

But I found a way that works:

in my menu.lst I have

default 1

so my linux kernel is the default boot option. In my mythshutdown script
I have

echo "savedefault --default=0 --once" | grub --batch

This sets the PowerOff (0) item only for the next boot. Any following
booting will again have the default from menu.lst. It works for me.

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


[mythtv-users] SuSE 9.3 350 Tv out

2005-08-29 Thread Martin R. Mortensen




Mark wrote:

>Does anyone have a working install of Suse 9.3 with TV out working. 

>If so could you post your xorg.conf file here.  I've gotten mine so
>close.   Also specify wich version of IVTV you're using.   I've
>searched the archive and did not find anything super useful.

I have attached my (kinda) working xorg.conf on a SuSE 9.3 with a PVR350 Tv Out.
By (kinda) I mean it works fine for mythfrontend, but I cant get Myth to stream
mpeg to my PVR350, it tries to play it via ivtvdev fb-device which goes badly
(1Ghz Via EPIA, not fast enough). I cannot see how the xorg config can affect
this problem, so that should be ok.


/Martin



Schizophrenia beats being alone.





#

Section "Files"
  FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/local"
  FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath "/usr/X11R6/lib/X11/fonts/URW"
  FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/CID"
  FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath "/opt/kde3/share/fonts"
EndSection

Section "Module"
  Load "dbe"
  Load "type1"
  Load "freetype"
  Load "extmod"
  Load "glx"
  Load "v4l"
EndSection

Section "ServerFlags"
  Option   "AllowMouseOpenFail"
EndSection

Section "Device"
   Identifier  "Hauppauge PVR350"
   Driver  "ivtvdev"
   Option  "fbdev" "/dev/fb0"
   BusID "PCI:0:20:0" # lspci says :00:14.0
EndSection

Section "Monitor"
   Identifier  "PAL TV"
   HorizSync  30-68
   VertRefresh 50-120
Mode "720x576"
# D: 41.475 MHz, H: 44.693 kHz, V: 74.488 Hz
DotClock 41.476
HTimings 720 752 840 928
VTimings 576 580 584 600
Flags"-HSync" "-VSync"
EndMode
EndSection

Section "Screen"
   Identifier  "TV"
   Device  "Hauppauge PVR350"
   Monitor "PAL TV"
   DefaultDepth 24
   DefaultFbbpp 32
   Subsection "Display"
 Depth 24
 FbBpp 32
 Modes "720x576-74" 
   EndSubsection
EndSection

Section "InputDevice"
Identifier "voidKeyboard"
Driver "void"
EndSection

Section "InputDevice"
Identifier "voidMouse"
Driver "void"
EndSection

Section "ServerLayout"
  Identifier   "TV"
  InputDevice  "voidKeyboard" "CoreKeyboard"
  InputDevice  "voidMouse" "CorePointer"
  Screen   "TV"
EndSection

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


Re: [mythtv-users] Single Recod - Not Listed

2005-08-29 Thread Greg Grotsky
Bruce, it worked.  That is a nice feature... now if those
programming guys would just leave the info alone we'd all be in a happy
place.  Thanks for the explanation.

-GregOn 8/29/05, Bruce Markey <[EMAIL PROTECTED]> wrote:
Go to one of the "N"s on the Upcoming Recordings list, press Enterand change the type to "Do not record this program" to remove theoffending rule first and avoid confusion. Go the the EPG and set a
new single record rule to see if it succeeds.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Larry Symms
I know the difference, the problem is, the user who doesn't go digging 
through code would have no indication that changing the sample rate for 
recording profiles of an mpeg device would have negative effects, which 
aren't immediately obvious.  Why would I change the rate you ask?  The 
default alsamixer settings for my audio card (which uses the Via Envy24 
chipset) sets "multi track rate locking" to on, so I set the alsamixer 
multi track sample rate to 44.1kHz so that it would work with TV and 
music.  I changed the recording profile rates to 44.1kHz and didn't 
realize there was a problem for a few weeks because this only happens 
when watching recordings as they're recording or buffered live TV which 
I do very rarely.


Donavan Stanley wrote:


On 8/29/05, Larry Symms <[EMAIL PROTECTED]> wrote:
 


In mpegrecorder.cpp it states "// only 48kHz works properly." regarding
audio sample rates which I have tested and proven true.  What happens is
a discrepancy in displayed time and actual position in the recording.
This leads to skipping back when trying to skip forward because myth is
miscalculating the current position based on time elapsed.  The problem
is that the comments in Recording Profiles in TV Settings in Myth
frontend say: "Sets the audio sampling rate for your DSP.  Ensure that
you choose a sampling rate appropriate for your device.  btaudio may
only allow 32000."  This implys that not only is it ok to change the
sampling rate from the default but that it is recomended.  This is not
the case.  Do not be deceived, 48000 is the only acceptable setting for
mpeg encoders unless you never watch recordings while they're
recording.  When playing recordings while they are recording the sample
rate is gathered from the codec settings in the db rather than the mpeg
header.  If any of this is incorrect by all means correct me but I'm 99%
sure this is the case based on the code I've gone through and the tests
I've conducted.
   




The big thing you appear to be missing is the btaudio and mpegrecorder
have nothing to do with each other.  If you have a card which uses
btaudio you're going to be using nupplevideoencoder.
___
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] Wakeup Timer

2005-08-29 Thread Nigel Metheringham
On Mon, 2005-08-29 at 23:48 +0200, Michael Vistein wrote:
> I sucessfully set up my MythTV box with nvram-wakeup. There's only one
> thing I don't understand. I have configured, that recoding should start
> 300s earlier and that the system needs 120s to boot up. But on shutdown,
> the timer is set 12 minutes before the start of the recording (300s for
> start earlier, 120s for booting and another 300s for what?) Is there
> another setting that affects this time? The system is not recording
> during these 300s, I checked that already. It's not a problem, but I
> want to understand, and I think this behavior has not been there from
> the beginning on.

Been playing with that just today

nvram-wakeup adds in its own fudge factor (defined in the code) - it
defaults to being 5 minutes (or 300 seconds).

On a similar subject, I can't get grub to boot the system up again on
wakeup - instead it runs the power down grub entry which I need to
reboot to to make the thing powerdown with NVRAM wakeup.  This is on a
FC3 x86_64 system (grub updated to FC4 current to see if there were any
fixes in that).  Basically the power down entry looks like this

   title Power Down
savedefault --default=2
halt

but on power up it sticks on the 0 entry (the power down).

The initial stanza has
default saved

all the other kernels have a savedefault, and the shutdown script uses a
"savedefault --default=0 --once" which appears to work find to make it
select the power down kernel.  Maybe it doesn't get a chance to write
before it dies

Nigel.
-- 
[ Nigel Metheringham   [EMAIL PROTECTED] ]
[ - Comments in this message are my own and not ITO opinion/policy - ]


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


Re: [mythtv-users] capture card

2005-08-29 Thread James Howison
Awesome, thanks Joshua.  Great to know.  This is just going to be a  
backend so I think I should be golden.


On Aug 29, 2005, at 5:32 AM, Joshua King wrote:



Hi James,

On 29/8/05 7:58 AM, "James Howison" <[EMAIL PROTECTED]>  
wrote:





Does anyone know if the minimum system requirements listed on the
Hauppauge site (ie PII 733Mhz for the PVR-150 and PIII 1.2GHz)
applies to using the cards under Linux and MythTV, or are those just
for the bundled windows software?




That's for Windows. The absolute requirements for Linux/MythTV  
would depend
on what you use it for (is it a backend or a combined backend/ 
frontend?).


I put a PVR-150MCE (PAL) into my combined backend/frontend about 2  
weeks ago

now and its working fine. I'm using a PIII 550MHz, so you'll be fine.
Playback would be your issue, but I guess that depends on your  
graphics

card. I transcode much of my content or stream it.




Any point in trying the PVR-150 in
a box with a PII 713Mhz?




Yes. Works in mine, yours is faster and would have a faster bus so  
I see no

problems.

Joshua King


Send instant messages to your online friends http:// 
au.messenger.yahoo.com

___
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] Wakeup Timer

2005-08-29 Thread Michael Vistein
Hi,

I sucessfully set up my MythTV box with nvram-wakeup. There's only one
thing I don't understand. I have configured, that recoding should start
300s earlier and that the system needs 120s to boot up. But on shutdown,
the timer is set 12 minutes before the start of the recording (300s for
start earlier, 120s for booting and another 300s for what?) Is there
another setting that affects this time? The system is not recording
during these 300s, I checked that already. It's not a problem, but I
want to understand, and I think this behavior has not been there from
the beginning on.

Thanks,

Michael

PS: Are there any plans on implementing VPS/PDC?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Edward Rosinzonsky
I get the following error when projectx is executed from the script:

Exception in thread "main" java.lang.UnsatisfiedLinkError: initState
   at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int)
(/usr/lib/lib-gnu-java-awt-peer
-gtk.so.6.0.0)
   at
gnu.java.awt.peer.gtk.GdkGraphics2D.GdkGraphics2D(java.awt.image.BufferedIma
ge) (/usr/lib/lib-
gnu-java-awt-peer-gtk.so.6.0.0)
   at
gnu.java.awt.peer.gtk.GdkGraphicsEnvironment.createGraphics(java.awt.image.B
ufferedImage) (/us
r/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
   at java.awt.image.BufferedImage.createGraphics()
(/usr/lib/libgcj.so.6.0.0)
   at
net.sourceforge.dvb.projectx.subtitle.SubPicture$Picture.SubPicture$Picture(
net.sourceforge.dv
b.projectx.subtitle.SubPicture) (Unknown Source)
   at net.sourceforge.dvb.projectx.subtitle.SubPicture.SubPicture() (Unknown
Source)
   at net.sourceforge.dvb.projectx.common.X.() (Unknown Source)
   at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
   at java.lang.Class.forName(java.lang.String, boolean,
java.lang.ClassLoader) (/usr/lib/libgcj.so.
6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
***
MythTV BurnDVD stopped due to error
***

Running on FC4.  Installed ProjectX from src.  The projectX command I
specified is "usr/bin/java -jar /usr/share/projectx/ProjectX.jar"

Any Ideas?
Thanks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Martin Bene
Sent: Monday, August 29, 2005 10:52 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Archiving Shows to DVD

 
> By the way, many of my recordings are transcoded to mpeg4... 
> Should I assume this script won't transcode them properly?

Unfortunately: yes, you should assume that. The script not only won't
transcode them properly, it won't transcode them at all :-)

The scripts assume that the original files are mpeg2 in a DVD comaptible
resolution (720x576 for pal and 720x480 for ntsc; 704x576 and 704x480 are
also mentioned in the standard and should work, as should a few low-res
settings).

Transcoding differet formats is on the radar for the scripts, but not right
away.

Next thing I'll add is recoding mpeg2 audio to ac3 for ntsc DVDs - on pal,
mpeg2 is a required format for all players so no problems there. On NTSC ac3
is required and mpeg2 optional; just another way to introduce artifical
regional incompatibilities in the DVD standard. Works nicely on my system,
just need to bundle it up as a tarball.

After that, I'd like to have bitrate reduction using tcrequant - some of the
DVB stations I receive broadcast at bitrates of ~ 7500kb/s which comes to ~
4GB per hour. Meaning: a feature length film won't fit on a DVD as-is.

Once that works I might add transcoding of different formats - no promises
though: my system is DVB only, and I don't currently transcode anything, so
motivation is fairly low.

Bye, Martin

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


Re: [mythtv-users] Single Recod - Not Listed

2005-08-29 Thread Bruce Markey

Mercury Morris wrote:

On 8/29/05, Greg Grotsky <[EMAIL PROTECTED]> wrote:


Anyone know what "Single Record - Not Listed" means in the EPG?  I
scheduled some movies to record that were off in the future and I have
since been recompiling and installing newer versions of MythTV (svn).
Now when my "single record" movies come up they are not getting
recorded.  I go into the EPG or the upcoming recordings and they all
say "Single Record - Not Listed", but it's right there in the EPG.



No, I don't know what "Single Record - Not Listed" means, at least not for sure.

But, Sunday afternoon, I happened to notice something quite similar, a line
in Upcoming Recordings saying, "Not Found" (or maybe "Not Listed").


Definitely "Not Listed"...


ABC-TV changed the name of their 36 Greatest NFL Moments show,


Might you be shown in this?


which I had scheduled days ahead of time, to something else.

I looked in the EPG, saw that the name was much shorter, and then
scheduled a singled-record of the newly-named program.  My guess
is that the program would NOT have been recorded unless I scheduled
the newly-named show,


That's exactly what we're after; to let you know that it changed
so you can try to fix it. Two bottles of Champagne ;-).


 OR punched an override with the remote on the
Upcoming Recordings list.


I don't think an override would work but making a new rule for
the short title is the right thing to do.


So, after all that long-winded blather, do you suppose that the names of
Your Movies were changed from the time you scheduled them ?
Just an idea.  Seems like a mean-spirited thing to do to MythTV folks,
changing the names of programs After they are first listed in the guide.


It's an even meaner thing to do to T... the leading commercial DVR
users. This is a new feature in myth to let MythTV users know that
they are being jerked around (but I don't really think the stations
are being malicious when they make these changes =).

One question might be why it doesn't record it anyway. That might
be good if it is the same show with a slightly different title but
almost every time a different title appears it is a completely
different show. The show you set the single rule for may still be
planned but in a different time slot. In any case, the "Not Listed"
lets you know that something isn't the same anymore and the show
you asked for is not going to record.

--  bjm

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


Re: [mythtv-users] nuvexport and avidemux versions

2005-08-29 Thread Chris Petersen
It doesn't produce any output. I tracked this down to avidemux not 
working. I try and open the .nuv file in avidemux (v2.0.42, built using 
t the stock gentoo ebuild) and it tells me that the file format is not 
recognized, which i guess is the problem. Is there a particular version 
of avidemux that I should be using. Does anyone have this working on 
gentoo?


need more info...  nuvexport --debug, etc?  If you've transcoded the 
files within myth (or they were recorded with a software encoder), 
avidemux can't read them.


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


[mythtv-users] nuvexport and avidemux versions

2005-08-29 Thread Neale Swinnerton

Hi,

I'm trying to use nuvexport to cut out some sections of recordings I've 
edited in myth.


It doesn't produce any output. I tracked this down to avidemux not 
working. I try and open the .nuv file in avidemux (v2.0.42, built using 
t the stock gentoo ebuild) and it tells me that the file format is not 
recognized, which i guess is the problem. Is there a particular version 
of avidemux that I should be using. Does anyone have this working on gentoo?


thanks

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


Re: [mythtv-users] Single Recod - Not Listed

2005-08-29 Thread Bruce Markey

Greg Grotsky wrote:

Anyone know what "Single Record - Not Listed" means in the EPG?  I


Yes. The intention is to let you know that the listings changed
after you set a kSingleRecord or kOverrideRecord. The rule no
longer finds a match in the current listings and therefore the
scheduler will not record it.

For you, you are now aware there is a problem to be fixed rather
than maybe (or maybe not) realizing some time later that the movie
you asked for never showed up as recorded as happens with the
leading commercial DVR. For me, I'll be popping a bottle of
Champagne because it succeeded in alerting you to the problem =).


scheduled some movies to record that were off in the future and I have
since been recompiling and installing newer versions of MythTV (svn).


You didn't say which grabber you are using but there are new
changes to the EIT parsing that may effect if a program matches
a single record rule.

For a single record to match, the title (or search criteria for
search rules), station (the same "chanid" or a channel with with
the same "callsign" as the "chanid" where the rule was set) and
starttime must all match for the show to be scheduled to record.


Now when my "single record" movies come up they are not getting
recorded.  I go into the EPG or the upcoming recordings and they all
say "Single Record - Not Listed", but it's right there in the EPG.


For good meausre, run:

mysqlcheck -r -u mythtv -pmythtv mythconverg

in case there is any corruption that may be causing a problem
and restart your master backend in case this is just some
temporary confusion.

If not, for some reason they are no longer a match. It may be a
subtle change in the title or a change in the channel info or
starttime. However, if the status is marked for the item in the
EPG, that would most likely mean that the starttime and channel are
the same so the title is the most likely culprit. I just updated to
current SVN and all the single records I set several days ago still
match so it is not a generic problem. It may be related to the EIT
changes or your listing provider may have made a change where
these titles are no longer an exact string match.

Go to one of the "N"s on the Upcoming Recordings list, press Enter
and change the type to "Do not record this program" to remove the
offending rule first and avoid confusion. Go the the EPG and set a
new single record rule to see if it succeeds.

Assuming it does, the bad news is that you may have to do the same
not only for the singles that showed up as "N" but possibly for
other recurring rules where the titles may no longer match. On the
"Set Priorities" page, rules in white have no scheduled recordings.
The good news is that you have the opportunity to fix these before
you miss any recordings.

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


Re: [mythtv-users] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Donavan Stanley
On 8/29/05, Larry Symms <[EMAIL PROTECTED]> wrote:
> In mpegrecorder.cpp it states "// only 48kHz works properly." regarding
> audio sample rates which I have tested and proven true.  What happens is
> a discrepancy in displayed time and actual position in the recording.
> This leads to skipping back when trying to skip forward because myth is
> miscalculating the current position based on time elapsed.  The problem
> is that the comments in Recording Profiles in TV Settings in Myth
> frontend say: "Sets the audio sampling rate for your DSP.  Ensure that
> you choose a sampling rate appropriate for your device.  btaudio may
> only allow 32000."  This implys that not only is it ok to change the
> sampling rate from the default but that it is recomended.  This is not
> the case.  Do not be deceived, 48000 is the only acceptable setting for
> mpeg encoders unless you never watch recordings while they're
> recording.  When playing recordings while they are recording the sample
> rate is gathered from the codec settings in the db rather than the mpeg
> header.  If any of this is incorrect by all means correct me but I'm 99%
> sure this is the case based on the code I've gone through and the tests
> I've conducted.


The big thing you appear to be missing is the btaudio and mpegrecorder
have nothing to do with each other.  If you have a card which uses
btaudio you're going to be using nupplevideoencoder.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] frustrating comments about sample rates (what not to do)

2005-08-29 Thread Larry Symms
In mpegrecorder.cpp it states "// only 48kHz works properly." regarding 
audio sample rates which I have tested and proven true.  What happens is 
a discrepancy in displayed time and actual position in the recording.  
This leads to skipping back when trying to skip forward because myth is 
miscalculating the current position based on time elapsed.  The problem 
is that the comments in Recording Profiles in TV Settings in Myth 
frontend say: "Sets the audio sampling rate for your DSP.  Ensure that 
you choose a sampling rate appropriate for your device.  btaudio may 
only allow 32000."  This implys that not only is it ok to change the 
sampling rate from the default but that it is recomended.  This is not 
the case.  Do not be deceived, 48000 is the only acceptable setting for 
mpeg encoders unless you never watch recordings while they're 
recording.  When playing recordings while they are recording the sample 
rate is gathered from the codec settings in the db rather than the mpeg 
header.  If any of this is incorrect by all means correct me but I'm 99% 
sure this is the case based on the code I've gone through and the tests 
I've conducted.

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


Re: [mythtv-users] Single Recod - Not Listed

2005-08-29 Thread Mercury Morris
On 8/29/05, Greg Grotsky <[EMAIL PROTECTED]> wrote:
> Anyone know what "Single Record - Not Listed" means in the EPG?  I
> scheduled some movies to record that were off in the future and I have
> since been recompiling and installing newer versions of MythTV (svn).
> Now when my "single record" movies come up they are not getting
> recorded.  I go into the EPG or the upcoming recordings and they all
> say "Single Record - Not Listed", but it's right there in the EPG.

No, I don't know what "Single Record - Not Listed" means, at least not for sure.

But, Sunday afternoon, I happened to notice something quite similar, a line
in Upcoming Recordings saying, "Not Found" (or maybe "Not Listed").
ABC-TV changed the name of their 36 Greatest NFL Moments show,
which I had scheduled days ahead of time, to something else.

I looked in the EPG, saw that the name was much shorter, and then
scheduled a singled-record of the newly-named program.  My guess
is that the program would NOT have been recorded unless I scheduled
the newly-named show, OR punched an override with the remote on the
Upcoming Recordings list.

So, after all that long-winded blather, do you suppose that the names of
Your Movies were changed from the time you scheduled them ?
Just an idea.  Seems like a mean-spirited thing to do to MythTV folks,
changing the names of programs After they are first listed in the guide.

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


Re: [mythtv-users] mythtranscode and nuvexport (memory usage andswapping)

2005-08-29 Thread Chris Petersen
I understood the .nuv part that's not a .nuv for HD... But there is nothing 
that tells me in the software that this is not supported.
 I think it does work for PS files, but not TS. I still have a problem with 
the defitions of PS vs TS. I guess the PS is that the TS has been demuxed 
and packets written out as a program stream (like a DVD).
 Usually a TS is a transport stream with either all the transport are only 
the program you want. Where I called them SPTS and MPTS.


As I understand it, a TS is basically another layer of wrapper that can 
contain multiple PS's.  Either multiple audio and video, or as is more 
likely in the US with ATSC, one video and multiple audio.


It's theoretically fairly easy to demux the TS into its components, and 
then remux the desired audio and video streams back into a single PS, 
though I've never tried.


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


Re: [mythtv-users] mythtranscode and nuvexport (memory usage andswapping)

2005-08-29 Thread Steve Malenfant
I understood the .nuv part that's not a .nuv for HD...  But there is nothing that tells me in the software that this is not supported.
 
I think it does work for PS files, but not TS.  I still have a problem with the defitions of PS vs TS.  I guess the PS is that the TS has been demuxed and packets written out as a program stream (like a DVD).
 
Usually a TS is a transport stream with either all the transport are only the program you want.  Where I called them SPTS and MPTS.
 
Steve 
On 8/29/05, Chris Petersen <[EMAIL PROTECTED]> wrote:
> Umm, no: avidemux only produces valid files for non-GOP cuts if you> recode the video. When cutting without recode, it'll happily accept and
> perform a cut at an arbitrary frame, but you may end up with a file> starting with a couple of orphaned B-frames.*but*, it'll reencode only what it needs, not the entire file.  Onlyissue seems to be with remuxing, which is why Gavin had to use lvemux
for nuvexport mpeg2cut instead of something more readily available.-Chris___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Martin Bene
Hi Matt, 

> Either way, my DVD 
> player would never play any audio with the mythburn scripts 
> when I used them last winter because the sound was MPEG2 PCM 

As promised earlier, a new release of MythBurn is available that lets
you recode audio to ac3 format if 
- video format is ntsc 
- there's no ac3 audio stream in the original file 
- the option to recode mpeg2 to ac3 is set 
- you've got ffmpeg and a decoder for mpeg2 audio (like mpg123 or
madplay) installed. 

Other changes in this release: 
- changed ordering of audio streams for recordings with multiple audio
streams. Streams are sorted first by format and next by PID / PES-ID.
sort order for format depends on the video format: pal gets first mpeg2
then ac3 streams, ntsc gets ac3 first and mpeg2 next. This should help
compatibility issues with older ntsc players. 
- added dependancy checks to the install script; installation should now
warn you if you're missing any required tools. 

same installation procedure as last time: download
http://mabene.icomedias.com/mythburn/mythburn.tar.gz, unpack to a
directoy of your choice, run install.sh script. 

if you're upgrading, unpacking or copying over your existing
installation shouldn't hurt anything. please rerun install.sh to
initialize new config settings. both ffmpeg and mpg123 (or madplay) are
only required if you want to use audio recoding.

There's a nice wiki page about MythBurn installation and requirements at
http://www.knoppmythwiki.org/index.php?page=MythTVBurn_Scripts_HowTo
which is fairly up to date. If you feel there's something missing or
have further information, please update :-)
 
Bye, Martin
PS: if anyone can tell me how to transcode a "raw" mpeg2 audio file to
ac3 without adding new dependencies I'd be most interested.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Jim Reith

At 02:29 PM 8/29/2005, you wrote:

On 8/29/05, Martin Bene <[EMAIL PROTECTED]> wrote:
>
> > By the way, many of my recordings are transcoded to mpeg4...
> > Should I assume this script won't transcode them properly?
>
> Unfortunately: yes, you should assume that. The script not only won't
> transcode them properly, it won't transcode them at all :-)
>
> The scripts assume that the original files are mpeg2 in a DVD comaptible
> resolution (720x576 for pal and 720x480 for ntsc; 704x576 and 704x480
> are also mentioned in the standard and should work, as should a few
> low-res settings).
>
> Transcoding differet formats is on the radar for the scripts, but not
> right away.
>
> Next thing I'll add is recoding mpeg2 audio to ac3 for ntsc DVDs - on
> pal, mpeg2 is a required format for all players so no problems there. On
> NTSC ac3 is required and mpeg2 optional; just another way to introduce
> artifical regional incompatibilities in the DVD standard. Works nicely
> on my system, just need to bundle it up as a tarball.
>
> After that, I'd like to have bitrate reduction using tcrequant - some of
> the DVB stations I receive broadcast at bitrates of ~ 7500kb/s which
> comes to ~ 4GB per hour. Meaning: a feature length film won't fit on a
> DVD as-is.
>
> Once that works I might add transcoding of different formats - no
> promises though: my system is DVB only, and I don't currently transcode
> anything, so motivation is fairly low.
>
> Bye, Martin

I've been following this thread for a few days, and hoped to try out
the scripts sometime this week. However, after seeing this post it
appears as though I need some clarification.

If I understand correctly, if I have already transcoded programs from
MPEG2 (recorded from PVR250s and/or PVR500) to MPEG4, then I cannot
use these scripts to burn to DVD. Is this correct?

I guess what I need to do is start recording programs with a different
profile, so that they will not be automagically transcoded, if I want
to burn them to DVD. Please confirm...


Yes, this scripts only massage the containers, it doesn't re-encode the
program. Works very well if you have mpeg2 from a pvr-xxx board. I'm
playing around with a version that will also transcode because I did a
bunch of recordings initially at 480x480 resolution so make sure you're
also recording at 720x480 (for NTSC)



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


AW: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Martin Bene
> I've been following this thread for a few days, and hoped to 
> try out the scripts sometime this week. However, after seeing 
> this post it appears as though I need some clarification.
> 
> If I understand correctly, if I have already transcoded programs from
> MPEG2 (recorded from PVR250s and/or PVR500) to MPEG4, then I 
> cannot use these scripts to burn to DVD. Is this correct?

Yes, that's correct. At the moment, only mpeg2 files are supported. Once
you transcode to a different format, the scripts don't work.

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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Garry Cook
On 8/29/05, Martin Bene <[EMAIL PROTECTED]> wrote:
> 
> > By the way, many of my recordings are transcoded to mpeg4...
> > Should I assume this script won't transcode them properly?
> 
> Unfortunately: yes, you should assume that. The script not only won't
> transcode them properly, it won't transcode them at all :-)
> 
> The scripts assume that the original files are mpeg2 in a DVD comaptible
> resolution (720x576 for pal and 720x480 for ntsc; 704x576 and 704x480
> are also mentioned in the standard and should work, as should a few
> low-res settings).
> 
> Transcoding differet formats is on the radar for the scripts, but not
> right away.
> 
> Next thing I'll add is recoding mpeg2 audio to ac3 for ntsc DVDs - on
> pal, mpeg2 is a required format for all players so no problems there. On
> NTSC ac3 is required and mpeg2 optional; just another way to introduce
> artifical regional incompatibilities in the DVD standard. Works nicely
> on my system, just need to bundle it up as a tarball.
> 
> After that, I'd like to have bitrate reduction using tcrequant - some of
> the DVB stations I receive broadcast at bitrates of ~ 7500kb/s which
> comes to ~ 4GB per hour. Meaning: a feature length film won't fit on a
> DVD as-is.
> 
> Once that works I might add transcoding of different formats - no
> promises though: my system is DVB only, and I don't currently transcode
> anything, so motivation is fairly low.
> 
> Bye, Martin

I've been following this thread for a few days, and hoped to try out
the scripts sometime this week. However, after seeing this post it
appears as though I need some clarification.

If I understand correctly, if I have already transcoded programs from
MPEG2 (recorded from PVR250s and/or PVR500) to MPEG4, then I cannot
use these scripts to burn to DVD. Is this correct?

I guess what I need to do is start recording programs with a different
profile, so that they will not be automagically transcoded, if I want
to burn them to DVD. Please confirm...

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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread chris
On Mon, Aug 29, 2005 at 10:58:48AM -0400, Zak wrote:
> Did you see my last email (attached) about rc.sysinit?

Jarod's guide assumes you're using Red Hat.  Debian doesn't use
rc.sysinit but instead places scripts in /etc/init.d and uses symbolic
links from the /etc/rc?.d directories to control when they are called.
The files in /etc/rcS.d are called at boot, and then the rc0.d through
rc6.d files are called when entering and leaving various runlevels.
Each time there is a level change, the script manager looks in the old
runlevel for scripts starting with "K" and compares them with the
scripts starting with "S" in the new runlevel.  It then ignores the
matching pairs and calls the rest in alphabetical order, passing a
"stop" argument to the "K" scripts and a "start" argument to all the "S"
scripts.

If someone wants to mount MythTV shares when entering runlevel 5 and
unmount them in all other runlevels then the
/etc/init.d/mount_MythTV_shares script would look like:

#/bin/sh
# mount/unmount MythTV shares
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
case "$1" in
start)
echo -n "Mounting MythTV shares..."
smbmount {service} {mount-point} [-o options]
echo "done."
;;
stop)
echo -n "Unmounting MythTV shares..."
umount {mount-point}
echo "done."
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
;;
esac
exit 0

(with the appropriate substitutions) and the symbolic links would be:
/etc/rc0.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
/etc/rc1.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
/etc/rc2.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
/etc/rc3.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
/etc/rc4.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
/etc/rc5.d/S90mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares
/etc/rc6.d/K10mount_MythTV_shares -> /etc/init.d/mount_MythTV_shares

The two-digit numeric value following the S or K is used to sequence the
scripts so that dependencies are observed.  You would choose values that
ensure that this script would mount the shares after the network was
configured but before the Myth front-end was started and unmount the
shares only after the Myth front-end had stopped.

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythtranscode and nuvexport (memory usage andswapping)

2005-08-29 Thread Chris Petersen

Umm, no: avidemux only produces valid files for non-GOP cuts if you
recode the video. When cutting without recode, it'll happily accept and
perform a cut at an arbitrary frame, but you may end up with a file
starting with a couple of orphaned B-frames.


*but*, it'll reencode only what it needs, not the entire file.  Only 
issue seems to be with remuxing, which is why Gavin had to use lvemux 
for nuvexport mpeg2cut instead of something more readily available.


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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread James Armstrong

The scripts assume that the original files are mpeg2 in a DVD comaptible
resolution (720x576 for pal and 720x480 for ntsc; 704x576 and 704x480
are also mentioned in the standard and should work, as should a few
low-res settings).

Transcoding differet formats is on the radar for the scripts, but not
right away.

Next thing I'll add is recoding mpeg2 audio to ac3 for ntsc DVDs - on
pal, mpeg2 is a required format for all players so no problems there. On
NTSC ac3 is required and mpeg2 optional; just another way to introduce
artifical regional incompatibilities in the DVD standard. Works nicely
on my system, just need to bundle it up as a tarball.

After that, I'd like to have bitrate reduction using tcrequant - some of
the DVB stations I receive broadcast at bitrates of ~ 7500kb/s which
comes to ~ 4GB per hour. Meaning: a feature length film won't fit on a
DVD as-is.

Once that works I might add transcoding of different formats - no
promises though: my system is DVB only, and I don't currently transcode
anything, so motivation is fairly low.

Bye, Martin


One thing I would like to see as far as a wish list goes (aside from the 
tcrequant) would be support for taking HD recordings 1920x1080i or 
1280x720(?) resolutions and transcoding them down to fit on a DVD as a 
wide screen recording. I am getting more and more HD recordings.


Thanks for all the work. Your scripts rock,
James

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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Martin Bene
 
> By the way, many of my recordings are transcoded to mpeg4... 
> Should I assume this script won't transcode them properly?

Unfortunately: yes, you should assume that. The script not only won't
transcode them properly, it won't transcode them at all :-)

The scripts assume that the original files are mpeg2 in a DVD comaptible
resolution (720x576 for pal and 720x480 for ntsc; 704x576 and 704x480
are also mentioned in the standard and should work, as should a few
low-res settings).

Transcoding differet formats is on the radar for the scripts, but not
right away.

Next thing I'll add is recoding mpeg2 audio to ac3 for ntsc DVDs - on
pal, mpeg2 is a required format for all players so no problems there. On
NTSC ac3 is required and mpeg2 optional; just another way to introduce
artifical regional incompatibilities in the DVD standard. Works nicely
on my system, just need to bundle it up as a tarball.

After that, I'd like to have bitrate reduction using tcrequant - some of
the DVB stations I receive broadcast at bitrates of ~ 7500kb/s which
comes to ~ 4GB per hour. Meaning: a feature length film won't fit on a
DVD as-is.

Once that works I might add transcoding of different formats - no
promises though: my system is DVB only, and I don't currently transcode
anything, so motivation is fairly low.

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


Re: [mythtv-users] KnoppMyth and Hauppauge 350

2005-08-29 Thread Cecil Watson

Hello,

Mike Daugird wrote:

Hello, this is my first post so please bear with me.
I have a P3 933 mhz, the PVR-350 with grey remote, and an old Nvidia TNT2 in 
the AGP slot.
MythTV comes up and I escape out to the command line.
I type 
lircd start


and then I try to run 
irw

when I hit buttons on the remote nothing happens.
The IR receiver is plugged in through what looks like a headphone connector on 
the back of the PVR-350, I plugged it in there since it fit and came with the 
card.
There are no LED's on the remote. I am not sure if the remote is at fault, the 
receiver or my configuration.

MY pvr-350 only has the remote plugged in right now as I have not figured out 
how I am going to connect this thing to the TV yet.
Is there a cable that connects the sound card to the PVR-350? the only cables I 
found were a IR receiver, FM radio antenna, the big cable mess, and a little 
adapter piece. I have an onboard i8x0 sound with three plugs.

thank you for your time and have a good day

Perhaps taking a look at KnoppMyth forum...
http://mysettopbox.tv/phpBB2/viewtopic.php?t=4273

Regards,

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


Re: [mythtv-users] mythtranscode and nuvexport (memory usage andswapping)

2005-08-29 Thread Martin Bene
> Which program?  commercial_cut or avidemux?  afaik, avidemux 
> is the ONLY program capable of cutting mpeg files at places 
> other than the GOP (necessary for cutting commercials, which 
> may or may not fall on a GOP edge) without reencoding everything.

Umm, no: avidemux only produces valid files for non-GOP cuts if you
recode the video. When cutting without recode, it'll happily accept and
perform a cut at an arbitrary frame, but you may end up with a file
starting with a couple of orphaned B-frames.

So far the only reliable external cutter is projectx; also doesn't do
frame-accurate cuts but at least it rounds cutpoints to the nearest gop
boundary instead of breaing your files.

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


[mythtv-users] Single Recod - Not Listed

2005-08-29 Thread Greg Grotsky
Anyone know what "Single Record - Not Listed" means in the EPG?  I
scheduled some movies to record that were off in the future and I have
since been recompiling and installing newer versions of MythTV (svn). 
Now when my "single record" movies come up they are not getting
recorded.  I go into the EPG or the upcoming recordings and they all
say "Single Record - Not Listed", but it's right there in the EPG.

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


Re: [mythtv-users] Hardware Recommandation

2005-08-29 Thread Garry Cook
On 8/29/05, Joachim Schwarzhorn <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I´m new to this mailing list. I´ve been reading a few days and also
> tried to find some information otherwise. I want to build a mediacenter
> in near future.
> 
> I want to record TV-shows or films and perhaps radio shows. (Film
> Editing probably will be done on another machine).
> Live TV is not necessary, playback of DVDs is not a must but a nice feature.
> The system will be a relacement for a VHS-Recorder and I hope it will be
> very silent and energy saving.
> 
> I was thinking about the following hardware for MythTV:
> 
> Motherboard Via Epia SP8000 (fanless and with TV-out on board including
> MPEG2 decoder)
> Hauppaugge PVR 350 or PVR500
> Harddisk Samsung about 200GB 5400rpm
> Network Connection to Main machine
> 
> Is anyone using such or a similiar system. Is this system powerful
> enough or am I totally wrong.
> 
> Any help appriciated.
> 
> Regards
> 
> Joachim

I don't know much about the Epia systems, although I have seen lots of
discussion on this list, so you may want to check the archives. With
that said, if your system will have onboard TV out with a decoder,
then it seems like you would not need a PVR350. The PVR500 will give
you two tuners and is reasonably well supported at this time.
--g
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Hardware Recommandation

2005-08-29 Thread Joachim Schwarzhorn

Hello,

I´m new to this mailing list. I´ve been reading a few days and also 
tried to find some information otherwise. I want to build a mediacenter 
in near future.


I want to record TV-shows or films and perhaps radio shows. (Film 
Editing probably will be done on another machine).

Live TV is not necessary, playback of DVDs is not a must but a nice feature.
The system will be a relacement for a VHS-Recorder and I hope it will be 
very silent and energy saving.


I was thinking about the following hardware for MythTV:

Motherboard Via Epia SP8000 (fanless and with TV-out on board including 
MPEG2 decoder)

Hauppaugge PVR 350 or PVR500
Harddisk Samsung about 200GB 5400rpm
Network Connection to Main machine

Is anyone using such or a similiar system. Is this system powerful 
enough or am I totally wrong.


Any help appriciated.

Regards

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


Re: [mythtv-users] mythtranscode and nuvexport (memory usage and swapping)

2005-08-29 Thread Chris Petersen

I ran into similar issues with nuvexport.  What I have
done (which seems to work just fine) is to cut
commercials out with this program:


If you're hitting swap, then one of the nuvexport calls is broken and 
the fifo is getting disconnected (audio or video), which causes 
mythtranscode to continue to write to the fifo (which is cached in RAM).



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


Which program?  commercial_cut or avidemux?  afaik, avidemux is the ONLY 
program capable of cutting mpeg files at places other than the GOP 
(necessary for cutting commercials, which may or may not fall on a GOP 
edge) without reencoding everything.



I then transcode with mencoder which seems to do well
with the HD stream contained inside Myth's nuv
container.


Once and for all, please learn that THERE ARE NO HD nupplevideo files 
from myth, unless you use mythtranscode to convert them to mpeg4.  If 
you record HD, what you see called .nuv is really an mpeg2 TS (or PS, 
depending on settings) file.  Only thing that makes it not look like an 
mpeg is the fact that the filename says .nuv instead of .mpg.  Same goes 
for files recorded from pvr-x50 cards.  They're *not* nupplevideo, but 
standard mpeg recordings in standard mpeg containers.


Currently, and I don't know why, nuvexport does NOT work with TS files. 
 I haven't had time to debug it (only recently got an air2pc card), and 
don't really know enough about ffmpeg/transcode/mencoder to figure out 
how to make them work.  (I'm open to help if anyone knows how)


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


Re: [mythtv-users] Watching nuv in windows.

2005-08-29 Thread Darren Black
On 8/29/05, Joshua King <[EMAIL PROTECTED]> wrote:

> * Supports Live TV

Does it??! I mean I know it officially does, but I have been unable to
find a player that does the business... What media player software are
you using? And what kind of card do you have in your backend?

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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Darren Black
On 8/29/05, Martin Bene <[EMAIL PROTECTED]> wrote:
> > Thanks for the quick response... I certainly thought
> > dvdauthor installed without a hitch *Blushes*.
> > Gonna have to have another look at that...
> 
> Actually, I'd recommend sticking with the 0.6.11 version you've got now.
> I've definitely had strange problems with the 0.6.12 alpha version.
> (dvdauthor, that is. Spumux from the alpha package works fine).
> 
> Home you'll get back to a working system :-)
> 

Heh... I have. For some reason even though the /incoming/FS/ dir had
777 permissions, the script bombed unless the owner of the dir was
apache. I'll stick to the current version since it seems to work...

By the way, many of my recordings are transcoded to mpeg4... Should I
assume this script won't transcode them properly?

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


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Martin Bene
> Thanks for the quick response... I certainly thought 
> dvdauthor installed without a hitch *Blushes*. 
> Gonna have to have another look at that... 

Actually, I'd recommend sticking with the 0.6.11 version you've got now.
I've definitely had strange problems with the 0.6.12 alpha version.
(dvdauthor, that is. Spumux from the alpha package works fine).

Home you'll get back to a working system :-)

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


[mythtv-users] Re: Audio in TvTime, not captured in Myth

2005-08-29 Thread Edwin Chang
I'm using the Turtle Beach Santa Cruz sound card, and
I've used alsamixer (also a text-based alsamixer) to
set capture to line-in, but myth still doesn't seem to
record it.

Might the following output indicate that both OSS and
ALSA are being used by myth, making a recording
conflict? Or does myth always show the OSS line?


2005-08-29 03:22:02.398 Using protocol version 15
2005-08-29 03:22:02.427 Using protocol version 15
2005-08-29 03:22:02.854 Opening audio device
'/dev/dsp'.
2005-08-29 03:22:02.855 Opening OSS audio device
'/dev/dsp'. 






Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Darren Black
Hola!

Thanks for the quick response... I certainly thought dvdauthor
installed without a hitch *Blushes*. Gonna have to have another look
at that... But I suspect you were hit the nail on the head re: the
permissions of the /incoming/FS/ directory. I'll fiddle some more...

Oh and the touching the working system thing... It's a problem I have.
I can't help myself. I will try and seek help ;-).

Cheers,
/drdaz

On 8/29/05, Martin Bene <[EMAIL PROTECTED]> wrote:
> Hi Darren,
> 
> > It worked for a single burn and now having updated
> > some packages, it's broken once again.
> 
> 
> 
> > Here's a log output:
> > dvdauthor -o /incoming/mythburn/FS -x
> /incoming/mythburn/tempdvdauthor2.xml
> 
> So far, it all looks OK.
> 
> > DVDAuthor::dvdauthor, version 0.6.11.
> > Build options: gnugetopt magick iconv freetype fribidi Send
> > bugs to <[EMAIL PROTECTED]>
> >
> > INFO: Locale=C
> > INFO: Converting filenames to ANSI_X3.4-1968
> > INFO: dvdauthor creating VTS
> > STAT: Picking VTS 01
> >
> > STAT: Processing /incoming/mythburn/final_sceneselection1.mpg...
> > ERR:  Error opening
> > /incoming/mythburn/FS/VIDEO_TS/VTS_01_0.VOB: No such file or directory
> 
> > I've installed the alpha version of dvdauthor to go along
> > with the updated version of ImageMagick, but still no go... Any ideas?
> 
> Thats after the run above? Because the version clearly states that the
> log was made by 0.6.11, not by 0.6.12 alpha.
> 
> Have you doublechecked the existiens of /incoming/mythburn/FS and the
> directory permissions of that directory? Thats pretty much the only
> thing I can think of, since DVDauthor seems to fall flat on ist face
> right when first trying to access the DVD directory. You could just
> rerun the mythburn installation script to reset permissions for the DVD
> directory (and create it if neccessary). Can't think of anything elese
> ATM.
> 
> Bye, Martin
> 
> 
> ___
> 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] Archiving Shows to DVD

2005-08-29 Thread Martin Bene
Hi Darren, 

> It worked for a single burn and now having updated 
> some packages, it's broken once again. 



> Here's a log output:
> dvdauthor -o /incoming/mythburn/FS -x
/incoming/mythburn/tempdvdauthor2.xml

So far, it all looks OK.

> DVDAuthor::dvdauthor, version 0.6.11.
> Build options: gnugetopt magick iconv freetype fribidi Send 
> bugs to <[EMAIL PROTECTED]>
> 
> INFO: Locale=C
> INFO: Converting filenames to ANSI_X3.4-1968
> INFO: dvdauthor creating VTS
> STAT: Picking VTS 01
> 
> STAT: Processing /incoming/mythburn/final_sceneselection1.mpg...
> ERR:  Error opening 
> /incoming/mythburn/FS/VIDEO_TS/VTS_01_0.VOB: No such file or directory

> I've installed the alpha version of dvdauthor to go along 
> with the updated version of ImageMagick, but still no go... Any ideas?

Thats after the run above? Because the version clearly states that the
log was made by 0.6.11, not by 0.6.12 alpha.

Have you doublechecked the existiens of /incoming/mythburn/FS and the
directory permissions of that directory? Thats pretty much the only
thing I can think of, since DVDauthor seems to fall flat on ist face
right when first trying to access the DVD directory. You could just
rerun the mythburn installation script to reset permissions for the DVD
directory (and create it if neccessary). Can't think of anything elese
ATM.

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


Re: [mythtv-users] Re: stumped "audio waiting for buffer to fill"

2005-08-29 Thread Joe Garcia
>From what I am reading below it looks like your suggesting that the
it's the capture audio buffer... wouldn't this be comming from the
pvr-150?

The only soundcard that I have setup is the SB.  Do I need to setup
the pvr-150 as an alsa controled audio input and if so how do I do
that?

Well audio works just fine out of mythtv... and there isn't much audio
to configure inside of mythtv-setup.  I don't see any options in
mythfrontend to set up any audio.

What should I use as a guide to verifying my audio config?  If it
works for everything else why won't it work with mythfrontend.

On 8/29/05, Tom Blaireau <[EMAIL PROTECTED]> wrote:
> Is there any configuration in mythtv where you can reduce the audio buffer?
> 
> Anyway, this problem could be thrown because Mythtv is waiting for the
> capture audio to get more audio input. It could be a crash of your audio
> card while watching to the tv.
> I suggest you to verify all audio configuration, (alsamixer, mythtv
> config) and to verify your 'cache' disk (maybe something is wrong with
> him..)
> 
> 
> 
> Joe Garcia a écrit :
> 
> > So nobody has any clue what is wrong with my mythtv box?  Please, a
> > little help would be nice! :)
> >
> > On 8/28/05, *Joe Garcia* < [EMAIL PROTECTED]
> > > wrote:
> >
> > I captured the output of "mythfrontend -v all" because I only get
> > a black screen and an unresponsive computer if I try to view any
> > video in mythtv.  I can record just fine.  I can view the mythtv
> > recorded files with mplayer with sound.  I can do a mplayer
> > /dev/video0 and that works fine video an all.  LiveTV or trying to
> > watch any of the recorded video in mythtv results in a race
> > condition that denys all access to the compter and only a hard
> > reset will bring it out of this race condition.
> >
> > Htere is what I see repeated over and over from the "mythfrontend
> > -v all" capture
> >
> >
> > 2005-08-28 16:50:28.985 audio waiting for buffer to fill: have
> > 3072 want 4096
> > 2005-08-28 16:50:28.985 Broadcasting free space avail
> > 2005-08-28 16:50:28.989 audio waiting for buffer to fill: have
> > 3072 want 4096
> > 2005-08-28 16:50:28.989 Broadcasting free space avail
> > 2005-08-28 16:50:28.993 audio waiting for buffer to fill: have
> > 3072 want 4096
> > 2005-08-28 16:50:28.993 Broadcasting free space avail
> >
> > more info to help you out
> >
> >
> > Suse 9.3
> >
> > Animal:~ # lspci
> > :00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400/A]
> > Chipset Host Bridge
> > :00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
> > :00:08.0 Network controller: RaLink Ralink RT2500 802.11
> > Cardbus Reference Card (rev 01)
> > :00:09.0 Multimedia audio controller: Creative Labs SB Live!
> > EMU10k1 (rev 07)
> > :00:09.1 Input device controller: Creative Labs SB Live!
> > MIDI/Game Port (rev 07)
> > :00:0a.0 Multimedia video controller: Internext Compression
> > Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
> > :00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI
> > USB 1.1 Controller (rev 80)
> > :00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI
> > USB 1.1 Controller (rev 80)
> > :00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI
> > USB 1.1 Controller (rev 80)
> > :00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
> > :00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
> > :00:11.1 IDE interface: VIA Technologies, Inc.
> > VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
> > :00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102
> > [Rhine-II] (rev 74)
> > :01:00.0 VGA compatible controller: nVidia Corporation NV34
> > [GeForce FX 5500] (rev a1)
> >
> > Animal:~ # cat /proc/cpuinfo
> > processor   : 0
> > vendor_id   : AuthenticAMD
> > cpu family  : 6
> > model   : 10
> > model name  : AMD Sempron(tm)   2800+
> > stepping: 0
> > cpu MHz : 1993.202
> > cache size  : 256 KB
> > fdiv_bug: no
> > hlt_bug : no
> > f00f_bug: no
> > coma_bug: no
> > fpu : yes
> > fpu_exception   : yes
> > cpuid level : 1
> > wp  : yes
> > flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge
> > mca cmov pat pse36 mmx fxsr sse pni syscall mp mmxext 3dnowext 3dnow
> > bogomips: 3948.54
> >
> > Animal:~ # free
> >  total   used   free sharedbuffers
> > cached
> > Mem:516008 383584 132424  0  45152
> > 192376
> > -/+ buffers/cache: 146056 369952
> > Swap:   524280  0 524280
> >
> > Animal:

Re: [mythtv-users] Archiving Shows to DVD

2005-08-29 Thread Jim Reith

At 12:14 PM 8/29/2005, you wrote:

Hi there,

It worked for a single burn and now having updated some packages, it's
broken once again. Here's a log output:


Yeah, when I first started using it I had some "unstable" packages and it
wasn't happy. I had to downgrade to stable releases before I got it to
work. Martin should be able to give you the package releases that work. i
have it but it will have to wait until I'm home tonight



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


Re: [mythtv-users] Re: Blue faces and xvattr -a XV_HUE

2005-08-29 Thread Paul McKellar
are you getting the prebuffering only in live tv.  that is what i'm
getting.  did you find something that worked for you?

On 8/24/05, Andrew Codrington <[EMAIL PROTECTED]> wrote:
> Beautiful! Worked a treat. It was at 0%, changed to 50% as described below 
> and all was good.
> Thanks!
> 
> Anyone want to vote on what I tackle next?
> 1. Playback stuttering ('prebuffering pause')
> 2. Getting ALSA sound working
> 
> 
> --- Bruce Markey <[EMAIL PROTECTED]> wrote:
> 
> > Andrew Codrington wrote:
> > > Thanks David.
> > > Had a look using the GUI and "Use XV Picture Controls" is already 
> > > selected.
> > > Are you talking about a different setting in a config file somewhere?
> >
> > The Xv attributes are a bit undifined. Some cards' drivers expect
> > 50% to be normal hue others expect 0% is normal. Start playback and
> > press "F" several times until it says "Hue" and change the value
> > by 50%.
> >
> > --  bjm
> >
> 
> 
> --
> Andrew Codrington
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: stumped "audio waiting for buffer to fill"

2005-08-29 Thread Tom Blaireau
Is there any configuration in mythtv where you can reduce the audio buffer?

Anyway, this problem could be thrown because Mythtv is waiting for the
capture audio to get more audio input. It could be a crash of your audio
card while watching to the tv.
I suggest you to verify all audio configuration, (alsamixer, mythtv
config) and to verify your 'cache' disk (maybe something is wrong with
him..)



Joe Garcia a écrit :

> So nobody has any clue what is wrong with my mythtv box?  Please, a
> little help would be nice! :)
>
> On 8/28/05, *Joe Garcia* < [EMAIL PROTECTED]
> > wrote:
>
> I captured the output of "mythfrontend -v all" because I only get
> a black screen and an unresponsive computer if I try to view any
> video in mythtv.  I can record just fine.  I can view the mythtv
> recorded files with mplayer with sound.  I can do a mplayer
> /dev/video0 and that works fine video an all.  LiveTV or trying to
> watch any of the recorded video in mythtv results in a race
> condition that denys all access to the compter and only a hard
> reset will bring it out of this race condition.
>
> Htere is what I see repeated over and over from the "mythfrontend
> -v all" capture
>
>
> 2005-08-28 16:50:28.985 audio waiting for buffer to fill: have
> 3072 want 4096
> 2005-08-28 16:50:28.985 Broadcasting free space avail
> 2005-08-28 16:50:28.989 audio waiting for buffer to fill: have
> 3072 want 4096
> 2005-08-28 16:50:28.989 Broadcasting free space avail
> 2005-08-28 16:50:28.993 audio waiting for buffer to fill: have
> 3072 want 4096
> 2005-08-28 16:50:28.993 Broadcasting free space avail
>
> more info to help you out
>
>
> Suse 9.3
>
> Animal:~ # lspci
> :00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400/A]
> Chipset Host Bridge
> :00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
> :00:08.0 Network controller: RaLink Ralink RT2500 802.11
> Cardbus Reference Card (rev 01)
> :00:09.0 Multimedia audio controller: Creative Labs SB Live!
> EMU10k1 (rev 07)
> :00:09.1 Input device controller: Creative Labs SB Live!
> MIDI/Game Port (rev 07)
> :00:0a.0 Multimedia video controller: Internext Compression
> Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
> :00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI
> USB 1.1 Controller (rev 80)
> :00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI
> USB 1.1 Controller (rev 80)
> :00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI
> USB 1.1 Controller (rev 80)
> :00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
> :00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
> :00:11.1 IDE interface: VIA Technologies, Inc.
> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
> :00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102
> [Rhine-II] (rev 74)
> :01:00.0 VGA compatible controller: nVidia Corporation NV34
> [GeForce FX 5500] (rev a1)
>
> Animal:~ # cat /proc/cpuinfo
> processor   : 0
> vendor_id   : AuthenticAMD
> cpu family  : 6
> model   : 10
> model name  : AMD Sempron(tm)   2800+
> stepping: 0
> cpu MHz : 1993.202
> cache size  : 256 KB
> fdiv_bug: no
> hlt_bug : no
> f00f_bug: no
> coma_bug: no
> fpu : yes
> fpu_exception   : yes
> cpuid level : 1
> wp  : yes
> flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge
> mca cmov pat pse36 mmx fxsr sse pni syscall mp mmxext 3dnowext 3dnow
> bogomips: 3948.54
>
> Animal:~ # free
>  total   used   free sharedbuffers
> cached
> Mem:516008 383584 132424  0  45152
> 192376
> -/+ buffers/cache: 146056 369952
> Swap:   524280  0 524280
>
> Animal:~ # rpm -qa | grep -i myth
> myththemes-0.18.1-12
> libmyth-0.18.1-12
> mythtv-frontend-0.18.1-12
> libmyth-devel-0.18.1-12
> mythtv-0.18.1-12
> mythtv-backend-0.18.1-12
> mythtv-setup-0.18.1-12
>
> hope you guys can help I am damn close.
>
>
>
>
>___
>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] Archiving Shows to DVD

2005-08-29 Thread Darren Black
Hi there,

It worked for a single burn and now having updated some packages, it's
broken once again. Here's a log output:

100% demuxing A/V PES file 1000_20050829144000_20050829151300.nuv
-> Video: fr/ ct/ 1p/ cg/ og/ dg -> 49282/ 1/ 0/ 4107/ 0/ 0
-> Video length: 49282 frames @ 00:32:51.280
-> GOP summary: min. 20, max. 24 fields; contains interlaced frames
-> avg. nom. bitrate 4999099bps (min/max: 1812400/8209200)
-> set first sequenceheader bitrate to 8209200bps
---> new File: ./1000_20050829144000_20050829151300.m2v

--> MPEG Audio (0xC0)
Audio PTS: first packet 00:00:00.320, last packet 00:32:51.7289151300.mp
Video PTS: start 1.GOP 00:00:00.400, end last GOP 00:32:51.680
-> adjusting audio at video-timeline
!> missing syncword @  2016, @ 00:00:00.00050829144000_20050829151300.mp
!> found syncword @ 2304
-> src_audio: MPEG-1, Layer2, 48000Hz, stereo, 384kbps, noCRC @ 00:00:00.000
audio frames: wri/pre/skip/ins/add 82137/0/0/0/0 @ 00:32:51.288 donemp
---> new File: ./1000_20050829144000_20050829151300.mpa

summary of created media files:
.Video (m2v):   49282 Frames00:32:51.280   
'./1000_20050829144000_20050829151300.m2v'
Audio 0 (mp2):  82137 Frames00:32:51.2880/0/0/0
'./1000_20050829144000_20050829151300.mpa'
=> 1326449952 bytes written...
mplex -o /incoming/mythburn/1000_20050829144000_20050829151300.nuv -f
8 1000_20050829144000_20050829151300.m2v
./1000_20050829144000_20050829151300.mpa
- datestamp=29-08-2005 17:09
Building MPEG2 GOP index files...
- datestamp=29-08-2005 17:09
- datestamp=29-08-2005 17:09
(seqinfo.c)49282 video frame(s) in unit 0 detected
There are 1 programmes to burn to DVD
- datestamp=29-08-2005 17:10
**
starting createmenubackground.sh
**
Creating blank 720x576 menu page 1 of 1
  -Overlay MythTV logo onto background
**
finished createmenubackground.sh
**
- datestamp=29-08-2005 17:10
- datestamp=29-08-2005 17:10
Creating previous and next buttons on menu page 1 of 1.
- datestamp=29-08-2005 17:10
Loop through all the programmes that need to be recorded and build menu pages
- datestamp=29-08-2005 17:10
There are 1 titles left to process
Processing MPEG2 1000_20050829144000_20050829151300.nuv onto page 1 as button 1
Programme is Mine glade 60'ere  and has 49281 frames
**
starting createmenuitem.sh
**
Creating menu item 1
Extracting thumbnail image from time frame 5000-5001
**
finished createmenubackground.sh
**
- datestamp=29-08-2005 17:11
- datestamp=29-08-2005 17:11
Building Scene Selection Menu for recording Mine glade 60'ere  submenus: no
/home/mythtv/mythburn/scripts/createscenemenu.sh /home/mythtv/mythburn
1 1 49281 1000_20050829144000_20050829151300.nuv
/incoming/mythburn/tempdvdauthor2.xml 25 720x576 bar.png no nocut
**
starting createscenemenu.sh
**
Submenus: no
Commerical cutting disabled, using cutlist as chapter marks
Current cutlist from MythTV
0
There are 1 cut points converted to chapters
Adding 8 chapter points to make total of 9
These frames will be converted to chapters
0
5475
10950
16425
21900
27375
32850
38325
43800
Chapter list for this recording - should be 9 entries...
00:00:00.00,00:03:39.00,00:07:18.00,00:10:57.00,00:14:36.00,00:18:15.00,00:21:54.00,00:25:33.00,00:29:12.00Creating
Submenus
Extracting thumbnail image from time frame 00:00:00.00-00:00:00.01
Extracting thumbnail image from time frame 00:03:39.00-00:03:39.01
Extracting thumbnail image from time frame 00:07:18.00-00:07:18.01
Extracting thumbnail image from time frame 00:10:57.00-00:10:57.01
Extracting thumbnail image from time frame 00:14:36.00-00:14:36.01
Extracting thumbnail image from time frame 00:18:15.00-00:18:15.01
Extracting thumbnail image from time frame 00:21:54.00-00:21:54.01
Extracting thumbnail image from time frame 00:25:33.00-00:25:33.01
Extracting thumbnail image from time frame 00:29:12.00-00:29:12.01
Extracting thumbnail image from time frame 7872-7873
Convert to PNG, blur, resize and add MythTV logo
Place thumbnails onto scene selection menu
rm: cannot remove `/incoming/mythburn/thumbnail_9.jpg': No such file
or directory
rm: cannot remove `/incoming/mythburn/thumbnail01.jpg': No such
file or directory
Adding previous button
Creating button template for scene selection menu
Creating transparent background image for information area
Convert scene selection image to JPG
Multiplexing the scene selection menu and music together
Building menus using SPUMUX
DVDAuthor::spumux, version 0.6.11.

[mythtv-users] mythstreamtv, Gentoo, & separate frontends & backends

2005-08-29 Thread Jesse Guardiani

Hello,

I've got a rather odd setup. I think most people with separate front & 
backends

usually run their PVR card on the backend. I don't. I run it on my frontend.

Actually, I have two backends. One on the frontend box, driving the PVR 
card,

and one on my NFS box, doing commercial flagging, primarily. My MySQL
database lives on my NFS box too, and so does mythweb. The frontend box
access it's storage via NFS. The storage actually exists on the NFS box. 
I do

this because I have limited CPU power. This setup distributes the load very
well.

The frontend box is KnoppMyth R5A16. The NFS box is Gentoo.

Anyway, I've been trying to get mythstreamtv running. I failed miserably on
my KnoppMyth box as I could get the newest versions of ffmpeg & vlc
compiling correctly. So now I've moved mythweb & mythstreamtv to my
NFS box and I *think* I've compiled vlc and ffmpeg on the Gentoo/NFS
box with the correct flags (it took a couple of tries as there aren't 
any Gentoo +

mythstreamtv howtos out there):

media-video/vlc mp3 dvd xv svg ffmpeg ogg vorbis theora freetype flac 
live libcaca mod nsplugin httpd stream

media-video/ffmpeg mp3 aac zlib a52 vorbis ogg truetype doc

But now when I try to start a mythstreamtv session, I get this:

Starting Stream of 
myth://192.168.88.100:6543/1176_2005082723_20050827233000.nuv
VLC media player 0.8.2 Janus
[0438] main interface: creating httpd
[0441] main input error: no suitable access module for 
`myth://192.168.88.100:6543/1176_2005082723_20050827233000.nuv'
[0435] main playlist: nothing to play


I've googled it, and it appears that the 'myth://...' URL is coming from 
mythweb,

not vlc or mythstreamtv. So how do I get mythweb to use:
   
http://www.myhost.com/mythweb/video_dir/1176_2005082723_20050827233000.nuv


Instead?

Thanks!


--
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]

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


[mythtv-users] HELP!!! Blank screen with PVR-150

2005-08-29 Thread Joe Garcia
I captured the output of "mythfrontend -v all" because I only get a
black screen and an unresponsive computer if I try to view any video
in mythtv.  I can record just fine.  I can view the mythtv recorded
files with mplayer with sound.  I can do a mplayer /dev/video0 and
that works fine video an all.  LiveTV or trying to watch any of the
recorded video in mythtv results in a race condition that denys all
access to the compter and only a hard reset will bring it out of this
race condition.

Htere is what I see repeated over and over from the "mythfrontend -v
all" capture


2005-08-28 16:50:28.985 audio waiting for buffer to fill: have 3072 want 4096
2005-08-28 16:50:28.985 Broadcasting free space avail
2005-08-28 16:50:28.989 audio waiting for buffer to fill: have 3072 want 4096
2005-08-28 16:50:28.989 Broadcasting free space avail
2005-08-28 16:50:28.993 audio waiting for buffer to fill: have 3072 want 4096
2005-08-28 16:50:28.993 Broadcasting free space avail

more info to help you out


Suse 9.3

Animal:~ # lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400/A]
Chipset Host Bridge
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
:00:08.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus
Reference Card (rev 01)
:00:09.0 Multimedia audio controller: Creative Labs SB Live!
EMU10k1 (rev 07)
:00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game
Port (rev 07)
:00:0a.0 Multimedia video controller: Internext Compression Inc
iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB
1.1 Controller (rev 80)
:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB
1.1 Controller (rev 80)
:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB
1.1 Controller (rev 80)
:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102
[Rhine-II] (rev 74)
:01:00.0 VGA compatible controller: nVidia Corporation NV34
[GeForce FX 5500] (rev a1)

Animal:~ # cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 10
model name  : AMD Sempron(tm)   2800+
stepping: 0
cpu MHz : 1993.202
cache size  : 256 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 mmx fxsr sse pni syscall mp mmxext 3dnowext 3dnow
bogomips: 3948.54

Animal:~ # free
 total   used   free sharedbuffers cached
Mem:516008 383584 132424  0  45152 192376
-/+ buffers/cache: 146056 369952
Swap:   524280  0 524280

Animal:~ # rpm -qa | grep -i myth
myththemes-0.18.1-12
libmyth-0.18.1-12
mythtv-frontend-0.18.1-12
libmyth-devel-0.18.1-12
mythtv-0.18.1-12
mythtv-backend-0.18.1-12
mythtv-setup-0.18.1-12

hope you guys can help I am damn close.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] LIRC: MythTV native support & other

2005-08-29 Thread Dr. C Mythology
Nathan: I just realised that it picks up signals from my stereo remote's up/down buttons.
But I get signals even when not pressing any buttons on any remote, though it doesn't happen nearly as often as before.

It doesn't happen nearly as often as it used to. I started irw 10 minutes ago. Nothing yet.

Nick: I'll try unplugging the receiver afterwards and get back to you.
I certainly get signals if I leave it on for a whole night, so maybe I
should try unplugging it tonight.

Thanks for your help.On 8/28/05, Nathan Hesson <[EMAIL PROTECTED]> wrote:
It still might be a different remote or device, I know my tv remote is
on the same frequency as my hauppage grey.  Really sucks because
volume is tied to rew and ffwd.  also do you have a vcr or tivo or
something? those commands almost look programmatic.
Nathan Hesson

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


Re: [mythtv-users] Pundit-R & Myth notes

2005-08-29 Thread Blastzone
I'm expecting good HD playback, once I get to that point, but since
there's no HD source around here, I'm not working on that too
hard.  It will probably work the system pretty hard, but it's a
dedicated box.

As for fitting the cards in the case, yes, you can, provided you're
patient and don't mind bending some metal.  The PVR-250 was
actually harder, it's about 2mil taller than the HD3000.  I also
had problems with the solder points on the PVR touching the HD tuner
(or the other way 'round), which dictated which card went in which slot.

Finally, I did end up having to bend out the little metal tab on the
chassis that clips to the card carrier, as it would not fit with the
PVR.  A minor adjustment that makes the final finish a little
less-than-perfect, but it's hidden behind the case.  I also had to
file out space for the coax connectors, as they were touching the
chassis, and due to the length of the barrel on the HD card, I couldn't
get a good antenna connection.  The PVR has a huge barrel, and
that's not a problem.
On 8/29/05, Zak <[EMAIL PROTECTED]> wrote:
I just saw you haven't gotten the HD card working yet.Zak wrote:> Thanks for the info!  So, you were able to fit the HD-3000 in the> Pundit-R case OK?  Also, is HD playback pretty smooth with the intel
> 2.53GHz p4 Northwood?  I'm about to give up on the xbox, but if I go> to dedicated PCs I want to do HD.>> Thanks!>> Blastzone wrote:>>> After almost 5 months of work, I finally have a running MythTV
>> system!  I'm looking forward to having real recording, show archives,>> and all of those fun things you can do with Myth.  It's been a pretty>> big project, and I ran into quite a few roadblocks along the way.
>> I've put many of my notes online, in the hopes that they might help>> others with their systems.  They're pretty stream-of-thought, but>> there are nuggets of info in there, I'm sure.>>
>> If you're looking at putting together a system based on an ASUS>> pundit-r, I recommend looking through at least the first part of my>> notes.  The motherboard on those systems does not like SATA Hard
>> Drives & PATA DVD drives. I also ran into issues with segfaulting internal players, hauppauge>> tuners that wouldn't initialize, HD-3000 cards and no OTA HD>> broadcasts.  You can find my comments at:
>> http://www.blastzone.net/~kamikazi/hardware/mythtv>>  Thanks again to all online who helped!  ___
>> 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 listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] KnoppMyth and Hauppauge 350

2005-08-29 Thread Erik Pettersen
> MY pvr-350 only has the remote plugged in right now as I have not figured out 
> how I am going to connect this thing to the TV yet.
> Is there a cable that connects the sound card to the PVR-350? the only cables 
> I found were a IR receiver, FM radio antenna, the big cable mess, and a 
> little adapter piece. I have an onboard i8x0 sound with three plugs.

IIRC there is a Male/Male 1/8" stereo minijack (walkman headphone
style plug) that will take the sound cards line out and run it to the
PVR350's line-in as a passthrough.  In that you'll be able to hear
"system" sounds via the PVR350's RCA plugs audio out on the dongle
thingie.

It's possible I've got that completely backwards =)

e.
--
http://www.byopvr.com -- Build Your Own PVR
http://forum.byopvr.com/dvr/index.php/board,8.0.html  -- Linux /
MythTV Gurus Needed
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Recommended GUI dimensions/setup to deal with overscan @ 1920x1080i

2005-08-29 Thread Dan Christian
I was using component out, and it wasn't clear if this was included or not.

In fact, the component out signal works better with typical overscan, but not 
really enough.  DVI is, of course, sharper; but you see more with component.  
Can't win, really.

-Dan

On Sunday 28 August 2005 09:02 am, Michael T. Dean wrote:
> Dan Christian wrote:
> >By the way, the overscan settings for my NVIDIA 6600GT card had no effect
> > at HDTV resolutions.
>
> NVIDIA's overscan settings only affect TV out (thus the name
> "TVOverScan") on cards with the NVIDIA or Conexant TV encoders.  Since
> HDTV resolutions cannot be output via the S-Video/Composite TV out port,
> overscan settings will not affect HDTV output (which is via the
> VGA/DVI/HDMI ports and not using the NVIDIA or Conexant TV encoder).
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Re: Mythfrontend performance on PPC Linux / OS X

2005-08-29 Thread Jens Baumeister
On 8/25/05, Jens Baumeister <[EMAIL PROTECTED]> wrote:
> 550 MHz G4 system
[...]
> I've been wondering whether it's powerful enough to run mythfrontend.
> (For my kitchen or bedrooom.) Last time I heard, the OS X frontend was
> still a resource hog, requiring something like 1 GHz minimum. 

Replying to myself here, just for reference: I'm happy to report that
the above configuration seems to be doing fine running mythfrontend
0.18.1 under OS X 10.4. I'm using the binary build from
http://www.goof.com/~mmead/MythFrontend-0.18.1.dmg.bz2 and I'm
streaming un-transcoded PAL DVB video via 100Mbit Ethernet (Hoping to
switch to 802.11g soon.)

So. at least for that setup, 550 MHz seem to suffice on OS X. The
system is close to its limit here, though, and the Powerbook's fan
does make quite some noise during watching, since the system's running
at maximum load.

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


Re: [mythtv-users] Pundit-R & Myth notes

2005-08-29 Thread Zak

I just saw you haven't gotten the HD card working yet.

Zak wrote:

Thanks for the info!  So, you were able to fit the HD-3000 in the 
Pundit-R case OK?  Also, is HD playback pretty smooth with the intel 
2.53GHz p4 Northwood?  I'm about to give up on the xbox, but if I go 
to dedicated PCs I want to do HD.


Thanks!

Blastzone wrote:

After almost 5 months of work, I finally have a running MythTV 
system!  I'm looking forward to having real recording, show archives, 
and all of those fun things you can do with Myth.  It's been a pretty 
big project, and I ran into quite a few roadblocks along the way.  
I've put many of my notes online, in the hopes that they might help 
others with their systems.  They're pretty stream-of-thought, but 
there are nuggets of info in there, I'm sure.


If you're looking at putting together a system based on an ASUS 
pundit-r, I recommend looking through at least the first part of my 
notes.  The motherboard on those systems does not like SATA Hard 
Drives & PATA DVD drives.


I also ran into issues with segfaulting internal players, hauppauge 
tuners that wouldn't initialize, HD-3000 cards and no OTA HD 
broadcasts.  You can find my comments at:
http://www.blastzone.net/~kamikazi/hardware/mythtv 



Thanks again to all online who helped!



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


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


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


Re: [mythtv-users] Pundit-R & Myth notes

2005-08-29 Thread Zak
Thanks for the info!  So, you were able to fit the HD-3000 in the 
Pundit-R case OK?  Also, is HD playback pretty smooth with the intel 
2.53GHz p4 Northwood?  I'm about to give up on the xbox, but if I go to 
dedicated PCs I want to do HD.


Thanks!

Blastzone wrote:

After almost 5 months of work, I finally have a running MythTV 
system!  I'm looking forward to having real recording, show archives, 
and all of those fun things you can do with Myth.  It's been a pretty 
big project, and I ran into quite a few roadblocks along the way.  
I've put many of my notes online, in the hopes that they might help 
others with their systems.  They're pretty stream-of-thought, but 
there are nuggets of info in there, I'm sure.


If you're looking at putting together a system based on an ASUS 
pundit-r, I recommend looking through at least the first part of my 
notes.  The motherboard on those systems does not like SATA Hard 
Drives & PATA DVD drives.


I also ran into issues with segfaulting internal players, hauppauge 
tuners that wouldn't initialize, HD-3000 cards and no OTA HD 
broadcasts.  You can find my comments at:
http://www.blastzone.net/~kamikazi/hardware/mythtv 



Thanks again to all online who helped!



___
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: stumped "audio waiting for buffer to fill"

2005-08-29 Thread Joe Garcia
So nobody has any clue what is wrong with my mythtv box?  Please, a little help would be nice! :)On 8/28/05, Joe Garcia <
[EMAIL PROTECTED]> wrote:I captured the output of "mythfrontend -v all" because I only get a
black screen and an unresponsive computer if I try to view any video in
mythtv.  I can record just fine.  I can view the mythtv
recorded files with mplayer with sound.  I can do a mplayer
/dev/video0 and that works fine video an all.  LiveTV or trying to
watch any of the recorded video in mythtv results in a race condition
that denys all access to the compter and only a hard reset will bring
it out of this race condition.

Htere is what I see repeated over and over from the "mythfrontend -v all" capture


2005-08-28 16:50:28.985 audio waiting for buffer to fill: have 3072 want 4096
2005-08-28 16:50:28.985 Broadcasting free space avail
2005-08-28 16:50:28.989 audio waiting for buffer to fill: have 3072 want 4096
2005-08-28 16:50:28.989 Broadcasting free space avail
2005-08-28 16:50:28.993 audio waiting for buffer to fill: have 3072 want 4096
2005-08-28 16:50:28.993 Broadcasting free space avail

more info to help you out


Suse 9.3

Animal:~ # lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400/A] Chipset Host Bridge
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
:00:08.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference Card (rev 01)
:00:09.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
:00:09.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
:00:0a.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller (rev 80)
:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller (rev 80)
:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller (rev 80)
:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
:01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)

Animal:~ # cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 6
model   : 10
model name  : AMD Sempron(tm)   2800+
stepping    : 0
cpu MHz : 1993.202
cache size  : 256 KB
fdiv_bug    : no
hlt_bug : no
f00f_bug    : no
coma_bug    : no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu
vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr
sse pni syscall mp mmxext 3dnowext 3dnow
bogomips    : 3948.54

Animal:~ # free

total  
used   free
shared    buffers cached
Mem:   
516008 383584
132424 
0  45152 192376
-/+ buffers/cache: 146056 369952
Swap:  
524280 
0 524280

Animal:~ # rpm -qa | grep -i myth
myththemes-0.18.1-12
libmyth-0.18.1-12
mythtv-frontend-0.18.1-12
libmyth-devel-0.18.1-12
mythtv-0.18.1-12
mythtv-backend-0.18.1-12
mythtv-setup-0.18.1-12

hope you guys can help I am damn close.


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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread Matt Mossholder
Of course, this implies that you aren't concerened about security..
there are somewhat more secure ways to do this in the mount.cifs
manpage.

--Matt


On Mon, 2005-08-29 at 11:17 -0400, Matt Mossholder wrote:
> David,
>   If you put an entry for the filesystem in /etc/fstab, it should get
> mounted on every reboot. It is just a matter of putting the correct
> entry in. It should look something like this (all on one unwrapped
> line):
> 
> 
> servername:/sharename  smbfs rw,user=winuser,password=winpass  0 0
> 
> 
>   You can get more detail on the options by doing "main mount.cifs".
> 
> 
>   --Matt


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


Re: [mythtv-users] Myth(TV)ology 4

2005-08-29 Thread Brian Meehan
Thanks for the update. Congrats on the newbie.

And now the question... Which OS is installed on your little one's
computers? (Of course they have their own computers... this is the
Myth mailing list, right?)

On 8/25/05, Joel Conover <[EMAIL PROTECTED]> wrote:
> Jarod Wilson wrote:
> 
> >Fedora Myth(TV)ology 4 finally posted. Have at it, hopefully it isn't
> >broken... :-)
> >
> >http://wilsonet.com/mythtv/fcmyth.php
> >
> >(No, I'm not dead, nor have I completely abandoned Myth, I'm just *really*
> >busy with work and life...)
> >
> >
> >
> >
> >
> >___
> >mythtv-users mailing list
> >mythtv-users@mythtv.org
> >http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> >
> Yeah! Hooray!  Thanks Jarod, you rock... I've been desparately waiting
> for two months.  Hope the new job is treating you well.
> 
> Take Care.
> 
> ___
> 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] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread Matt Mossholder
David,
If you put an entry for the filesystem in /etc/fstab, it should get
mounted on every reboot. It is just a matter of putting the correct
entry in. It should look something like this (all on one unwrapped
line):


servername:/sharename  smbfs rw,user=winuser,password=winpass  0 0


You can get more detail on the options by doing "main mount.cifs".


--Matt




On Tue, 2005-08-30 at 00:02 +0900, David Bennett wrote:
> Jim,
> 
>   I suspect as much, unfortunately I do not know enough about Linux to
> figure out where to put what. I have done a little digging, but may I
> ask if you have any advice as to where I can just toss an smbmount
> command? (I am also unclear as to whether I need to change the syntax
> to suit a certain scripting language or if I can just put in the
> command as-is)
> 
> Thank you,
> David
> ___
> 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] mythtranscode and nuvexport (memory usage and swapping)

2005-08-29 Thread Steve Elzinga


--- Steve Malenfant <[EMAIL PROTECTED]> wrote:

> I'm able to successfully export 30 minutes shows
> from HD to xvid on my 
> system. That takes about 5 hours. Anything bigger
> than that doesn't work. My 
> system is swapping like crazy and the fps drops from
> 8 to < 1. I've search 
> the archive and googled a bit but can't find the
> answer. 
>  You can see that mythtranscode grew from 372m used
> to a 1303m in virtual 
> memory. I have a gig of RAM in that machine and
> killed X so maybe the extra 
> RAM will be used and not swapped. From what I can
> see, my hard drive swapped 
> all night and I stopped my 1 encoding after 9 hours,
> which only 2% was done.
>  Anybody can help here? Memory leak in
> mythtranscode?
> 
> top - 08:15:21 up 15:11, 4 users, load average:
> 2.32, 1.80, 1.64
> Tasks: 68 total, 4 running, 64 sleeping, 0 stopped,
> 0 zombie
> Cpu(s): 0.0% us, 50.3% sy, 4.3% ni, 0.0% id, 44.7%
> wa, 0.7% hi, 0.0% si
> Mem: 1035548k total, 1022504k used, 13044k free,
> 924k buffers
> Swap: 690752k total, 546472k used, 144280k free,
> 14556k cached
> 
> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+
> COMMAND
> 137 root 17 0 0 0 0 R 50.1 0.0 194:02.09 kswapd0
> 353 root 35 19 28308 12m 756 R 3.3 1.3 76:51.18
> ffmpeg
> 348 root 34 19 1303m 737m 1820 S 1.7 72.9 32:26.34
> mythtranscode
> 1278 root 16 0 1956 924 748 R 0.3 0.1 0:00.01 top
> 1 root 16 0 1704 264 240 S 0.0 0.0 0:01.01 init
>  Thanks,
>  Steve M.

Steve,

I ran into similar issues with nuvexport.  What I have
done (which seems to work just fine) is to cut
commercials out with this program:

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

This will cut the commercials and reinsert the program
back into the database without having to transcode or
change container format.

I then transcode with mencoder which seems to do well
with the HD stream contained inside Myth's nuv
container.

Steve





Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread Jim Reith

At 11:02 AM 8/29/2005, you wrote:

Jim,

  I suspect as much, unfortunately I do not know enough about Linux to
figure out where to put what. I have done a little digging, but may I
ask if you have any advice as to where I can just toss an smbmount
command? (I am also unclear as to whether I need to change the syntax
to suit a certain scripting language or if I can just put in the
command as-is)


Well, I run KnoppMyth which is a variation of Debian and I'm at work, not
home. The best thing to do is to look around in the how-tos for your
specific distribution, read the man pages and learn what you need to know
about it. it wouldn't be good to just take the advice of someone random off
the web without some understanding of what you're causing to happen. your
distribution initialization may be different. Generally there's a random
local startup script you can add it to, be it rc.local or miscutils.sh or
whatever and anything you can use at the command line will generally work.
you just need to figure out where in the sequence you need it to take
place. Obviously you can't access the network before it's initialized, for
example. While the software is free, there is a learning curve.



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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread David Bennett
Jim,

  I suspect as much, unfortunately I do not know enough about Linux to
figure out where to put what. I have done a little digging, but may I
ask if you have any advice as to where I can just toss an smbmount
command? (I am also unclear as to whether I need to change the syntax
to suit a certain scripting language or if I can just put in the
command as-is)

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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread Zak

Did you see my last email (attached) about rc.sysinit?

David Bennett wrote:


Evervyone is probably right about renaming the name of the share, but
should I be lead to believe that there is no way to run a command as
linux reboots? (ie, no "autoexec.bat" type of thing happening in
Debian?)

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

--- Begin Message ---
Have you tried /etc/rc.d/rc.sysinit ?  See Jarod's guide: 
http://wilsonet.com/mythtv/fcmyth.php#lirc


I know you have tried slashes, but have you tried using the autocomplete 
function of the shell to figure out the correct syntax?  That is, if you 
start typing the name of a directory and hit TAB, it will autocomplete.  
If the directory has spaces, it will include the escape characters.  So, 
if you use that method to access a similarly named directory, can you 
copy the text it creates?


Good luck!

David Bennett wrote:


tried one billion times (slight exaggeration.)
People have recommended brackets, quotes, slashes to deal with the
space in the share name and none of them have yet to work. hence, I
figured it would be easier just to have the smbmount command run
automatically on reboot.

any ideas? ;)
thank you though.

dave

On 8/29/05, James Esslinger <[EMAIL PROTECTED]> wrote:
 


You should be able to put the relevant mounts in the file /etc/fstab.
If you're having problems figuring it out do a google search for "smbfs
fstab".

   


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



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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread Jim Reith

At 10:49 AM 8/29/2005, you wrote:

Evervyone is probably right about renaming the name of the share, but
should I be lead to believe that there is no way to run a command as
linux reboots? (ie, no "autoexec.bat" type of thing happening in
Debian?)


that's what the /etc/init.d directories are all about.



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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread David Bennett
Evervyone is probably right about renaming the name of the share, but
should I be lead to believe that there is no way to run a command as
linux reboots? (ie, no "autoexec.bat" type of thing happening in
Debian?)

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


Re: [mythtv-users] KnoppMyth and Hauppauge 350

2005-08-29 Thread Mike Daugird
Date: 29 Aug 2005 05:56:16 -0700
From: Jim Reith <[EMAIL PROTECTED]>
Subject: Re: [mythtv-users] KnoppMyth and Hauppauge 350
To: Discussion about mythtv 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"; format=flowed

At 08:40 AM 8/29/2005, you wrote:
>Hello, this is my first post so please bear with me.
>I have a P3 933 mhz, the PVR-350 with grey remote, and an old Nvidia TNT2
>in the AGP slot.
>MythTV comes up and I escape out to the command line.
>I type
>lircd start
>
>and then I try to run
>irw
>when I hit buttons on the remote nothing happens.
>The IR receiver is plugged in through what looks like a headphone
>connector on the back of the PVR-350, I plugged it in there since it fit
>and came with the card.
>There are no LED's on the remote. I am not sure if the remote is at fault,
>the receiver or my configuration.
>
>MY pvr-350 only has the remote plugged in right now as I have not figured
>out how I am going to connect this thing to the TV yet.
>Is there a cable that connects the sound card to the PVR-350? the only
>cables I found were a IR receiver, FM radio antenna, the big cable mess,
>and a little adapter piece. I have an onboard i8x0 sound with three plugs.
>
>thank you for your time and have a good day

http://knoppmythwiki.org/index.php?page=HauppaugeThreeFiftyInstallation

Check out the section on lircrc in
http://knoppmythwiki.org/index.php?page=LIRCHowTo to set up your remote

You need to determine if you have the silver or grey remote to set up the
buttons properly.

thank you very much, I appreciate your help.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread James Esslinger
Easiest solution is to rename the directory on the Windows machine to
remove the space ;) 

* [EMAIL PROTECTED] [2005.08.29 09:36]:
: tried one billion times (slight exaggeration.)
: People have recommended brackets, quotes, slashes to deal with the
: space in the share name and none of them have yet to work. hence, I
: figured it would be easier just to have the smbmount command run
: automatically on reboot.
: 
: any ideas? ;)
: thank you though.
: 
: dave
: 
: On 8/29/05, James Esslinger <[EMAIL PROTECTED]> wrote:
: > You should be able to put the relevant mounts in the file /etc/fstab.
: > If you're having problems figuring it out do a google search for "smbfs
: > fstab".
: >
: ___
: mythtv-users mailing list
: mythtv-users@mythtv.org
: http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
: 

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


Re: [mythtv-users] Converting to MPEG and/or buring to DVD - a guide?

2005-08-29 Thread Jim Reith

At 10:27 AM 8/29/2005, you wrote:

Sorry to trouble everyone, (round 2!)

 Thanks to all of your help I have got a wonderful MythTV setup
working which my wife and I absolutely adore. Just a few more little
bugs to sort out and everything will be perfect. I have been putting
it off, so I have decided to post these two messages in an attempt to
seek out the answers to the last few remaining bugs.

(2) Converting NUV to MPEG. Also, burning a DVD.

Now that I have these huge NUV files working perfectly on my backend,
I am looking for a way to turn them into MPEG's (or DIVX) to share to
my windows box (or with friends), and to make DVD's for the
non-computer using family.

I have looked around the menus, and i have waded through this mailing
list. Unfortunately there seems to be a numerous opinions on how to do
both of the above. I am wondering if anyone is maintaining, or is
aware of a "mythtv" guide to converting to mpeg, and a "mythtv" guide
to burning to DVD?

I my wrong in assuming that these two features will one day be a
simple menu option from within mythtv? Any sort of advice or place
where I can gather more info would be great.


What's your tv card currently? Are you familiar with martin's recent work
on MythBurn?

http://mythtv.org/pipermail/mythtv-users/2005-August/100231.html



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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread chris
On Mon, Aug 29, 2005 at 11:32:32PM +0900, David Bennett wrote:
> People have recommended brackets, quotes, slashes to deal with the
> space in the share name and none of them have yet to work. hence, I
> figured it would be easier just to have the smbmount command run
> automatically on reboot.
> 
> any ideas? ;)

How about changing the share name on the server so there's no spaces to
worry about or work around?  An ounce of prevention is worth a pound of
cure.

Another alternative is to use nfs instead of smbfs for the video shares.

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread Matt Mossholder
Ubuntu seems to like using \040 as a replacement for spaces in the fstab
when mounting my wife's iPOD.. might give that a shot. 


--Matt

On Mon, 2005-08-29 at 23:32 +0900, David Bennett wrote:
> tried one billion times (slight exaggeration.)
> People have recommended brackets, quotes, slashes to deal with the
> space in the share name and none of them have yet to work. hence, I
> figured it would be easier just to have the smbmount command run
> automatically on reboot.
> 
> any ideas? ;)
> thank you though.
> 
> dave
> 
> On 8/29/05, James Esslinger <[EMAIL PROTECTED]> wrote:
> > You should be able to put the relevant mounts in the file /etc/fstab.
> > If you're having problems figuring it out do a google search for "smbfs
> > fstab".
> >
> ___
> 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] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread Zak
Have you tried /etc/rc.d/rc.sysinit ?  See Jarod's guide: 
http://wilsonet.com/mythtv/fcmyth.php#lirc


I know you have tried slashes, but have you tried using the autocomplete 
function of the shell to figure out the correct syntax?  That is, if you 
start typing the name of a directory and hit TAB, it will autocomplete.  
If the directory has spaces, it will include the escape characters.  So, 
if you use that method to access a similarly named directory, can you 
copy the text it creates?


Good luck!

David Bennett wrote:


tried one billion times (slight exaggeration.)
People have recommended brackets, quotes, slashes to deal with the
space in the share name and none of them have yet to work. hence, I
figured it would be easier just to have the smbmount command run
automatically on reboot.

any ideas? ;)
thank you though.

dave

On 8/29/05, James Esslinger <[EMAIL PROTECTED]> wrote:
 


You should be able to put the relevant mounts in the file /etc/fstab.
If you're having problems figuring it out do a google search for "smbfs
fstab".

   


___
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] font and screen size problem

2005-08-29 Thread S. Martinez
Actually, I'm not sure what I did, I got frustrated and gave up.  I then 
came back later to try again got it working correctly.  I did another 
un-install re-install of mysql and mythtv-suite and all is well.  Thanks 
for the tip!


Paul McKellar wrote:


wait.  are you saying that the resolution is lets say 1280x1024 and
you can only see 800x600 of it?  like the center.  is this actually a
myth setup thing or is everything in X windows changed to that
setting.

If so, you might have hit, i think the combo is, crtl+alt+ and '+' or
'-' which  changes between teh resolutions in xserver as defined by
your x-org.conf  (in gentoo /etc/X11/ ) and you can change back using
those keys.

just figured i would mention it, in case you accidently his those kets
while in mythsetup and misattributed the problem.

Paul

On 8/27/05, S. Martinez <[EMAIL PROTECTED]> wrote:
 


I am just setting up Mythtv on my system and made a huge mistake.  I am
using Fedora Core 4, KDE and a pvr350.  I just got mythtv installed, and
I made a mistake while doing the setup (mythtvsetup).  I somehow changed
the size of the window so that it is so big, I can't see the whole
screen.  I only see the very top left hand corner of the screen and part
of the first selection on the menu.  When I do get it to exit, my
desktop is also way big.  If I exit my X session and re-enter, my
original desktop setting is still there.  Is there a configuration file
that I can edit so that the screen is smaller?  I am somewhat a novice
when it comes to linux, but am willing to follow directions or go to a
page that my have my answer.  I have searched the mail list archives as
well as the on line documentation.  Any help is appreciated.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

   


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

 


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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread David Bennett
tried one billion times (slight exaggeration.)
People have recommended brackets, quotes, slashes to deal with the
space in the share name and none of them have yet to work. hence, I
figured it would be easier just to have the smbmount command run
automatically on reboot.

any ideas? ;)
thank you though.

dave

On 8/29/05, James Esslinger <[EMAIL PROTECTED]> wrote:
> You should be able to put the relevant mounts in the file /etc/fstab.
> If you're having problems figuring it out do a google search for "smbfs
> fstab".
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] OT: FC4 and Nvidia / ATRPMs

2005-08-29 Thread Brian C. Huffman
All,

Following Jarod's new Fedora Myth(TV)ology for FC4, I had a slight
problem with the nvidia packages from ATRPMS.  I don't know if this was
something I did wrong or not, but I had to make a symbolic link to get
the NV-GLX extension to load.

Something like this:  (I'm not at home)
ln
-s /usr/X11R6/lib/modules/extensions/nvidia/libglx.so 
/usr/X11R6/lib/modules/extensions

Now it works... Before, X wouldn't load.

-b

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


Re: [mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread James Esslinger
You should be able to put the relevant mounts in the file /etc/fstab.
If you're having problems figuring it out do a google search for "smbfs
fstab".

* [EMAIL PROTECTED] [2005.08.29 09:27]:
: Sorry to trouble everyone,
: 
:  Thanks to all of your help I have got a wonderful MythTV setup
: working which my wife and I absolutely adore. Just a few more little
: bugs to sort out and everything will be perfect. I have been putting
: it off, so I have decided to post these two messages in an attempt to
: seek out the answers to the last few remaining bugs.
: 
: (1) XBOX Frontend (Xebian) but actually a debian question
: 
: I am mounting a Samba share of my "other videos" from my Windows box.
: Unfortunately my share name has a space in it which is preventing me
: from getting it to work in fstab (unless someone has an idea there.) I
: can get it working fine from a manual SMBMOUNT.
: 
: My question is, where can I put this SMBMOUNT so that it is run
: automatically on reboot? I don't know enough about Linux to find an
: autoexec.bat, and I am worried that even if I put it somewhere that it
: will get run before the Samba Daemon is loaded. I have tried putting
: it in the fluxbox.sh script I found in the mythtv directory, but no
: such luck (that and it didn't look much like a batch file.)
: 
: Any ideas on how to get this smbmount to run on reboot? Where should it go?
: 
: I should also let you know what I am running. Fedora Core 4 Backend
: with a Haupauge 500 and an XBOX Frontend.
: 
: Thank you again and I hope someone out there can help!
: 
: sincerely,
: David Bennett
: [EMAIL PROTECTED]
: ___
: mythtv-users mailing list
: mythtv-users@mythtv.org
: http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
: 

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


[mythtv-users] Converting to MPEG and/or buring to DVD - a guide?

2005-08-29 Thread David Bennett
Sorry to trouble everyone, (round 2!)

 Thanks to all of your help I have got a wonderful MythTV setup
working which my wife and I absolutely adore. Just a few more little
bugs to sort out and everything will be perfect. I have been putting
it off, so I have decided to post these two messages in an attempt to
seek out the answers to the last few remaining bugs.

(2) Converting NUV to MPEG. Also, burning a DVD.

Now that I have these huge NUV files working perfectly on my backend,
I am looking for a way to turn them into MPEG's (or DIVX) to share to
my windows box (or with friends), and to make DVD's for the
non-computer using family.

I have looked around the menus, and i have waded through this mailing
list. Unfortunately there seems to be a numerous opinions on how to do
both of the above. I am wondering if anyone is maintaining, or is
aware of a "mythtv" guide to converting to mpeg, and a "mythtv" guide
to burning to DVD?

I my wrong in assuming that these two features will one day be a
simple menu option from within mythtv? Any sort of advice or place
where I can gather more info would be great.

Thank you!

sincerely,
David Bennett
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] XBOX Frontend question (actually a debian question!)

2005-08-29 Thread David Bennett
Sorry to trouble everyone,

 Thanks to all of your help I have got a wonderful MythTV setup
working which my wife and I absolutely adore. Just a few more little
bugs to sort out and everything will be perfect. I have been putting
it off, so I have decided to post these two messages in an attempt to
seek out the answers to the last few remaining bugs.

(1) XBOX Frontend (Xebian) but actually a debian question

I am mounting a Samba share of my "other videos" from my Windows box.
Unfortunately my share name has a space in it which is preventing me
from getting it to work in fstab (unless someone has an idea there.) I
can get it working fine from a manual SMBMOUNT.

My question is, where can I put this SMBMOUNT so that it is run
automatically on reboot? I don't know enough about Linux to find an
autoexec.bat, and I am worried that even if I put it somewhere that it
will get run before the Samba Daemon is loaded. I have tried putting
it in the fluxbox.sh script I found in the mythtv directory, but no
such luck (that and it didn't look much like a batch file.)

Any ideas on how to get this smbmount to run on reboot? Where should it go?

I should also let you know what I am running. Fedora Core 4 Backend
with a Haupauge 500 and an XBOX Frontend.

Thank you again and I hope someone out there can help!

sincerely,
David Bennett
[EMAIL PROTECTED]
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] NOVA-T Hauppauge testing to see if my card is working

2005-08-29 Thread Stephen Kitchener
On Thursday 25 Aug 2005 10:35, Robin Elvin wrote:
Hi,

Left this alone for a time - upgraded the PC so that its running the latest 
the Madrake (Madriva) can, so at least it's running the latest kernel at 
least..

> Which version of the Nova-T is it?
>
> Is it the 90002? If so then your module list is wrong.

How do I tell what 'version' of the card it is ?? At least that would be a 
starting point ... 

>
> Here's mine:
>
> evdev   7424  1
> cx88_dvb4996  7
> cx8802  7364  1 cx88_dvb
> mt352   6532  1 cx88_dvb
> cx88xx 48156  2 cx88_dvb,cx8802
> ir_common   4036  1 cx88xx
> btcx_risc   3784  2 cx8802,cx88xx
> tveeprom   11224  1 cx88xx
> videodev7424  1 cx88xx
> video_buf_dvb   4548  1 cx88_dvb
> dvb_core   76328  8 video_buf_dvb
> cx22702 8580  1 cx88_dvb
> dvb_pll 3012  3 cx88_dvb,cx88xx,cx22702
> video_buf  17284  4 cx88_dvb,cx8802,cx88xx,video_buf_dvb
>
> I'm not sure whether the wrong modules will load. If so then disregard this
> info but I seem to remember having a similar issue with wrong drivers
> before the newer ones got into the kernel source tree.


I do get more modules loaded and I do get some entries in , /dev/dvb/ but not 
as many as I have seen in some howtows, I get in /dev/dvb/adapter0

drwxr-xr-x  2 root root 120 Aug 29 12:23 ./
drwxr-xr-x  3 root root  60 Aug 29 12:23 ../
crw-rw  1 root video 212, 4 Aug 29 12:23 demux0
crw-rw  1 root video 212, 5 Aug 29 12:23 dvr0
crw-rw  1 root video 212, 3 Aug 29 12:23 frontend0
crw-rw  1 root video 212, 7 Aug 29 12:23 net0

I think there should be more

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


[mythtv-users] Pundit-R & Myth notes

2005-08-29 Thread Blastzone
After almost 5 months of work, I finally have a running MythTV
system!  I'm looking forward to having real recording, show
archives, and all of those fun things you can do with Myth.  It's
been a pretty big project, and I ran into quite a few roadblocks along
the way.  I've put many of my notes online, in the hopes that they
might help others with their systems.  They're pretty
stream-of-thought, but there are nuggets of info in there, I'm sure.

If you're looking at putting together a system based on an ASUS
pundit-r, I recommend looking through at least the first part of my
notes.  The motherboard on those systems does not like SATA Hard
Drives & PATA DVD drives.

I also ran into issues with segfaulting internal players, hauppauge
tuners that wouldn't initialize, HD-3000 cards and no OTA HD
broadcasts.  You can find my comments at:
http://www.blastzone.net/~kamikazi/hardware/mythtv

Thanks again to all online who helped!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


  1   2   >