NEW WEB CD WRITING FEATURE

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
victor_diago
Posts: 245
Joined: Wed Jan 21, 2004 2:44 pm
Location: Brazil, sao paulo
Contact:

NEW WEB CD WRITING FEATURE

Post by victor_diago »

hi philip and all... im making a wide search over some technologies that we could use with zoneminder...

i have found webcdwriter, wich IS A COMPLETE AND ELLEGANT INTERFACE TO WRITE CDS OVER THE WEB AND HTTP


its amazing... it should be the perfect way to make some backups, and should avoid some work...

its page is at http://joerghaeger.de/webCDwriter/ and its GPL... there is a commercial version too, but its just writes DVD .


people... i really think that it should be an important add to the (already) best linux surveillance system


thanks... victor diago
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Re: NEW WEB CD WRITING FEATURE

Post by fernando »

mmmmmmmmm very very interesting...

how can this be implemented? make a folder then zm copy "archived events" to a folder a then this cdwriter make a cd.
i dont know .. i will test this soft.



thanks victor
wkstill
Posts: 30
Joined: Thu Jul 22, 2004 7:13 pm
Location: CLW,FL
Contact:

Post by wkstill »

just create a perl or bash script to run mkisofs , then cdrecord to write to cd.. No need for the java plugin..

so,

mv [zm data] to [temp folder]
mkisofs on [temp folder] to [iso]
cdrecord to burn iso
delete iso/temp folder
eject cd

..done..
Locked