1
2
3
4
5
6
7
執行: ./testProgs/openRTSP -t -F output -c -O -S 0 'rtsp://mediavod01.ly.gov.tw/wmv-clip/%e4%b8%81%e5%ae%88%e4%b8%ad/%e7%b6%93%e6%bf%9f/%e4%b8%81%e5%ae%88%e4%b8%ad-%e7%b6%93%e6%bf%9f-2013-1-10-11-9-%e9%99%a2%e5%85%a7.wmv'

基本上問題是 (windows media) server 會發發 request SET_PARAMETER 和 ANNOUNCE, 但 openRTSP 沒處理 (RTSPClient.cpp around line 863), 直接回 method not allowed

應該只要 parse 好 server-initiated request (含 body), 然後 ack 回正確的 response 就可以了

待會補上 wireshark