Log in

View Full Version : Works 90% there


rickybscs
03-13-2006, 04:39 PM
This little app is great, its all I need. Ive got it working on Windows 2000 Pro and Apache 2 server. I can start a stream just fine however the shutdown function doesnt seem to work for me. I get

Encode found
Button Found

Encode NOT Shutdown (in red)

-Encode

So far Im stuck having to vnc to the box and kill the wmenc.exe process manually then I can go back and start a new stream using MediaStream.exe

A hint to folks having problems. Make sure the you use c:\tv as the install directory. It seems if you dont the MediaStream wont find the config file. You can point to a different dir where you store your video files form the config file.

Configuration for Apache (Im writing from memory so I may make a mistake but you get the idea)

Alias /tv/ c:/tv/

<Directory c:/tv/ >
Options +ExecCGI
.....
</Directory>

AddHandler cgi-exec .exe




Thats the idea anyhow.


I can handle manually killing the streams, but this wont be of much use to my wife who wants to watch shows prerecorded by the pvr or for channel changing.


Thanks