본문 바로가기

nginx4

NGINX + php-fpm + mysql + wordpress + node.js (npm) NGINX + php-fpm + mysql + wordpress + node.js (npm) 설치. 1. Mysql 설치 123#yum install -y mysql-server#/etc/init.d/mysqld restart cs 1-2 Mysql 기본설정 #/usr/bin/mysql_secure_installation 123456789101112131415161718192021222324252627282930313233343536> 패스워드 설정 후 아래와 같이 진행. Remove anonymous users? [Y/n] y ... Success! Normally, root should only be allowed to connect from 'localhost'. Thisensures that so.. 2019. 3. 14.
wowza + nginx(rtmp) + centOS 설정 wowza + nginx(rtmp) + centOS 설정 구성 [Encoder] - [Oring Wowza ] - [Relay Wowza ] - [Ngonx + rtmp ] 버전 Wowza : service WowzaStreamingEngin 4.0 OS : CentOS 5.5 Nginx : 1.4.2 설정. VM 1 : 192.168.0.173 (wowza origin) 와우자 설치시, 자바설치 할것 : yum install java-1.7.0-openjdk-devel /usr/local/WowzaStreamingEngine/conf/live-test Application.xml 12345 liverepeater-origin.. cupertinostreamingpacketizer, sanjosestre.. 2019. 3. 4.
nginx + ffmpeg + hls (vod & mp3) 설정 nginx + ffmpeg + hls (vod) test * ffmpeg (mp4 -> m3u8) 12ffmpeg -i kollus-test.mp4 -vcodec libx264 -acodec libvo_aacenc -b:v 128k -flags -global_header -map 0:0 -map 0:1 -f segment -segment_time 4 -segment_list_size 0 -segment_list testlist.m3u8 -segment_format mpegts stream%05d.ts Colored by Color Scriptercs - segment 옵션을 통한 m3u8 & ts 파일 생성. * ffmpeg (mp3 -> m3u8) 123 ffmpeg -i a.mp3 -acodec li.. 2019. 3. 4.
nginx live (nginx + rtmp + ffmpeg + jwplayer) 설정 Nginx + rtmp + ffmpeg nginx 로 rtmp + hls 스트리밍 Test 시나리오 작성 문서 Test 시나리오 nginx config # /usr/local/nginx/conf/nginx.conf 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 worker_processes 1;events { worker_connections 1024;} # HTTP can be used for accessing RTMP statshttp { access_log /var/log/nginx/access-streaming.log.. 2019. 3. 4.