Hi!
First of all, thank you KSV for creating these scripts and making them available for the community. After about an hour of searching and trial and error I finally got the script working. Since there's no real manual and the wiki is lacking in information I thought I'd share some of my problems and observations I noticed during the installation process.
1. You need the modified version of rtmpdump which can be found here:
http://stream-recorder.com/forum/sho...&postcount=349 - thanks KSV. Where ever you extract these make sure to add the directory to the PATH system variable.
2. If you download latest PHP for windows (
http://windows.php.net/download/) it comes in a ZIP file only (no installer). That means you have to manually extract it to a folder on the drive and add it to PATH system variable.
3. The zipped PHP comes with pre-packaged configuration file. Go to your PHP folder and find "php.ini-development". Create a copy of that file and rename it to "php.ini" only.
Now, you need to make some changes in this file:
Uncomment line 730:
BEFORE:
Code:
; extension_dir = "ext"
AFTER:
Code:
extension_dir = "ext"
Uncomment line 869:
BEFORE:
Code:
;extension=php_curl.dll
AFTER:
Code:
extension=php_curl.dll
Add below line 869:
Code:
extension=php_com_dotnet.dll
This allows PHP to run with the plugins that are used by KSV's script.
Hope that hopes some of you with easier installation
