본문 바로가기

전체 글43

보안관련 명렁어 정리 보안관련 명렁어 정리 #show interfaces counters errors 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108#show interfaces counters errors Port Align-Err FCS-Err Xmit-Err Rcv-Err UnderSize Gi0/1 0 0 0 0 0 Gi0/2 0 0 0 0 0 Gi0/3 0 0 0 0 0 Gi0/4 .. 2019. 3. 4.
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.