순지난의 좋은선물



CATEGORY

분류 전체보기 (62)
아이폰 (5)
안드로이드 (2)
PHP (7)
IT 팁 (13)
snoopy.class (8)
sencha (0)
PhoneGap (0)
jQuery (2)
리눅스 (4)
즐겨찾기 (2)
js (1)
Html &CSS (6)
wowza (1)
모바일웹 (1)
ajax (0)
mysql (1)
apps (5)
corona sdk (1)

RECENT ARTICLE

RECENT COMMENT

RECENT TRACKBACK

ARCHIVE

LINK



  1. 2011.06.16
    apple 스트리밍 파일 검수 검증툴

HTTP 라이드 스트리밍 검사시 64Kbbs 를 넘어가면 안됨.

To verify that the stream advertises and measures 64kbps or less, and doesn't contain errors, use the mediastreamvalidator tool available in the HTTP Live Streaming Tools on the Downloads & ADC Program Assets site.

To install the mediastreamvalidator:

1. Go to <http://connect.apple.com>
2. Click on the 'Downloads' link
3. Click on 'QuickTime'
4. Scroll down to the 'HTTP Live Streaming Tools'
5. Download and install the 'HTTP Live Streaming Tools'

To use the mediastreamvalidator, launch the terminal app and enter:

mediastreamvalidator validate --timeout=60 <URL>


프로그램을 설치후에 맥의 터미널 창에서
mediastreamvalidator validate --timeout=60  http://121.254.172.37:1935/mms/mp4:mms41000.stream/playlist.m3u8

입력하시면 비트레이트를 확인할 수있습니다.
And