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/16 22:59]
neds [Pi as a streamer for TV sets]
raspberry_pi [2019/09/17 03:38]
neds [Pi as a viewer for TV]
Line 46: Line 46:
  
  
- +\\ 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[easy install|Easy install]]</​btn>​ Click here if you want to use our pre-made Raspberry Pi image that has everything already set up, if all you intend to use the Pi/Kodi for is as a HDHomeRun viewer. +<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:Basic client|Basic client]]</​btn>​\\ 
- +Click here if you want to use our pre-made Raspberry Pi image that has everything already set up, if all you intend to use the Pi/Kodi for is as a HDHomeRun viewer. 
- +\\ 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[community_install|Easy install - community ​edition]]</​btn>​ Click here if you want to use a community ​pre-made Raspberry Pi image that has everything already set up, and uses Kodi's built-in PVR/DVR features instead of the official HDHomeRun add-on. +\\ 
- +\\ 
- +<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:​Community client|Unofficial ​community ​client]]</​btn>​\\ 
-<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[:​kodi|Existing Kodi setup]]</​btn>​ Click here if you already have an existing Kodi setup on a Raspberry Pi, and just want to see the instructions for viewing HDHomeRun content. +Click here if you want to use a pre-made ​unofficial community ​Raspberry Pi image that has everything already set up, and uses Kodi's built-in PVR/DVR features instead of the official HDHomeRun add-on. 
 +\\ 
 +\\ 
 +\\ 
 +<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[:​kodi|Existing Kodi setup]]</​btn>​\\ 
 +Click here if you already have an existing Kodi setup on a Raspberry Pi, and just want to see the instructions for viewing HDHomeRun content. 
 +\\
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​
-===== Pi 4 as DVR storage =====+===== Pi 4 as DVR server/storage =====
 <WRAP indent> <WRAP indent>
  
 ==== Requirements ==== ==== Requirements ====
 <WRAP indent> <WRAP indent>
-As most Raspberry Pi products ​are sold by themselves, you will need to make sure you have the right parts for a complete system.+The requirements for using the Raspberry Pi as a DVR server ​are the same as the above requirements ​for using it as viewer, with the following excepetions:​ 
 + 
 +  * Only the Raspberry Pi model 4B is recommended 
 +  * Only an ethernet connection to your local network is recommended 
 +  * A USB 3 external hard drive of about 500 GB or more is needed for recordings. Using SSDs/Flash memory is discouraged due to the live TV buffer always writing to the drive. 
 +  * HDMI cables and remotes are not required.
  
 </​WRAP>​ </​WRAP>​
 ==== Installing the software ==== ==== Installing the software ====
 <WRAP indent> <WRAP indent>
-<​code>​ 
-sudo apt install usbmount 
- 
-enter password 
- 
-sed -i '​s/​PrivateMounts=yes/​PrivateMounts=no/​g'​ /​lib/​systemd/​system/​systemd-udevd.service 
- 
-mkdir /​home/​pi/​hdhomerun/​ 
- 
-mkdir /​media/​usb0/​hdhomerun_dvr_pi/​ 
- 
-echo '​RecordPath=/​media/​usb0/​hdhomerun_dvr_pi/'​ >/​home/​pi/​hdhomerun/​hdhomerun.conf 
- 
-curl https://​download.silicondust.com/​hdhomerun/​hdhomerun_record_linux >/​home/​pi/​hdhomerun/​hdhomerun_record 
  
-chmod +x /home/pi/​hdhomerun/​hdhomerun_record+<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:DVR server|Basic DVR server]]<​/btn>\\ 
 +Click here for our guide to setting up a basic DVR server using the HDHomeRun DVR software. 
 +\\ 
 +\\ 
 +\\ 
 +<btn type="​success"​ size="​lg"​ icon="​glyphicon glyphicon-book">​[[Raspberry Pi:​community DVR server|Unofficial community DVR server]]<​/btn>\\ 
 +Click here for the unofficial community guide for setting up a DVR server using the HDHomeRun DVR software, plus extras like commercial detection and other post-processing tricks. 
 +\\
  
-/​home/​pi/​hdhomerun/​hdhomerun_record start 
-</​code>​ 
 </​WRAP>​ </​WRAP>​
 </​WRAP>​ </​WRAP>​