Archive:ReplayTV: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Gamester17
No edit summary
 
No edit summary
 
(16 intermediate revisions by 9 users not shown)
Line 1: Line 1:
==ReplayTV==
{{Notice|ReplayTV support still works as of XBMC v10.1, but since ReplayTVs stopped being made in 2005 you should expect support and testing to be very limited.}}
[http://www.replaytv.com ReplayTV] is a stand-alone PVR/DVR (Personal Video Recoder/Digital Video Recoder) box for the American market and is sold online at [http://www.replaytv.com www.replaytv.com]. As a rival to the famous [http://www.tivo.com TiVo], the ReplayTV PVR/DVR box is designed records TV (and sheduele recoding) to its built-in harddrive and stores it there. Via the network-port built-in to the ReplayTV box it can share the stored video to a local-network. XBMC has a DVArchive-client which can auto-detect, browse and stream/play such shares.
[http://www.replaytv.com ReplayTV] is a stand-alone PVR/DVR (Personal Video Recorder/Digital Video Recorder) box for the American market and is sold online at [http://www.replaytv.com www.replaytv.com]. As a rival to the famous [http://www.tivo.com TiVo], the ReplayTV PVR/DVR box records TV (and schedule recoding) to its built-in hard drive and stores it there. Via the network-port built-in to the ReplayTV box it can share the stored video to a local-network. XBMC has a DVArchive-client which can auto-detect, browse and stream/play such shares.
 
'''Note!:'''' The system-clock on the ReplayTV box and the Xbox much match within a minute for streaming to work, so be sure you set the correct date/time on both the Xbox and the ReplayTV box before you begin, (remember that the Xbox does not have a clock-battery so its date/time if it loases power for more than a couple of minutes).
 


For auto-discovery (default in XBMC) use the following Types of Media Sources#Videos Specific Sources|Media Source in the video section:
<pre>
  <source>
    <path>rtv://*/</path>
  </source>
</pre>


For auto-discovery (default in XBMC) use the following [[Types_of_Bookmarks|bookmark]] in the video section:
== External Links ==
<xml>
* [http://www.replaytv.com ReplayTV official website]
  <bookmark>
    <path>rtv://*/</path>
  </bookmark>
</xml>

Latest revision as of 02:51, 20 July 2020

Emblem-important-yellow.png NOTICE:
ReplayTV support still works as of XBMC v10.1, but since ReplayTVs stopped being made in 2005 you should expect support and testing to be very limited.

ReplayTV is a stand-alone PVR/DVR (Personal Video Recorder/Digital Video Recorder) box for the American market and is sold online at www.replaytv.com. As a rival to the famous TiVo, the ReplayTV PVR/DVR box records TV (and schedule recoding) to its built-in hard drive and stores it there. Via the network-port built-in to the ReplayTV box it can share the stored video to a local-network. XBMC has a DVArchive-client which can auto-detect, browse and stream/play such shares.

For auto-discovery (default in XBMC) use the following Types of Media Sources#Videos Specific Sources|Media Source in the video section:

  <source>
    <path>rtv://*/</path>
  </source>

External Links