9. Apache + H264 Streaming Server
페이지 정보
작성자 관리자 댓글 0건 조회 6,992회 작성일 19-02-01 08:27본문
9. Apache + H264 Streaming Server
# yum install httpd-devel
# wget http://h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz
# tar -zxvf apache_mod_h264_streaming-2.2.7.tar.gz
# cd mod_h264_streaming-2.2.7
# ./configure
# make
# make install
# vi /etc/httpd/conf.modules.d/11-h264-streaming.conf
LoadModule h264_streaming_module modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4
# systemctl restart httpd
# apachectl -t -D DUMP_MODULES | grep h264_streaming_module
댓글목록
등록된 댓글이 없습니다.