LinHES Forums http://forum.linhes.org/ |
|
writing recordings to 'external' dvd-writer http://forum.linhes.org/viewtopic.php?f=17&t=14852 |
Page 1 of 1 |
Author: | knopprob [ Sun Apr 08, 2007 2:45 am ] |
Post subject: | writing recordings to 'external' dvd-writer |
hi, with the KM R5E50 installation on a machine connected to a thin ethernet lan, i would like to write a recorded tv-show to a dvd-writer on *another* machine in the network... (have multiple machines, only one dvd-recorder). is this possible? when yes, how do i arrange that? (mythtv.org/documentation doesn't mention it) thanks for yre help. rob |
Author: | nigelpearson [ Sun Apr 08, 2007 3:34 am ] |
Post subject: | |
I don't remember what version of MythTVBurn E50 has, but if it has the option to create an ISO file, do that, copy the file over to the machine with the DVD recorder (using Samba or scp), and then use a command like this: Code: cdrecord -v -pad speed=1 dev=0,0,0 /tmp/blah.iso
|
Author: | knopprob [ Sun Apr 08, 2007 3:52 am ] |
Post subject: | |
nigelpearson wrote: I don't remember what version of MythTVBurn E50 has, but if it has the option to create an ISO file, do that, copy the file over to the machine with the DVD recorder (using Samba or scp), and then use a command like this:
Code: cdrecord -v -pad speed=1 dev=0,0,0 /tmp/blah.iso ## hi Nigel, Thanks! i had found this 'iso way' already, but was interested in a 'direct' way; but know too little about Linux to know if a drive (the dvd-writer) in an other machine can be mounted by the KM-machine... will use your work-around for my purposes. rob |
Author: | borgednow [ Sun Apr 08, 2007 5:19 pm ] |
Post subject: | |
knopprob wrote: nigelpearson wrote: I don't remember what version of MythTVBurn E50 has, but if it has the option to create an ISO file, do that, copy the file over to the machine with the DVD recorder (using Samba or scp), and then use a command like this: Code: cdrecord -v -pad speed=1 dev=0,0,0 /tmp/blah.iso ## hi Nigel, Thanks! i had found this 'iso way' already, but was interested in a 'direct' way; but know too little about Linux to know if a drive (the dvd-writer) in an other machine can be mounted by the KM-machine... will use your work-around for my purposes. rob I wouldn't request it for writing, even if there is a way. Linux probably has a way to mount the drive, (maybe using the /etc/fstab file) but it would probably be too slow over the network. I bet it would just waste the blanks. You might be able to use it to read the remote drive though. |
Author: | Martian [ Sun Apr 08, 2007 9:13 pm ] |
Post subject: | |
I guess this isn't necessarily "the Linux way" but you could probably buy a DVD burner 3 times over in the time you spend trying to figure out how to write to one in another PC. I don't know where you are from but here in the states you can get a good DVD burner for $30-40 shipped. I know that's taking the easy way out but really that is what Knoppmyth is after all isn't it? Otherwise we would all be running Myth under Slackware or something. Martian |
Author: | bruce_s01 [ Mon Apr 09, 2007 9:51 am ] |
Post subject: | |
The remote writing sounds like a good idea, I can't recall of hearing any app that allows this. I suppose one way would be like SANE. with some daemon process on the machine with a DVD drive, either the machine looks at a directory and if an ISO image appears there, it writes to a disc. Or a bit more complex, client machines, talk to the machine running the daemon, saying "Write this data to the DVD". Bruce S. |
Author: | borgednow [ Mon Apr 09, 2007 1:59 pm ] |
Post subject: | |
bruce_s01 wrote: The remote writing sounds like a good idea, I can't recall of hearing any app that allows this.
I suppose one way would be like SANE. with some daemon process on the machine with a DVD drive, either the machine looks at a directory and if an ISO image appears there, it writes to a disc. Or a bit more complex, client machines, talk to the machine running the daemon, saying "Write this data to the DVD". Bruce S. Yeah, that would do it, but a direct mounting of the drive would probably be too slow. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |