Streaming not working
Posted: Sun Sep 03, 2006 6:53 pm
I cannot get streaming working at all!
When I select anything but source for the streaming profile all it does is time out. If I select source for the streaming profile I get a 500 Internal Server Error.
This occurs both on the localhost as well as accessing from the internet. I do have my router forwarding port 80 to my internal IP.
Here is the config for the Encode section of the config file -
$cfg['encode_extension'][] = 'mp3';
$cfg['encode_name'][] = 'MP3 @ Low';
$cfg['encode_stdout'][] = 'G:\Console\Codec\lame.exe --abr 64 --quiet --noreplaygain --id3v2-only --ta %artist --tt %title --tl %album --ty %year --tc %comment - -';
$cfg['encode_file'][] = 'G:\Console\Codec\lame.exe --abr 64 --quiet --noreplaygain --id3v2-only --ta %artist --tt %title --tl %album --ty %year --tc %comment - %destination';
$cfg['encode_bitrate'][] = 64000;
$cfg['encode_vbr'][] = true;
I am running Apache 2.2.2, PHP 5.1.4 & Mysql 5.1 on a Windows XP SP2 machine.
Any help would be greatly appreciated.
When I select anything but source for the streaming profile all it does is time out. If I select source for the streaming profile I get a 500 Internal Server Error.
This occurs both on the localhost as well as accessing from the internet. I do have my router forwarding port 80 to my internal IP.
Here is the config for the Encode section of the config file -
$cfg['encode_extension'][] = 'mp3';
$cfg['encode_name'][] = 'MP3 @ Low';
$cfg['encode_stdout'][] = 'G:\Console\Codec\lame.exe --abr 64 --quiet --noreplaygain --id3v2-only --ta %artist --tt %title --tl %album --ty %year --tc %comment - -';
$cfg['encode_file'][] = 'G:\Console\Codec\lame.exe --abr 64 --quiet --noreplaygain --id3v2-only --ta %artist --tt %title --tl %album --ty %year --tc %comment - %destination';
$cfg['encode_bitrate'][] = 64000;
$cfg['encode_vbr'][] = true;
I am running Apache 2.2.2, PHP 5.1.4 & Mysql 5.1 on a Windows XP SP2 machine.
Any help would be greatly appreciated.