Apache + H264 Streaming Server > 리눅스

본문 바로가기

리눅스

리눅스

9. Apache + H264 Streaming Server

페이지 정보

작성자 관리자 댓글 0건 조회 10,489회 작성일 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
 


Copyright © LEELAB.CO.KR. All rights reserved.