<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC 2006 RSS Feed</title>
 <link>http://www.maximumpc.com/tags/2006</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>How To: Stream Video from Your Webcam to the Internet</title>
 <link>http://www.maximumpc.com/article/How-To--Stream-Video-from-Your-Webcam-to-the-Internet</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;
&lt;br /&gt;
You know it and I know it: The moment you leave your house, your pets have a party. But the moment you return, they go right back to their mild-mannered pet personas. To catch them in party mode, you need a streaming video camera!
&lt;/p&gt;
&lt;p&gt;
By connecting a typical webcam to an old laptop or PC running the appropriate software, you can set up a streaming video feed that you can access from anywhere on the Internet. It’s easy to do and you’ll be able to peek into your home from anywhere you have Internet access. We’ve even peeked in on our pooch from a cellphone.
&lt;/p&gt;
&lt;p&gt;
Even though it seems like a fairly simple project, you’ll need to muck around in the configuration screens for your router. Let’s get started!
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h4&gt;1. Prepare Your Streaming Server&lt;/h4&gt;
&lt;p&gt;
The first thing you’ll need to do is configure the machine you’re going to connect the camera to. You’ll need to install the drivers and software for your webcam, install the streaming software, configure the machine to use a static IP address, and disable power management—you don’t want the machine going into a power-saving mode.&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
To disable power management, open the Control Panel and go to the Power Options panel. Then make sure the System Standby option is set to Never. Make sure your webcam is working properly—most cams include an app that shows you the output.
&lt;/p&gt;
&lt;p&gt;
To configure your rig for a static IP address, the first thing you need to do is find the appropriate settings for your config. Go to the Control Panel, then click the Network Connections icon. Right-click your Internet connection—it will usually be called Local Area Connection—and click Status. Go to the Support tab and click Details. You should write down your current IP address, default gateway, and DNS servers; you’ll need that info when you configure the static IP.
&lt;/p&gt;
&lt;p&gt;
&lt;img class=&quot;floatimgright&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/howtocam2.jpg&quot; alt=&quot;howtocam2.jpg&quot; /&gt;Now, close that window, go back to the General tab, and click Properties. Double-click Internet Protocol (TCP/IP). In the window that opens, you should click “Use the following IP address.” This is where it gets tricky. To figure out your new static IP, you should look at the default gateway setting you wrote down before. Then add one to the final number in the default gateway (it’s usually 192.168.0.1, so your new IP would be 192.168.0.2). Your subnet mask will be 255.255.255.0 and you can use the same default gateway and DNS servers you were using before. Press OK and close all the windows you just opened. If everything works and Windows doesn’t give you an error, you can move on to the next step. If Windows says your IP is already in use, you’ll need to try another IP address.
&lt;/p&gt;
&lt;p&gt;
If you’re using a software firewall on this machine, you’ll also need to configure it to allow TinCam (the streaming app) to receive requests on port 8080, or the firewall will stop them. Consult your firewall’s documentation for info on enabling port forwarding for a single app or port.
&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;img class=&quot;floatimgright&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/howtocam3.jpg&quot; alt=&quot;howtocam3.jpg&quot; /&gt;
&lt;/p&gt;
&lt;h4&gt;2. Configure TinCam&lt;/h4&gt;
&lt;p&gt;
Open TinCam, and cancel out of the configuration wizard. The wizard helps you configure a webcam that posts a static image on the web, but we’re going to be streaming video, so it’s not necessary. Click the Setup menu and open the Setup option, then go to Video Devices and make sure the box for your camera is selected. Then click the sub-menu for your camera and configure its output format and the affiliated audio source (if you want to stream audio, that is). &lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
This is also the pane you use to set the streaming resolution. The resolution has a direct impact on the number of clients you can stream video to. If you set it too high, your connection will only be able to support one stream. Too low, and you won’t be able to see anything on your video. We recommend starting at 640x480, then testing the video outside your home LAN to see exactly how it performs. Of course, if you’re only going to stream the video within your home, bandwidth is no object, and you’ll be able to stream at the maximum resolution of your webcam.
&lt;/p&gt;
&lt;p&gt;
Next, you’ll need to create the streaming file, which you’ll need to upload to your personal website. This .wvx file contains the relevant information about your video stream—including the IP address, bit rate, and format—which lets software players find and connect to your server. Configure the downstream bit rate for your connection type (e.g. DSL, cable, T1) and the maximum number of users you want to support. Then click the Detect button to embed your IP address in the file, and make sure the Create Stream File box is checked. When you close the dialog box, the streaming file will be in the directory you specified earlier.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h4&gt;3. Design Your Streaming Page&lt;/h4&gt;
&lt;p&gt;
The nice thing about your streaming page is that it can be as fancy or simple as you like. The simplest thing to do is to make a link to the .wvx file (created in Step 2) on your website. This is the code we used on our webpage (replace the brackets with greater than/less than): &lt;em&gt;[a href=”http://www.url.com/webcam.wvx”]Webcam[/a]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Of course, you’ll need to replace &lt;em&gt;www.url.com/webcam.wvx&lt;/em&gt; with the path to your streaming file.
&lt;/p&gt;
&lt;p&gt;
If you want your own streaming page to look a little fancier, use Notepad or your favorite HTML editor to create the page, just like you would for any other webpage, and embed this code where you want the video player to show up (replace brackets with greater than/less than):
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;[OBJECT ID=”MediaPlayer0” WIDTH=640 HEIGHT=525&lt;br /&gt;
CLASSID=”CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95”&lt;br /&gt;
STANDBY=”Loading Windows Media Player components...”&lt;br /&gt;
TYPE=”application/x-oleobject”]&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;[PARAM name=”autoStart” value=”True”]&lt;br /&gt;
[PARAM name=”filename” value=”webcam.wvx”]&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;[EMBED TYPE=”application/x-mplayer2”&lt;br /&gt;
src=”webcam.wvx”&lt;br /&gt;
NAME=”MediaPlayer0”&lt;br /&gt;
WIDTH=640&lt;br /&gt;
HEIGHT=525]&lt;br /&gt;
[/EMBED]&lt;br /&gt;
[/OBJECT]&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h4&gt;4. Configure Your Router&lt;/h4&gt;
&lt;p&gt;
Next, you need to configure your router to forward connections from the net to your streaming server. The details will vary from router to router, but the basic steps are the same. First, you need to access your router’s web interface. Open your browser and type the IP address you wrote down earlier for your default gateway—your router is your gateway. Enter your router’s password when prompted, and then look for a page labeled Port Forwarding, Gaming, or Servers.
&lt;/p&gt;
&lt;p&gt;
&lt;img class=&quot;floatimgleft&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/howtocam4.jpg&quot; alt=&quot;howtocam4.jpg&quot; /&gt;Regardless of your router’s brand, you’ll need to configure a port to forward, as well as tell the router which type of traffic to pass through, and the destination on your internal network. The port range will be 8080 to 8080, the IP address will be the static IP you assigned in Step 1, and you should forward both TCP and UDP packets. Make sure your new forwarded port is enabled, click the button to apply your settings, and you’re done with the router config.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h4&gt;5. Upload and Test Your Stream&lt;/h4&gt;
&lt;p&gt;
Now you’ll need to upload the stream file you created in Step 2, as well as the HTML file you created in Step 3, to your website. It’s a good idea to put these in a subfolder of your public_html directory. That way, you can easily add a password to the subfolder, to give your cam minimal protection from prying eyes.When the files are uploaded, go to your streaming server, open TinCam, click the Capture menu, and then select Video Streaming. Your stream should be live at this point. Browse to the page you uploaded, and check it out!&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/How-To--Stream-Video-from-Your-Webcam-to-the-Internet#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/121">Media Streaming</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/72">From the Magazine</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2616">2006</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2611">from the magazine</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/geek_tested/internet">Internet</category>
 <category domain="http://www.maximumpc.com/geek_tested/streaming_video">streaming video</category>
 <category domain="http://www.maximumpc.com/geek_tested/webcam">webcam</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/117">November 2006</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/98">2006</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/54">Video Cameras</category>
 <pubDate>Thu, 07 Dec 2006 18:30:09 -0600</pubDate>
 <dc:creator>Will Smith</dc:creator>
 <guid isPermaLink="false">770 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How To: Back Up Your Hard Drive</title>
 <link>http://www.maximumpc.com/article/How-To--Back-Up-Your-Hard-Drive</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt; &lt;img class=&quot;floatimgleft&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/H2BU1.jpg&quot; alt=&quot;H2BU1.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;  What invaluable data is on your hard drive? Wedding photos? Financial records? Your saved games from Oblivion? Here’s how to preserve and recover those files in the wake of a disaster. &lt;/p&gt;
&lt;p&gt; Backing up the ol’ hard drives belongs on that mental checklist we all maintain—the one titled “You Know You Should….” For most of us, data backup falls somewhere between “Floss Your Teeth” and “Call Your Mother.” These are the things you know you need to do, but that you just keep putting off ‘til maÃ±ana. You also know that it’s inevitable that your procrastination will eventually bite you in the rump.  &lt;/p&gt;
&lt;p&gt; Before it gets to that point, download the free edition of 2BrightSparks’ SyncBack software from www.2brightsparks.com, take 35 minutes, and follow this guide to backing up your hard drive. Floss your teeth while you’re waiting for the backup to finish; and when it does, call your mother. She worries. &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;1. Decide What to Back Up&lt;/strong&gt;&lt;br /&gt;  There are two complementary approaches to backing up your hard drive: One is to create an “image” of the disk, and the other is to copy only selected files and folders. A disk image is a snapshot of an entire hard drive partition, less any empty sectors, and it includes the operating system, all your programs, and all your data. This can be useful, but it takes a lot of time and consumes an enormous amount of storage space. And if you’re moving to a new PC, the image from your old one is likely to be useless because it will contain device drivers for hardware that might not exist on your new machine. &lt;/p&gt;
&lt;p&gt; Disk images can be a life saver, though, if you experience a catastrophic failure and you don’t want to go through the tedium of reinstalling and reconfiguring your operating system, application software, and all the device drivers your hardware requires onto a new hard drive. We recommend creating occasional disk images, using a program such as Symantec’s Norton Ghost.  &lt;/p&gt;
&lt;p&gt; But it’s even more important that you copy your data files—frequently—because you never know when disaster will strike. That’s the approach we’ll discuss here: using special software to make backups of all your documents, email, music, spreadsheets, videos, and so on; plus, any programs you’ve downloaded from the Internet.  &lt;/p&gt;
&lt;p&gt; Our backup method won’t restore any apps you’ve already installed, so make sure you save your original discs, as well as any patches and updates that you downloaded. It’s also important to store copies of all your licenses and serial numbers, should it ever be necessary to reinstall any of those programs. And don’t forget to back up your backup software; you won’t be able to restore without it! &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;2. Choose a Backup Destination&lt;/strong&gt;&lt;br /&gt;  Once you’ve identified what you want to back up, you need to decide where you’re going to back it up to. Avoid using media, such as CD-R discs, that will require you to span your backup (spread it across more than one piece of media). Spanned backups take much more time because they require your intervention—to swap discs—during both the backup and the restore processes. Instead, use media that can accommodate your entire backup without spanning. An external hard drive that can be stored off site—in a different building or in a safe deposit box—is an ideal choice; another alternative is to copy the files to another computer on the Internet using FTP. &lt;/p&gt;
&lt;p&gt; It pays to be paranoid: Creating more than one backup and storing each of them in different locations will provide added insurance in the event that both your original and your primary backups turn up missing, corrupted, or destroyed. &lt;/p&gt;
&lt;p&gt; &lt;img class=&quot;floatimgright&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/H2BU2.jpg&quot; alt=&quot;H2BU2.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3&lt;/strong&gt;&lt;strong&gt;. &lt;/strong&gt;&lt;strong&gt;C&lt;/strong&gt;&lt;strong&gt;reate a Profile&lt;/strong&gt;&lt;br /&gt;  The first time you run SyncBack, the software will ask if you wish to create a profile, which will appear in a toolbar the next time you run the software. Profiles give you one-click access to any customized backup and restore tasks you’ve created.  &lt;/p&gt;
&lt;p&gt; The freeware version of SyncBack offers two basic categories of profiles: Backup and Synchronization. A Backup profile does just what you’d think: It copies your files from one place to another. (Note: The freeware version of SyncBack does not perform incremental backups, a time-saving scenario in which only those files that have changed since the last backup are copied.) A Synchronization profile is useful if you regularly work on two PCs—a desktop and a notebook, for instance—and you want the data stored on each machine to mirror that which is stored on the other. For now, let’s set up a Backup profile and assign it a name. &lt;/p&gt;
&lt;p&gt; The next step is to choose source and destination directories. The source will contain the files you wish to copy, and the destination is where you want those copies stored. We recommend that you back up everything in your profile directory under C:/Documents and Settings, except the Local Settings folder. SyncBack defaults to backing up any and all sub-directories within the selected folder; click the Sub-dirs drop-down menu for other choices. If you’d rather back up to another computer on the Internet using FTP, click on the Expert Mode button and then the FTP tab. (Expert mode will reveal a host of other options, too). &lt;/p&gt;
&lt;p&gt; &lt;img class=&quot;floatimgleft&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/H2BU4.jpg&quot; alt=&quot;H2BU4.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. Run Your Backup&lt;/strong&gt;&lt;br /&gt;  Click the OK button and SyncBack will ask if you’d like to perform a simulated run for this new profile. Click No to skip this step this time (you might want to explore this feature later). Select your newly created profile and click the Run button. SyncBack will now present a listing of all the files that are about to be backed up. Click the Continue Run button to start your backup. Hover your mouse over the profile name and a pop-up window will display your progress. When the program is finished, a success message will appear in the Result column. Congratulations! You’ve just backed up your hard drive! &lt;/p&gt;
&lt;p&gt; For your next trick, consider using SyncBack to schedule automatic backups; that way, you won’t have to think twice about backing up your crucial data. Just remember to store your backups someplace other than your main drive, so you won’t lose both your original files and your copies should your drive die. &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Recovering From a Disaster&lt;/strong&gt;&lt;br /&gt;  Let’s say you fire up your PC one morning and the only noise you hear besides the fans whirring inside is an ominous clicking sound emanating from your hard drive. Your heart sinks into your stomach because you know your hard drive is toast. No worries, right? You backed up everything before you went to bed last night. You’ll just fire up SyncBack and…. Oh, that’s right, SyncBack requires Windows to run. Now what? &lt;/p&gt;
&lt;p&gt; Assuming the rest of your PC isn’t affected by whatever calamity has befallen your hard drive, you can replace the drive. If you’ve created an image of the old drive using a program like Norton Ghost, use that software to copy the image (and the working copy of Windows) onto the new drive, and then use SyncBack to restore the most current versions of your data files.  &lt;/p&gt;
&lt;p&gt; If you don’t have a drive image, and you bought your PC preassembled, the manufacturer might have included a bootable recovery disc that can help restore even a new hard drive to your machine’s initial configuration. If you built your own PC and you don’t have a drive image, you’ll need to reinstall Windows from scratch. In either case, you’ll need to reinstall whatever other programs you’ve acquired in the interim—including, of course—SyncBack.  &lt;/p&gt;
&lt;p&gt; &lt;img class=&quot;floatimgright&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/H2Restore1.jpg&quot; alt=&quot;H2Restore1.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Resto&lt;/strong&gt;&lt;strong&gt;rin&lt;/strong&gt;&lt;strong&gt;g Your Files: Option One&lt;/strong&gt;&lt;br /&gt;  After you’ve launched SyncBack there are two approaches to restoring your backed-up data. You could simply open the same profile you used to create your backup and click the Restore button, but this is risky and not always possible, especially if your hard drive was totally wiped out. A Restore operation swaps the source and destination directories: Your backup becomes your source, and the hard drive you’re restoring to becomes the destination. If there are versions of any files on your hard drive that are newer than those in your backup, it’s easy to overwrite those newer files by mistake. &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Restoring Your Files: Option Two&lt;/strong&gt;&lt;br /&gt;  &lt;img class=&quot;floatimgleft&quot; src=&quot;/sites/future.p2technology.com/files/thumbs/H2Restore2.jpg&quot; alt=&quot;H2Restore2.jpg&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We recommend creating a new profile to use when restoring files, to ensure that only the latest versions of files are copied to your destination folder. Click the New button, choose Backup, and click OK. Give the new profile a name and click OK. This time, your Source directory will be the folder containing your backup, and your Destination directory will be the folder you’re restoring to.  &lt;/p&gt;
&lt;p&gt; Choose the same primary option as your backup file, but click the Advanced tab. Under the heading “What to do if the same file has been changed in the source and destination,” click the button labeled “New file overwrites older file,” and click OK. Ignore the warning message and click OK. Click the Run button and your restore will execute.   &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/How-To--Back-Up-Your-Hard-Drive#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/72">From the Magazine</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/2616">2006</category>
 <category domain="http://www.maximumpc.com/geek_tested/backup">backup</category>
 <category domain="http://www.maximumpc.com/geek_tested/harddrive">harddrive</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/geek_tested/june">june</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/111">June 2006</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/98">2006</category>
 <pubDate>Tue, 06 Jun 2006 16:00:48 -0500</pubDate>
 <dc:creator>Michael Brown</dc:creator>
 <guid isPermaLink="false">612 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
