[ExtractStream] Re: New discovery re: conversion problems....

Dale Reed daler at n...
Sat, 17 Nov 2001 13:44:39 -0800


Michael Abbott wrote:

> So how are you getting the ShowList.tcl script to run consistantly,
> I get an error about half way though it's generation of the xml
> script.


It bombs on me too. I modified the old doehtml.tcl script that came
with the older httpd.tcl server (I run it on port 81). It looks like
the below:

/var/hack/sendstream -s $* | /var/hack/nc -n -w 3 10.10.10.116 1200 &

Then I have a tivoty.cmd command script on my XP box that is:

@nc -l -p 1200 | tyc - %1

This gives the resulting mpg file on the fly. I just start tivoty.cmd
with a filename, then click the show on the web server and the mpg magically
appears. :) Someday I'll work on automating it more, but I don't pull that
many programs off my tivo, so this works perfect for me.

Dale