??ffplayd.exe!sdp_parse_line(AVFormatContext * s, SDPParseState * s1, int letter, const char * buf) 行 576?C
??ffplayd.exe!ff_sdp_parse(AVFormatContext * s, const char * content) 行 721?C
??ffplayd.exe!ff_rtsp_setup_input_streams(AVFormatContext * s, RTSPMessageHeader * reply) 行 622?C
??ffplayd.exe!ff_rtsp_connect(AVFormatContext * s) 行 1897?C
>?ffplayd.exe!rtsp_read_header(AVFormatContext * s) 行 726?C
??ffplayd.exe!avformat_open_input(AVFormatContext * * ps, const char * filename, AVInputFormat * fmt, AVDictionary * * options) 行 631?C
??ffplayd.exe!read_thread(void * arg) 行 2780?C
??ffplayd.exe!SDL_RunThread(void * data) 行 283?C
??ffplayd.exe!RunThread(void * data) 行 91?C
??ffplayd.exe!RunThreadViaBeginThreadEx(void * data) 行 106?C
??[外部代碼]?
創(chuàng)新互聯(lián)公司專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于網(wǎng)站設(shè)計制作、成都網(wǎng)站設(shè)計、相城網(wǎng)絡(luò)推廣、小程序設(shè)計、相城網(wǎng)絡(luò)營銷、相城企業(yè)策劃、相城品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎;創(chuàng)新互聯(lián)公司為所有大學(xué)生創(chuàng)業(yè)者提供相城建站搭建服務(wù),24小時服務(wù)熱線:13518219792,官方網(wǎng)址:www.cdcxhl.com
ff_rtsp_setup_input_streams創(chuàng)建rtsp交互連接
ff_rtsp_send_cmd優(yōu)先發(fā)送DESCRIBE指令,??岛痛笕Artsp指令交互的區(qū)別在于,大華在OPTIONS階段就會請求認(rèn)證信息RTSP/1.0 401 Unauthorized
int ff_sdp_parse(AVFormatContext *s, const char *content) 解析SDK中的內(nèi)容,實際上這里就已經(jīng)完全知道碼流的數(shù)據(jù)格式以及所有的流信息,根本不需要探測碼流格式
sdp_parse_rtpmap函數(shù)分析出h364碼流格式,保存在AVFormatContext中的stream流中