Archive:ReplayTV: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Compboy07
m (source formatting error)
>Compboy07
m (Fixed cosmetic error)
Line 4: Line 4:


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


=External Links=
=External Links=

Revision as of 01:07, 5 June 2011

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.

Note!:' The system-clock on the ReplayTV box and the Xbox must 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 it loses its date/time if power is off for more than a couple of minutes).

For auto-discovery (default in XBMC) use the following Media Source in the video section:

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

External Links