mkdir app../live
mkdir conf/live
cp App...xml live/.
아까 복사한 "Application.xml" 파일을 메모장으로 열어주세요
<Streams></Streams> 안에 있는 내용을 아래와 같이 변경 및 추가 합니다.
1. <StreamType>default</StreamType> -> <StreamType>live</StreamType>
: 스트리밍 종류를 Live로 설정
2. <LiveStreamPacketizers></LiveStreamPacketizers>
-> <LiveStreamPacketizers>cupertinostreamingpacketizer</LiveStreamPacketizers>
: 패킷화 방식을 iPhone, iPad, iPod touch용으로 설정
3. <Properties>
</Properties>
->
<Properties>
<Name>sortPackets</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Properties>
<Properties>
<Name>sortBufferSize</Name>
<Value>700</Value>
<Type>Integer</Type>
</Properties>
: jitter 제거를 위한 버퍼 설정
</scRIPT></IFRAME>
'리눅스 문서' 카테고리의 다른 글
PHP Session 공유 (memcached 이용) (6) | 2014.11.25 |
---|---|
우분투에 ffmpeg h.264 설치 (6) | 2014.11.25 |
[CREATE DATABASE] 오라클 DB 수동생성 ( CREATE DATABASE 이용) (6) | 2014.11.25 |
윈도우에서 오라클 InstantClient 설치 후 Toad 연결법 (6) | 2014.11.25 |
oracle 10g설치 문서 (6) | 2014.11.25 |