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
raspberry_pi [2019/09/10 06:19]
neds
raspberry_pi [2019/09/10 06:27]
neds [Pi 4 as DVR storage]
Line 57: Line 57:
 ==== Installing the software ==== ==== Installing the software ====
 <WRAP indent> <WRAP indent>
 +<​code>​
 sudo apt install usbmount sudo apt install usbmount
  
Line 64: Line 65:
  
 mkdir /​home/​pi/​hdhomerun/​ mkdir /​home/​pi/​hdhomerun/​
 +
 +mkdir /​media/​usb0/​hdhomerun_dvr_pi/​
  
 echo '​RecordPath=/​media/​usb0/​hdhomerun_dvr_pi/'​ >/​home/​pi/​hdhomerun/​hdhomerun.conf echo '​RecordPath=/​media/​usb0/​hdhomerun_dvr_pi/'​ >/​home/​pi/​hdhomerun/​hdhomerun.conf
  
-curl http://​download.silicondust.com/​hdhomerun/​hdhomerun_record_linux >/​home/​pi/​hdhomerun/​hdhomerun_record+curl https://​download.silicondust.com/​hdhomerun/​hdhomerun_record_linux >/​home/​pi/​hdhomerun/​hdhomerun_record
  
 chmod +x /​home/​pi/​hdhomerun/​hdhomerun_record chmod +x /​home/​pi/​hdhomerun/​hdhomerun_record
- 
-mkdir /​media/​usb0/​hdhomerun_dvr_pi/​ 
  
 /​home/​pi/​hdhomerun/​hdhomerun_record start /​home/​pi/​hdhomerun/​hdhomerun_record start
 +</​code>​
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​