http://blog.naver.com/shlee7708?Redirect=Log&logNo=120136626091

아래 위치에 segmenter소스가 위치해 있고 FFMPEG설치방법도 나와있다.
https://github.com/carsonmcdonald/HTTP-Live-Video-Stream-Segmenter-and-Distributor 


apache web server의 경우 MIME type관련 설정이 이 파일에 위치한다.
/etc/mime.types

FFMpeg관련정보
 http://ffmpeg.org/ffmpeg.html#aac_005fadtstoasc

protocol 
http://tools.ietf.org/html/draft-pantos-http-live-streaming-05

apple info
http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html#//apple_ref/doc/uid/TP40008332-CH102-SW1  


ffmpeg -i test60.ts -acodec libmp3lame -ac 1 -vcodec libx264 -s 320x240 -level 30 -f mpegts test11.ts