Hi Zhen, This is going from memory, so brighter minds please feel free to step in and slap me upside the head if I get anything our of whack.
First of all, you'll need to grab the windows dll and install that. Your default setup should have a modules folder and may already have some modules enabled. Next you need to tell apache where to find the module and also enable it. The setup steps for Apache (I assume wampser runs apache?) will be very similar to those for apache on windows: Edit httpd.conf and add LoadModule h264_streaming_module /path/to/your/modules/mod_h264_streaming.dll AddHandler h264-streaming.extensions .mp4 in the modules section (Note .dll instead of .so) Then you'll need to restart apache. Check the error_log if / when things don't load exactly as you need them - apache is pretty good at adding decent, descriptive errors to the log, so correct any errors and restart apache. Rinse and repeat until it works. You may also find reading the IIS install docs helpful, as they may contain windows specific config details (and will also link to the dll files, presumably) :) Paul -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
