On 8/28/05, Martin Bene <[EMAIL PROTECTED]> wrote: > > I'm having some trouble creating the DVD image to be > > burned... The error is quite odd. I found somebody > > complaining of the same in one of the mysettopbox threads, > > but no solution to the problem. Here's the log output: > > > mplex -o /incoming/mythburn/1001_20050502200000_20050502213500.nuv -f > > 8 1001_20050502200000_20050502213500.m2v > > ./1001_20050502200000_20050502213500.mpa > > ----- datestamp=27-08-2005 23:49 > > Building MPEG2 GOP index files... > > ----- datestamp=27-08-2005 23:49 > > ----- datestamp=27-08-2005 23:49 > > (ioaux.c) invalid file > > "/incoming/mythburn/1001_20050502200000_20050502213500.nuv" > > *********************************** > > MythTV BurnDVD stopped due to error > > > I'm really not sure why it's looking for .nuv files in there > > - /incoming is my all purpose dump directory and not where > > myth's recordings are stored. The script is quite clear about > > this however, since it demuxes the original. > > It's looking for a file it should have created previously; you've > selected at least 2 files to put on the dvd, projectx has processed them > without error and mplex should have created the remultiplexed files in > the temp directory specified at installation. >
Actually, in this case I've only selected one file... The file to be demuxed exists in /video/recordings (myth's recordings directory), and for some reason, it's looking for it in the destination directory /incoming/mythburn... Looking at the file names in the log I'm pretty sure it's only trying to process one file. > Now, the scripts try to use tcdemux to build indexes for the > remultiplexed files. This works OK for the first file, but fails for the > 2nd file. > > The error message is the one you get if you specify a bad filename/non > existing file. > > So, let's see if we can find out what's going on; please post > - contents of your mythburn.conf file (in the directoy where you put > mythburn, you might want to remove the mysql password :-)) # Mysqltvburn config settings myfolder=/home/mythtv/mythburn mythtvlocation=/video/recordings mythtvfonts=/usr/share/mythtv dvddir=/incoming/mythburn/FS tempdir=/incoming/mythburn webuser=apache webgroup=apache mythwebfolder=/var/www/html/mythweb mysqlhost=localhost mysqluser=root mysqldatabase=mythconverg mysqlpassword=idontthinkso;) projectx="java -jar /home/mythtv/projectx/projectx.jar" # default settings without interactive configuration # just change these manually in this file titlesperpage=4 smallfont=FreeSans.ttf maxanimframes=750 #flip_thumbnails=" -z" #blueface=" -k" > - contents of the temp directory after mythburn stops with the error > (ls -la /incoming/mythburn) drwxrwxrwx 3 apache apache 87 Aug 28 01:59 . drwxrwxrwx 6 mythtv root 61 Aug 28 01:37 .. -rw-r--r-- 1 apache apache 0 Aug 28 01:59 1001_20050502200000_20050502213500.nuv.tcindex drwxrwxrwx 2 apache apache 6 Aug 27 19:51 FS -rwxrwxrwx 1 apache apache 18818 Aug 28 01:59 mythburn.log > - free space (df) [EMAIL PROTECTED] mythburn]$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/hdc3 10760456 5916068 4297780 58% / /dev/hdc1 101086 22681 73186 24% /boot none 241844 0 241844 0% /dev/shm /dev/mapper/Media-MusicVol 81847248 50638560 31208688 62% /music /dev/mapper/Media-VideoVol 216644784 191018000 25626784 89% /video /dev/mapper/Media-Incoming 20961280 1448088 19513192 7% /incoming > - result of rerunning the mplex command that failed to procduce a > remultiplexed output file(?) > (cd /incoming/mythburn > mplex -o /incoming/mythburn/1001_20050502200000_20050502213500.nuv \ > -f 8 1001_20050502200000_20050502213500.m2v \ > ./1001_20050502200000_20050502213500.mpa > - another ls -l after mplex finishes > - result of rerunning tcdemux > tcdemux -i /incoming/mythburn/1001_20050502200000_20050502213500.nuv > \ > -W > > /incoming/mythburn/1001_20050502200000_20050502213500.nuv.tcindex > There are a number of problems in attempting to complete these last steps. First, the audio and video streams to remux have already been removed (it appears they are present before the mplex -o command is executed, but the script deletes them when the error occurs... I watched the directory contents during this process). Second, the mplex command isnt added to my /bin directory or path, so I can't run it from the /incoming/mythburn directory. I expect I could do so from the directory where mythburn is installed, however this does not overcome the first problem. > Hopefully we'll know a bit more and can find out what went wring with > this information. > I hope so too... Have to admit I'm rather stumped. Cheers, /drdaz _______________________________________________ mythtv-users mailing list mythtv-users@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users