3 pyTivo lets you stream most videos from your PC to your unhacked tivo.
\r
4 It uses the HMO server protocol. It will guess if your video is 4:3 or
\r
5 16:9 and pad your video if it thinks it is needed. It will not transcode
\r
6 an mpeg that is supported by your tivo.
\r
10 OS = Anything that will run python and ffmpeg, which I think is
\r
11 anything. Known to work on Linux, Mac OS X and Windows.
\r
13 Python - http://www.python.org/download/
\r
14 - You need at least version 2.4 of python
\r
16 pywin32 (only to install as a service) -
\r
17 http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063
\r
18 - Windows users only and only if you intend to install as a service
\r
22 You need to edit pyTivo.conf in 3 places
\r
25 2. [<name of share>]
\r
28 ffmpeg should be the full path to ffmpeg including filename. path is the
\r
29 absolute path to your media.
\r
33 ---To install as a service in Windows
\r
35 run pyTivoService.py --startup auto install
\r
37 ---To remove service
\r
39 run pyTivoService.py remove
\r
42 pyTivo was created by Jason Michalski ("armooo"). Contributors include
\r
43 Kevin R. Keegan, William McBrine, and Terry Mound ("wgw").
\r