This is an old revision of the document!


Setting up DVR storage on a Mac computer

Go back to all DVR topics

This page describes how to set up the HDHomeRun DVR software on a Mac computer. Please use a Mac that is connected to your network using ethernet, and is always-on (doesn't go into sleep mode or shut down).

Before you continue, make sure you have the following:

  • One or more compatible HDHomeRun device: see List of DVR compatible HDHomeRun devices
  • Mac running El Capitan (10.11) or newer
  • Sufficient disk space to hold recordings. HD content typically runs around 6GB per hour, so a 500 GB hard drive for recordings is a good minimum to have.
  • The Mac must be on at all times in order to make recordings or access previously recorded content. Sleep mode should be disabled.
  • Wired network connection. The DVR will handle a great deal of video traffic, so wireless connections should be avoided.
  1. Download the HDHomeRun Mac software here: http://download.silicondust.com/hdhomerun/hdhomerun_mac.dmg
  2. If it hasn't already opened automatically, open the HDHomeRun installer disk image so that a “virtual” disk with the HDHomeRun set up software installer opens up. You can do this by double clicking on the .img file that is downloaded, normally in your downloads folder.
  3. Double click on the installer and enter your Mac's administrator password when prompted. If you've never set up an administrator password, simply press enter.
  4. The installer will ask which parts of the software to install. You will want at least the DVR storage recording software, but you can also install the viewer app, so that you can view live TV and recordings on the same Mac.
  5. Go to http://my.hdhomerun.com/ and verify that HDHomeRun RECORD shows at the top of the page.

By default, recordings are stored in

/Users/HDHomeRun/

on your main drive (normally named Macintosh HD).

Catalina

  • If you are running Mac OS 10.15 (Catalina) or later, you will also need to give the HDHomeRun DVR access to external media by doing the following:
    1. Open the System Preferences from the Apple menu
    2. Open Security & Privacy
    3. Click on the padlock icon in the bottom left corner of the window and enter your computer's administrative password (if you have no password just press “enter” on your keyboard).
    4. Scroll down on the list in Security & Privacy and click on Full Disk Access.
    5. Enable the checkbox next to the hdhomerun_record entry.
    6. Restart the DVR again by placing the following commands into the Terminal:
      sudo launchctl unload /Library/LaunchDaemons/com.silicondust.dvr.plist
      sudo launchctl load /Library/LaunchDaemons/com.silicondust.dvr.plist


If you are using a “Mac OS Extended” or “APFS” formatted external drive then you will need to make sure that the recording folder has read/write permissions set to “everyone”. You can do this by clicking on the folder and going to the “File menu” → “Get info” and changing the settings near the bottom of the info screen.

Change the recording location

  1. Open Terminal and run:
    sudo launchctl unload /Library/LaunchDaemons/com.silicondust.dvr.plist
  2. Then run the command:
    sudo nano /Users/HDHomeRun/hdhomerun.conf
  3. Change the record location to the exact location you would like to record to. Do not use paths with spaces in them, and do not use quotes around the path.

    For example, your recording path might look like this

    RecordPath=/Volumes/My_new_harddrive/HDHomeRun/
  4. To save the changes, press control-o, and then press control-x to exit.
  5. Run the command:
    sudo launchctl load /Library/LaunchDaemons/com.silicondust.dvr.plist​

Restart the DVR without rebooting the Mac

  1. Open Terminal and run:
    sudo launchctl unload /Library/LaunchDaemons/com.silicondust.dvr.plist
    sudo launchctl load /Library/LaunchDaemons/com.silicondust.dvr.plist​

Uninstalling the Mac DVR storage software will also remove the folder used for recordings. If you do not move the recordings to a new location, they will be erased by the uninstallation.

To uninstall the DVR storage software from a Mac computer:

  1. Open the “Terminal” application.
  2. Type in the command:
    sudo /Users/HDHomeRun/uninstall
  3. Enter your password when prompted. If you have never set an administrator password on your Mac, simply press enter.

This will uninstall the HDHomeRun DVR recording software from your Mac.

Once you finish setting up a DVR storage device, see our guide link below for instructions on using the DVR features in the HDHomeRun app.
Instructions on using the DVR features in the HDHomeRun app

  • Last modified: 2019/10/22 17:33