nginx hls 서비스 프로 세 스 구축

1130 단어
여 기 는 기록 으로 만...
nginx 구축 과정 참조 nginx 구축 rtmp 서비스 절차
다른 것 은:
1. m3u 8 생 성기
... 에서https://github.com/johnf/m3u8-segmenter 다운로드 m3u8 - segmenter
다운로드 후 컴 파일, make & make install;
명령 은 다음 과 같 습 니 다../m3u8_segmenter -i test.ts -n 30 -p sample_test -m test.m3u8 -u http: //192.168.1.99/hls i ,n 30 ,p 。m m3u8 ,u web server , web
  2. / usr / local / nginx / html 디 렉 터 리 에 hls 폴 더 를 만 들 고 m3u 8 파일 과 절 단 된 모든 ts 파일 을 이 디 렉 터 리 에 복사 합 니 다.
  3. 파일 형식 문제: 편집 /usr / local / nginx / conf / time. types 파일, 다음 형식 추가
application/x-mpegURL                 m3u8;
video/MP2T                             ts;
  4. nginx 다시 시작
sudo killall -9 nginx
sudo /usr/local/nginx/nginx -c /usr/local/nginx/nginx.conf
    5. vlc 로 연결
http://192.168.1.99/hls/test.m3u8
참고:http://blog.chinaunix.net/uid-20778426-id-3912215.html

좋은 웹페이지 즐겨찾기