mod_h264_streaming을 Apache2 서버에서 작동 시키려고합니다. 미리 컴파일 된 버전의 모드를 여기 에서 다운로드했습니다 . 본인은 여기에 내가 할 일은 내가 한 내 모듈 폴더에 파일을 추출하고 추가입니다
LoadModule h264_streaming_module modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4
나는 또한 httpd.conf에. 그러나 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...
파일이 여기에 존재하더라도 :
C:\Program Files (x86)\Apache Group\Apache2\modules\mod_h264_streaming.so
아무도 내가 뭘 잘못하고 있는지 말해 줄 수 있습니까?
1
아마도 당신이 가지고 있지 않은 다른 파일이 필요할 것입니다. 종속성 walker 가 있으면 모듈을 가리 킵니다.
—
David Schwartz