The specified module (mod_h264_streaming) could not be found (Apache2)?
- by rphello101
I'm trying to get the mod_h264_streaming to work with my Apache2 server. I downloaded a precompiled version of the mod from here. I read here that all I have to do is extract the file to my modules folder, which I did, and add
LoadModule h264_streaming_module modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4
to the httpd.conf, which I also did. However, I get this error when I restart Apache:
Syntax error on line 173 of C:/Program Files (x86)/Apache Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files (x86)/Apache Group/Apache2/modules/mod_h264_streaming.so into server: The specified module could not be found.
Note the errors or messages above, and press the <ESC> key to exit. 26...
Even though the file exists right here:
C:\Program Files (x86)\Apache Group\Apache2\modules\mod_h264_streaming.so
Can anyone tell me what I'm doing wrong?