리눅스 문서
                
              wowza live 스트리밍
                bjcomm
                 2014. 11. 25. 17:21
              
              
            
            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>