View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 48 posts ] 
Go to page Previous  1, 2, 3, 4  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Wed Nov 16, 2005 10:30 am 
Offline
Joined: Thu Oct 13, 2005 9:18 am
Posts: 91
Location: Washington
The error tells you that mpg123 wasn't found so I'm guessing installing it would help.
Code:
apt-get install mpg123


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 11:36 am 
Offline
Joined: Tue Oct 25, 2005 1:22 pm
Posts: 108
Location: USA, New Hampshire
Ok thanks for the other fix. I dont know why I didnt see that. Now this has been what I am working on for a long time.
We have gone through permissions and all others. And no prevail. Got it to actually burn once and thats it.. What are the correct permissions on the dvd drive anyways? on a box that is burning?

Code:
----- datestamp=16-11-2005 12:28
Burning DVD-R image
QSettings: error creating /.qt
Sent UDP/XML packet to IP 255.255.255.255 and port: 6948
Executing 'mkisofs -dvd-video -V MythTV BurnDVD /myth/mythburn/temp/DVD | builtin_dd of=/dev/dvd obs=32k seek=0'
/dev/dvd: "Current Write Speed" is 3.3x1385KBps.
:-( unable to WRITE@LBA=0h: Input/output error
:-( write failed: Input/output error
mkisofs: Broken pipe. cannot fwrite 2048*2
***********************************
MythTV BurnDVD stopped due to error
***********************************
QSettings: error creating /.qt
Sent UDP/XML packet to IP 255.255.255.255 and port: 6948


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 1:11 pm 
Offline
Joined: Tue Oct 25, 2005 1:22 pm
Posts: 108
Location: USA, New Hampshire
Code:
#/dev/cdrom  /cdrom  iso9660  user,nosuid,mode=444,defaults,noexec,nodev,noauto  0  0
/dev/cdromhdc /cdromhdc  iso9660  defaults,ro,user,noexec,noauto  0  0
/dev/hdc  /cdrom  iso9660  user,nosuid,mode=444,defaults,noexec,nodev,noauto  0  0
#/dev/dvd  /cdrom  iso9660  user,nosuid,mode=444,defaults,noexec,nodev,noauto  0  0


Does this look right for the FSTAB?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 5:05 pm 
Offline
Joined: Tue Oct 25, 2005 1:22 pm
Posts: 108
Location: USA, New Hampshire
never believe me but the media was at fault here. Everything works great now..
Thanks you your help!!! :oops: :oops: :oops:


Top
 Profile  
 
PostPosted: Mon Nov 21, 2005 12:15 pm 
Offline
Joined: Sun May 01, 2005 12:05 pm
Posts: 37
Location: Emeryville, CA
I'm running R5A22 and just today installed mythburn from CVS. The install went smoothly from what I could tell.

I want to burn recordings made with my HDTV-3000. Is this currently possible with mythburn? I tried on a 1.6GB PBS show and got the following error. Thanks for any advice.

Code:
INFO: MPEG version: mpeg2
INFO: TV standard: ntsc
INFO: Aspect ratio: 4:3
INFO: Resolution: 720x480
INFO: Audio ch 0 format: ac3/2ch, 48khz drc
INFO: Audio ch 1 format: mp2/2ch, 48khz 20bps
INFO: Audio ch 2 format: ac3/2ch, 48khz drc
INFO: Audio ch 3 format: ac3/2ch, 48khz drc

/myth/mythburn/mythtvburn.sh: line 768: 11814 Segmentation fault      nice dvdauthor -o ${dvddir} -x $myxml
***********************************
MythTV BurnDVD stopped due to error
***********************************

_________________
3 pcHDTV cards & Winegard SS-2000 Square Shooter Antenna, ethernet over power on R7.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 23, 2005 1:44 pm 
Offline
Joined: Thu Nov 25, 2004 11:15 pm
Posts: 75
Is this new CVS version included in R5A26 or is the update still neccesary?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 23, 2005 4:54 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
I don't think the absolute latest is included, so it is best to update.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 23, 2005 9:21 pm 
Offline
Joined: Thu Nov 25, 2004 11:15 pm
Posts: 75
this is probably a stupid question, but how do I adjust the permissions on the DVD drive? I'm getting a read only error

Code:
STAT: fixing VOBU at 4MB (17/60, 26%)
STAT: fixing VOBU at 11MB (33/60, 53%)
STAT: fixing VOBU at 18MB (49/60, 80%)
STAT: fixed 60 VOBUS                         
----- datestamp=24-11-2005 15:36
Removing temporary files
Make ISO image = no
Burn to DVD-R = yes
Delete VIDEO_TS = yes
----- datestamp=24-11-2005 15:36
Burning DVD-R image
Sent UDP/XML packet to IP 255.255.255.255 and port: 6948
:-( unable to open64("/dev/dvd",O_RDONLY): Permission denied
***********************************
MythTV BurnDVD stopped due to error
***********************************
Sent UDP/XML packet to IP 255.255.255.255 and port: 6948


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 25, 2005 3:12 pm 
Offline
Joined: Wed Nov 09, 2005 1:21 pm
Posts: 161
Location: Manchester UK
Hi Escher0

I had the same problem not being able to write to dvds from mythburn I used the command


Code:
chown /dev/hdc www-data:www-data



seemed to fix it though now the drive is not recognised by mythfrontend


See


http://mysettopbox.tv/phpBB2/viewtopic.php?t=6530&highlight=dev+dvd+ordonly

_________________
Running:-
Intel 930 3GHz dual Core
Thermaltake Fanless CPU Cooler
Asus P5GS
Samsung 750G Sata HDD
8400 512m Video Card
2 * jetway DVB-t
1 * Haupage DVB-S2 Card
Samsung Sata 16x DVDRW
2048M Ram
1 * Netop Ion 330


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 27, 2005 1:15 am 
Offline
Joined: Thu Nov 25, 2004 11:15 pm
Posts: 75
anyway to chown the drive to multiple owners? or maybe put them in the same group?

edit: hmm, chowning the drive to www-data didn't even fix the dvd burning issue.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 27, 2005 2:26 am 
Offline
Joined: Thu Nov 25, 2004 11:15 pm
Posts: 75
ok, I got burning working, for reference I used
Code:
chown -c --dereference www-data:www-data /dev/dvd

the deference tag means it will resolve the link to whatever it needs to be. I haven't tried the drive in the front end yet, I will in the morning and after this is done burning.

I was about to say something about the predicted time being ridiculously long but then I realized its giving the predicted end time in UTC, not my local time so I thought it was predicting 19 hours longer than it should (24-5).


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 27, 2005 4:12 am 
Offline
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location: Adelaide, Australia
I thought the more appropriate way to handle this would be to put the www-data user in the cdrom group.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 23, 2005 11:44 am 
Offline
Joined: Tue Oct 25, 2005 3:09 am
Posts: 12
Is there an easy way to add the ability to selectively turn off tcrequant? I generally record 2 hour shows that total ~4.5 GB so the script decides to requantitize by a factor of about 1.08 but after the commercials are cut the size becomes ~ 2.2GB total (lots of commercial breaks). I would like to be able to have a check box to turn this off so that I can burn three shows which I know will fit with no requantization after all the commercials are removed. I am an experienced C++ programmer and would be happy if anyone could give me a few pointers on how to do this as I do not know python or web programming very well.

Thanks in Advance,
John


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 01, 2006 8:30 am 
Offline
Joined: Tue Oct 25, 2005 3:09 am
Posts: 12
I figured it out. It was actually simple. I had to change the following files: mythwebburn/themes/Default/mythtvburndvd_confirm.php, mythwebburn/mythtvburnconfig.xml, mythwebburn/mythtvburndvd_confirm.php and mythwebburn/mythtvburndvd_createdvd.php.

I would normally post the diffs for the changes but in this case I had already made changes to several of these files to work with my system so my changes will not work directly.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 03, 2006 1:54 pm 
Offline
Joined: Fri May 06, 2005 6:31 am
Posts: 79
Location: Spain
Hi!,
Anyone can help me about 2 questions on personal features ?

*********************
1 - Background music
*********************

If I use this file :
http://pages.videotron.com/aspain/mytht ... oustic.mp2
in /myth/mythburn/music
I have no sound on my DVD

What type of mp2 sould I use ?
The original version of this file was in mp3.
I have converted the file with this command :
ffmpeg -i ./Loop_Acoustic.mp3 -ar 22050 /myth/mythburn/music/Loop_Acoustic.mp2

*********************
2 - Menu Selection Image
*********************

If I use this file :
http://pages.videotron.com/aspain/mythtv/tmp/frame7.png
in /myth/mythburn/images/highlight
MythBurn throw me this exception :

Building menus using SPUMUX
DVDAuthor::spumux, version 0.6.10.
Build options: gnugetopt magick iconv freetype fribidi
Send bugs to

INFO: Locale=C
INFO: Converting filenames to ANSI_X3.4-1968
STAT: 0:00:00.000
INFO: Picture had 256 colors
spumux: src/subgen.c:226: findmasterpal: Assertion `s->numpal<16' failed.
/myth/mythburn/mythtvburn.sh: line 753: 12185 Aborted nice spumux -m dvd -s 0 ${tempdir}/tempspumux${page}.xml <${tempdir}/tempmenu$page.mpg >${tempdir}/menu$page.mpg
***********************************
MythTV BurnDVD stopped due to error
***********************************
Sent UDP/XML packet to IP 255.255.255.255 and port: 6948


What type of png should I use ?


Last edited by aspain on Wed Jan 04, 2006 10:20 pm, edited 1 time in total.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 48 posts ] 
Go to page Previous  1, 2, 3, 4  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu