Ichat with an Ibook G3 500 mzh...

Hi everybody,
I'd like to use Ichat with my kids. They have my old Ibook G3 500 mzh with 640 mgs ram on Panther 10.3.9. I have a G4 dbl 450 with 1.25 g ram and the latest version of Tiger and I just got an Isight camera.
Is the Ibook robust enough for the task, should I upgrade it to Tiger, should I use Ichat 2.1 or Ichat AV, should they use the Panasonic DV Webcam they already have or would it be better with an Isight camera?... The Ibook has a firewire connection.
Sorry about that many questions...
Thank you

Hi Jean-Francios,
About the iBook, it is below Spec anyway. (It can be done though) You need iChatUSBCam This allows USB Cams to work on all Macs with iChat (A/V versions) It also allows the use of iSight specifically on Sub G3/600Mhz machines.
If the G4 is on Panther it will have ichat 2 and upgrading to iChat 2.1 should help.
See Ryan's Start up Pages.
8:23 PM Tuesday; March 14, 2006

Similar Messages

  • Consistent "The server responded with "HTTP/1.1 500 Internal Server Error"

    Hello
    I'm really failing at this.... Our system:
    XServe Intel 10.5.2 Server.. all current updates. Services running:
    AFP
    DNS
    iCal
    iChat
    Open Directory (Kerberos running)
    Web
    My personal iCal crashed and I lost my connection to the iCal server. I tried deleting the Account (on my Client) and re-connecting.
    Now, ANY attempt at making a new account in iCal on MULTIPLE computers fails with "*Request for http://xxxxxxxxxxx.lan:8008/principals/_uids_/5B72686D-4769-4F3C-98AF-1B617ECB76F3/ failed. The server responded with "HTTP/1.1 500 Internal Server Error"*.
    I copied the log on iCal Server after an attempted account creation. Any thoughts on a repair would be appreciated:
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals>
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalUIDProvisioningResource: /Library/CalendarServer/Documents/principals/_uids_>
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Exception rendering:
    2008-03-28 09:56:41-0400 [-] [caldav-8010] [AMP,client] Unhandled Error
    2008-03-28 09:56:41-0400 [-] [caldav-8010] Traceback (most recent call last):
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 358, in _handleSegment
    2008-03-28 09:56:41-0400 [-] [caldav-8010] child = self._getChild(None, newres, newpath, updatepaths=updatepaths)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 314, in _getChild
    2008-03-28 09:56:41-0400 [-] [caldav-8010] result = res.locateChild(self, path)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 117, in locateChild
    2008-03-28 09:56:41-0400 [-] [caldav-8010] d = self.checkSacl(request)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 107, in checkSacl
    2008-03-28 09:56:41-0400 [-] [caldav-8010] d = defer.maybeDeferred(self.authenticate, request)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] --- <exception caught here> ---
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
    2008-03-28 09:56:41-0400 [-] [caldav-8010] result = f(*args, **kw)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 66, in authenticate
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).authenticate(request)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 727, in authenticate
    2008-03-28 09:56:41-0400 [-] [caldav-8010] d = self.principalsForAuthID(request, creds.username)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1245, in principalsForAuthID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] authnPrincipal = self.findPrincipalForAuthID(authid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 81, in findPrincipalForAuthID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).findPrincipalForAuthID(authid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1269, in findPrincipalForAuthID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] principal = collection.principalForUser(authid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 90, in principalForUser
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForShortName(DirectoryService.recordType_users, user)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 87, in principalForShortName
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForRecord(self.directory.recordWithShortName(recordType, name))
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 101, in principalForRecord
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForGUID(record.guid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 93, in principalForGUID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.principalForUID(guid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 125, in principalForUID
    2008-03-28 09:56:41-0400 [-] [caldav-8010] return self.getChild(uidsResourceName).getChild(uid)
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 304, in getChild
    2008-03-28 09:56:41-0400 [-] [caldav-8010] self.provision()
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 399, in provision
    2008-03-28 09:56:41-0400 [-] [caldav-8010] self.provisionFile()
    2008-03-28 09:56:41-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 413, in provisionFile
    2008-03-28 09:56:41-0400 [-] [caldav-8010] assert parent.exists()
    2008-03-28 09:56:41-0400 [-] [caldav-8010] exceptions.AssertionError:
    2008-03-28 09:56:41-0400 [-] [caldav-8010]
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalProvisioningResource: /Library/CalendarServer/Documents/principals>
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Provisioning file: <DirectoryPrincipalUIDProvisioningResource: /Library/CalendarServer/Documents/principals/_uids_>
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Exception rendering:
    2008-03-28 09:57:02-0400 [-] [caldav-8010] [AMP,client] Unhandled Error
    2008-03-28 09:57:02-0400 [-] [caldav-8010] Traceback (most recent call last):
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 358, in _handleSegment
    2008-03-28 09:57:02-0400 [-] [caldav-8010] child = self._getChild(None, newres, newpath, updatepaths=updatepaths)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/server.py", line 314, in _getChild
    2008-03-28 09:57:02-0400 [-] [caldav-8010] result = res.locateChild(self, path)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 117, in locateChild
    2008-03-28 09:57:02-0400 [-] [caldav-8010] d = self.checkSacl(request)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/root.py", line 107, in checkSacl
    2008-03-28 09:57:02-0400 [-] [caldav-8010] d = defer.maybeDeferred(self.authenticate, request)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] --- <exception caught here> ---
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 107, in maybeDeferred
    2008-03-28 09:57:02-0400 [-] [caldav-8010] result = f(*args, **kw)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 66, in authenticate
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).authenticate(request)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 727, in authenticate
    2008-03-28 09:57:02-0400 [-] [caldav-8010] d = self.principalsForAuthID(request, creds.username)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1245, in principalsForAuthID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] authnPrincipal = self.findPrincipalForAuthID(authid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/extensions.py", line 81, in findPrincipalForAuthID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return super(SudoSACLMixin, self).findPrincipalForAuthID(authid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1269, in findPrincipalForAuthID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] principal = collection.principalForUser(authid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 90, in principalForUser
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForShortName(DirectoryService.recordType_users, user)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 87, in principalForShortName
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForRecord(self.directory.recordWithShortName(recordType, name))
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 101, in principalForRecord
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForGUID(record.guid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 93, in principalForGUID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.principalForUID(guid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 125, in principalForUID
    2008-03-28 09:57:02-0400 [-] [caldav-8010] return self.getChild(uidsResourceName).getChild(uid)
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py", line 304, in getChild
    2008-03-28 09:57:02-0400 [-] [caldav-8010] self.provision()
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 399, in provision
    2008-03-28 09:57:02-0400 [-] [caldav-8010] self.provisionFile()
    2008-03-28 09:57:02-0400 [-] [caldav-8010] File "/usr/share/caldavd/lib/python/twistedcaldav/static.py", line 413, in provisionFile
    2008-03-28 09:57:02-0400 [-] [caldav-8010] assert parent.exists()
    2008-03-28 09:57:02-0400 [-] [caldav-8010] exceptions.AssertionError:
    2008-03-28 09:57:02-0400 [-] [caldav-8010]

    I started getting this error yesterday. All users and group calendar access fails. I can no longer enable calendaring for any user or group. I check the box for a user, save it, click to a different user, come back to the previous user and it is deselected.
    I'm ready to put iCal Server aside and move to Chandler or something else. I've introduced this to our staff and we were just ramping up usage. Now it seems to have died on me.
    Anyone have a solution?

  • Ibook g3 500-Shuts off when AC Adapter is plugged in?

    Greetings! We have an ibook g3 500 here that all of a sudden started exhibiting a strange issue. It was working fine for a long time, and then all of a sudden, it refuses to start up when the AC adapater is plugged in. It starts up fine when the battery is the only thing powering it, but if you try to plug in the AC Adapter when the machine is on being powered from the battery, the computer shuts off immediately. Does anyone have any ideas on what this could be? I have the suspicion it's a logic board or power plug issue, but I'm not sure how much that would be to fix, or if it's really worth it, as from what I've seen, it can be more expensive then the laptop is actually worth. Thanks!

    Hi, and welcome to Apple Discussions.
    I think you have diagnosed your own problem.
    An earler discussion of the problem can be found here:
    http://discussions.apple.com/thread.jspa?threadID=280998&tstart=0
    Maybe something there will help.
    Have you tried resetting the PMU?
    Check out the repair prices at DT & T Computer Services. They are the most reasonable repair place I've been able to find online, with free diagnostics.
    Could a new iBook be in your future? Those G4's are looking like a pretty good buy right now.

  • How do i use USB 2.0 with an iBook G3?

    I have a WD external hard drive that operates through USB 2.0 and want to use it with my iBook G3. I thought this wasn't possible since it has the old USB ports, but saw the post 28081 which I think says it is. It said you could use the old USB ports with a 2.0 drive. Should I be able to connect it directly (not mounting on my computer) or do I need some type of USB converter? Is there such a converter available? Thanks for any help!
    kate

    Hi, Kate. Welcome to Apple Discussions.
    How successful using a USB 2.0 drive with the iBook's USB 1.1 ports depends on how you are wanting to use the external drive. You can use it for storing or archiving data, but data transfer will be very slow.
    A better option with the iBook is a FireWire external drive (which connects through the FireWire port). It's much, much faster and allows you to make a complete bootable clone backup from your hard drive.

  • How can I change the password in the iBook donated to our nonprofit.  No password was given with the iBook?  We need to put in printer and other software.  Help, we can use the laptop without changing the password.

      How can we change the password in the iBook donated to our nonprofit?  No password was given with the iBook and every time we try to install items, the password window pops up.  We need to put in printer and other software.  Help! We can use the laptop without changing the password.

    If you did not get an OS X install-restore DVD with the computer you may need
    to buy one from somewhere, and you may be lucky to get a retail OS X 10.5.x
    version. The original grey-label install set of software and OS X it shipped with
    likely would be an older system than Leopard 10.5. Last versions of G4 Mac, &
    G5, shipped with a Tiger 10.4 system; so did early Intel-based Mac. Grey discs
    which accompanied other computer build models generally do not interchange.
    The last OS X version a PowerPC architecture can use, if supported, is 10.5.8.
    A PPC processor at 867MHz & faster should be able to run OS X 10.5 Leopard.
    {With the correct disc installer, you can use it to change a password and other
    things including re-install, and perform disk utility functions, etc.}
    There is a chance you may be able to get a white-label Replacement 10.4 DVD
    or Replacement 10.5 DVD from AppleCare or the online Apple Store (800myapple)
    from a Mac OS X system specialist; these have been available yet hard to get
    as not all persons involved with them seem to know if they still exist until someone
    is asking. These aren't retail stock, are special discs for computers who could use
    a system later than original old discs; these are complete install discs not for one
    specific series of Mac. Generally they'd work in supported PowerPC G4/G5; but
    do not replace specialized original install DVD, such as an early Intel mac requires.
    You'd need to have a serial number of the computer, and a method of payment
    when seeking some replacement system media from Applecare or Apple sales
    and these discs are not available in a retail store. The original Retail discs are
    labeled differently and shipped in a retail box with a big X on the front. Other
    sources for retail 10.4 Tiger or 10.5 Leopard may be online via amazon sellers
    or computer resellers who handle repaired Macs. Avoid mystery grey label ones
    that were intended to be sold and kept with their original computer kits.
    Good luck!

  • Can two peeps use iChat with different accounts on the same computer?

    What do I do to REMOVE an old AIM account and replace it with a new account in IChat?
    Can two peeps use iChat with different accounts in the same computer?
    (Actually, two people share a laptop, but one of us cannot use her AIM account cuz mine is in iChat already... And, when traveling, I have the computer - and I would like to use iChat on the computer...)

    In iChat 4 you can have more than one AIM Valid name logged in at once.
    AIM valid = AIM, @mac.com or a MobileMe name.
    What you are then stuck with is that iChat is linked to one Buddy Picture and The one Mac User Account's Address Book which may or may not have Full Names, emails details, or a Nickname in iChat 4 linked to the Screen Names.
    Whilst it does let you both log in whilst using one Mac User Account there are drawbacks about who uses the keyboard and reading meesages from the other persons Buddies.
    8:50 PM Sunday; November 30, 2008

  • I have an HP Deskjet D4200 series printer that ised with my iBook G4.  I would like to use it with my new MacBook Pro that I just purchased.  Is there anyway to do this?  When I try to install the driver using the CD, I get the message, "can not open the

    I have a HP Deskjet D4200 series printer that I used with my iBook G4 and I recently purchased a new MacBook Pro 13.5" and I would like to use this printer with my new lap top.  When I use the disc to try to install the printer driver, I get a message that "I can't open the application HP Installer because the Power PC applications are no longer supported.  I am not sure what all that means but is there any way to use this printer with my new computer?
    Thanks

    It would help to post this in a more proper form. This is for the iTunes family of stores.

  • What is wrong with my iBook?

    I have a G4 1.xx ghz iBook. It's about 14 months old, and it just stopped working a few days ago.
    It no longer powers up. I can hear what sounds like the fan when I push the power button, but nothing happens. The display worked just fine right before this happened, but now the display doesn't even turn on when I click on the power. It doesn't even make the startup sound.
    I have to click on shift control alt and power to shut it down. It once started up normally since this happened, but it turned itself off after about 10 minutes.
    What is wrong with my iBook? I've been using Windows again in the past week or so at home, and I really hate it.
    Please provide me some suggestions...
    Is this the infamous logic board problem? I thought those would only occur on the G3.
    iBook G4   Mac OS X (10.4.7)  
    iBook G4   Mac OS X (10.4.7)  

    Now it's working just fine. I am using my iBook now.
    I thought that the Apple Care was only good for 12 months. I am on my 14th or 15th month of owning it.
    iBook G4   Mac OS X (10.4.8)  

  • Upgraded to os7 and done my updates on the apps as they appear.. Any function to do with the iBook store is not working or visible.  The purchase at the end of a sample book doesn't work either.

    Upgraded to os7 and done my updates on the apps as they appear.. Any function to do with the iBook store is not working or visible.  The purchase at the end of a sample book doesn't work either. Anyone have a solution?

    Upgraded to os7 and done my updates on the apps as they appear.. Any function to do with the iBook store is not working or visible.  The purchase at the end of a sample book doesn't work either. Anyone have a solution?

  • What's wrong with this iBook?

    White iBook circa 2008. On a hard boot attempt, it makes a loud clicking noise from the right side of the unit, near the trackpad. It then fails to boot and gives the no OS symbol.
    I thought this was a hard-drive failure and was set to replace the drive.
    But... when I boot connect over Firewire from my MacMini with the iBook in target mode, the hard-drive works fine. I was able to back up all the data from the iBook.
    Any ideas on what's wrong?

    not to split hairs, but apple quit selling the ibooks in early 2006. so do you have a macbook or is it truly an ibook? I ask because the ibooks used 1 IDE bus & both drives were chained to it, so a bad cable or drive could affect the other drive.
    on macbooks, this isn't the case, as the hard drive is sata & the optical drives were still IDE then, so 2 different bus interfaces.

  • OS x 4.5.6 with a ibook w / CD only

    Is there a way to install a DVD version of OS X 4.5 with an ibook G3 800 with a CD? Like using an external Hard Drive some how? I do not want to exchange the DVDs for CDs. I used search and I am sorry if this already has been discussed a million times.
    ibook, G5 imac, FTP imac   Mac OS X (10.3.7)  

    this page tells how to put the 10.4 install DVD onto a firewire iPod, but you can use the instructions for any firewire device. Then just boot the firewire device, and install like normal. And just to let you know apple says not to boot from an iPod, but it is possible and you van also use an FW hard drive.
    iBook G4 14" 1.42 GHz 60GB 768MB   Mac OS X (10.4.6)  

  • Need help choosing a display to use with 12" ibook

    I apologize in advance if this topic has been covered earlier. I'm contemplating purchasing a monitor to use with my ibook and something that could be used later with a new Mac Mini or Power Mac. I can't bank roll a Mac monitor... they're beautiful but trés expensive. So I'm looking for some other brand. The question I have is what type of monitor should I buy. I know I want a LCD (17" pref), I’d like to spend less than $400, and VGA would be nice so I don't have to purchase an additional adaptor. Is there anything else I should be aware of? What about monitors with a DCI connection? Are they difficult to connect/need expensive adaptor? Any advice or recommendations you can provide would be greatly appreciated. Thanks.
    Laura

    Keep in mind that the iBook does not support extended desktop mode. This means that you can only use an external monitor for mirroring your main display. Since the resolution of the iBook is very low (1024 x 768), virtually any display will support it.
    If you want to use an external monitor with another system later, consider getting a large CRT display, rather than an LCD. While LCDs have their attractions, such as power consumption, weight, and size, these are not the main characteristics of a good display. For another five or ten years, you'll be better off with a good CRT display. (This is my personal opinion, naturally. I was drooling over the 30" Apple Display myself, but generally, I'm not entirely satisfied with the current state of LCD technologies.)
    P.S. There's a trick to enable extended desktop mode for iMacs and iBooks: http://www.rutemoeller.com/mp/ibook/ibook_e.html You may want to try that, too. Beware! It's highly addictive!

  • HT4059 CAN YOU SHARE IBOOK BOOKS WITH OTHER IBOOK USERS?

    Does anyone know if you can share books in ibook with other ibook users?

    No, not unless you give them access to your iTunes Store account (which would probably be a violation of the Store terms of use).
    Regards.

  • What Camcorder can I use with my iBook G4?

    Should I be only looking at miniDV cameras or will something like the Sanyo Xacti HD700 work with my iBook and iMovie 6?

    dannnyh wrote:
    .. So my girlfriend has a DVD Camcorder, ..
    //why not making use of the Search feature of this forum //
    DVDs are in a socalled delivery format (mpeg2), which isn't meant and made for any processing as editing...
    for using the iLife apps, you have to convert'em first, in recommended order, choose one of the following tools/workarounds:
    DVDxDV (free trial, 25$, Pro: 90$)
    Apple mpeg2 plugin (19$) + Streamclip (free)
    VisualHub (23.32$)
    Drop2DV (free, requires installation of ffmpeg parts, google for it...)
    Cinematize >60$
    Mpeg2Works >25$ + Apple plug-in
    Toast 6/7/8 allows converting to dv/insert dvd, hit apple-k
    connect a miniDV Camcorder with analogue input to a DVD-player and transfer disk to tape/use as converter
    http://danslagle.com/mac/iMovie/tips_tricks/6010.shtml
    http://danslagle.com/mac/iMovie/tips_tricks/6018.shtml
    http://karsten.schluter.googlepages.com/convertdvdstodvs
    none of these methods or tools override copy protection/DRM mechanisms.. advice on 'ripping' is a violation of the ToU of this board ..
    +be nice to copy rights ...+

  • The server responded with "HTTP/1.1 500 Internal Server Error" to operation CalDAVAccountRefreshQueueableOperation

    My iCal is no longer syncing to Mobile Me. This is the error that pops up:
    The server responded with
    “HTTP/1.1 500 Internal Server Error”
    to operation CalDAVAccountRefreshQueueableOperation

    Erik,
    Where you able to find a solution to this error? I have been combing the internet (and these Apple Support pages) but I cannot find any way to resolve this. Now, suddenly one calendar from MobileMe shows no events in iCal, although the calendar itself is there. I am having the same results on two separate laptops, one is a G4 running Leopard, and this MacBook (Intel) running Snow Leopard.
    Hope you got it back up and running. I'd love to hear how.
    Cheers,
    Joe
    Using Mac OSX v10.6 Snow Leopard

Maybe you are looking for

  • Etrecheck report

    Just need some help deciphering the etrecheck report - what does it mean/ how do i fix the errors on my disk? thanks! EtreCheck version: 2.1.8 (121) Report generated February 6, 2015 at 6:00:21 PM EST Download EtreCheck from http://etresoft.com/etrec

  • Stamp 'Auto exposure' not working?

    Hello, I've about 100 photo's. All taken under the same conditions. I want to:      - auto white balance      - auto exposure      - auto enhance them. So I did this to the first photo, then lifted metadata & adjustments, highlighted Adjustments, sel

  • Open file in PSE 9

    I using Window XP, Microsoft office 2010 and Adobe Photoshop Element 9. The procedure I used: 1 The images made by JPG format loaded from camera to My Picture  - it working fine 2. When i will open same image by Adobe  Photoshop Element 9 appear Note

  • My Windows PC doesn't detect my phone via USB

    Hi.   When I plug in my USB cord, I expect my PC to detect my phone.  Device Manager reports my phone as an "MTP USB Device."  Any advice on how I can get my PC to recognize my phone as a phone so I can access my information?  Thanks.

  • Help with possible intruder

    Hi everyone. This is my first time in here or any other forum actually. I am looking for answers like most of us are. I had never opened my safari window on my iphone must before but noticed that it had a option called databases. Can anyone explain t