Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
MacSSH·Chapter10 231 Recording Video Remotely (or Checking in on the Kids) $ osascript <<EOI > tell app "QuickTime Player" > new movie recording > delay 5 > start recording true > stop recording true > save aMovie > end tell > EOI > set aMovie to last document > path of aMovie /Users/max/Desktop/Movie 4.mov Recording Audio Remotely (or Bugging the Living Room) $ osascript <<EOI > tell app "QuickTime Player" > new audio recording