Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dvr:nas:wd:single [2019/08/29 00:30]
neds [Install to NAS using a Windows PC]
dvr:nas:wd:single [2021/03/24 16:48]
neds
Line 7: Line 7:
  
 ===== Requirements ===== ===== Requirements =====
 +<WRAP indent>
 **Before you continue, make sure you have the following:​** **Before you continue, make sure you have the following:​**
  
Line 12: Line 13:
   * One or more compatible HDHomeRun device: see **[[:dvr tuners|List of DVR compatible HDHomeRun devices]]**   * One or more compatible HDHomeRun device: see **[[:dvr tuners|List of DVR compatible HDHomeRun devices]]**
   * **A non-"​Home"​ WD My Cloud NAS**   * **A non-"​Home"​ WD My Cloud NAS**
-===== Install to NAS using a Windows ​PC =====+</​WRAP>​ 
 + 
 +===== Install to NAS using a PC ===== 
 +<WRAP indent>
 <panel type="​success"​ title="​Step 1"><​image shape="​thumbnail">​{{ :​step_2_-_installer_1_-_run_installer.png?​direct&​600|}}</​image>​ <panel type="​success"​ title="​Step 1"><​image shape="​thumbnail">​{{ :​step_2_-_installer_1_-_run_installer.png?​direct&​600|}}</​image>​
 **Download and install the latest HDHomeRun Windows Setup software (not the Windows 10 store App):** **Download and install the latest HDHomeRun Windows Setup software (not the Windows 10 store App):**
  
-[[http://​download.silicondust.com/​hdhomerun/​hdhomerun_windows.exe|hdhomerun_windows.exe]]+  * **[[http://​download.silicondust.com/​hdhomerun/​hdhomerun_windows.exe|Normal version]]** 
 +  * **[[https://​download.silicondust.com/​hdhomerun/​hdhomerun_windows_beta.exe|Beta version]]**
  
 <WRAP info>Be sure to download a fresh copy of the Windows Setup app, especially if you need to update an existing install.</​WRAP>​ <WRAP info>Be sure to download a fresh copy of the Windows Setup app, especially if you need to update an existing install.</​WRAP>​
Line 58: Line 63:
 The NAS Install program should download and start the HDHomeRun DVR software and report SUCCESS. The NAS Install program should download and start the HDHomeRun DVR software and report SUCCESS.
 </​panel>​ </​panel>​
 +
 +</​WRAP>​
 ===== Manual installation ===== ===== Manual installation =====
 +<WRAP indent>
  
 These instructions are provided for users who cannot run the Windows install tool. These instructions are provided for users who cannot run the Windows install tool.
Line 67: Line 74:
 Security: Some NAS products use a default username and password for SSH. If this is the case for you, the NAS should be on a home network firewalled by a home router. It may also be a good idea to disable SSH on your WD My Cloud when not needed. Security: Some NAS products use a default username and password for SSH. If this is the case for you, the NAS should be on a home network firewalled by a home router. It may also be a good idea to disable SSH on your WD My Cloud when not needed.
 </​WRAP>​ </​WRAP>​
-  - <​wrapper>​Open a terminal window (on Mac OS, open Terminal.app. For Windows 10 **[[https://​www.howtogeek.com/​336775/​how-to-enable-and-use-windows-10s-built-in-ssh-commands/​|click here]]**) and type "ssh root@wdmycloud"​ or "​ssh ​root@<ip address of My Cloud>",​ e.g. "​ssh ​root@192.168.0.102"​+  - <​wrapper>​Open a terminal window (on Mac OS, open Terminal.app. For Windows 10 **[[https://​www.howtogeek.com/​336775/​how-to-enable-and-use-windows-10s-built-in-ssh-commands/​|click here]]**) and type "ssh root@wdmycloud"​ or "​ssh ​sshd@<ip address of My Cloud>",​ e.g. "​ssh ​sshd@192.168.0.102"​
  
  Log in with the same password you use to access the web interface.</​wrapper>​  Log in with the same password you use to access the web interface.</​wrapper>​
-  - Download the HDHomeRun DVR software package. ​Run the following command:<​code>​wget -O /​tmp/​hdhomerun_dvr.apkg https://​download.silicondust.com/​hdhomerun/​hdhomerun_record_wdc_WDMyCloud.apkg</​code>​+  - Download the HDHomeRun DVR software package. ​ 
 +    - For the latest stable release, run the following command:<​code>​wget -O /​tmp/​hdhomerun_dvr.apkg https://​download.silicondust.com/​hdhomerun/​hdhomerun_record_wdc_WDMyCloud.apkg</​code>​ 
 +    - For the current beta version of the DVR, run the following command:<​code>​wget -O /​tmp/​hdhomerun_dvr.apkg https://​download.silicondust.com/​hdhomerun/​hdhomerun_record_wdc_WDMyCloud_beta.apkg</​code>​
   - Install the HDHomeRun DVR software package. Run the following command: <​code>​upload_apkg -d -s 1 -p ../​../​../​../​../​tmp/​hdhomerun_dvr.apkg</​code>​   - Install the HDHomeRun DVR software package. Run the following command: <​code>​upload_apkg -d -s 1 -p ../​../​../​../​../​tmp/​hdhomerun_dvr.apkg</​code>​
   - Start the DVR. Run the following command: <​code>/​mnt/​HD/​HD_a2/​Nas_Prog/​hdhomerun_dvr/​start.sh</​code>​   - Start the DVR. Run the following command: <​code>/​mnt/​HD/​HD_a2/​Nas_Prog/​hdhomerun_dvr/​start.sh</​code>​
  
 +</​WRAP>​
 =====FAQ===== =====FAQ=====
 +<WRAP indent>
  
   * **Q:** If the NAS loses power or reboots will the Record Engine autostart? ​   * **Q:** If the NAS loses power or reboots will the Record Engine autostart? ​
Line 84: Line 95:
   * **Q:** How do I uninstall this?   * **Q:** How do I uninstall this?
   * **A:** SSH in (see step 3 above) and run: <​code>​del_apkg hdhomerun_dvr</​code>​   * **A:** SSH in (see step 3 above) and run: <​code>​del_apkg hdhomerun_dvr</​code>​
 +
 +</​WRAP>​
  
 ===== Next step: Using DVR in the HDHomeRun app ===== ===== Next step: Using DVR in the HDHomeRun app =====
 +<WRAP indent>
 +
 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.\\ 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.\\
 <btn type="​success"​ size="​lg"​ icon="​fa fa-book">​[[:​app|Instructions on using the DVR features in the HDHomeRun app]]</​btn>​ <btn type="​success"​ size="​lg"​ icon="​fa fa-book">​[[:​app|Instructions on using the DVR features in the HDHomeRun app]]</​btn>​
 +
 +</​WRAP>​
  
 {{tag>​NAS DVR}} {{tag>​NAS DVR}}
  • Last modified: 2022/11/09 03:31