The specified module (mod_h264_streaming) could not be found (Apache2)?
Posted
by
rphello101
on Super User
See other posts from Super User
or by rphello101
Published on 2012-12-13T22:51:53Z
Indexed on
2012/12/13
23:07 UTC
Read the original article
Hit count: 322
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?
© Super User or respective owner