您好,登录后才能下订单哦!
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
[外部代码]
ff_rtsp_setup_input_streams创建rtsp交互连接
ff_rtsp_send_cmd优先发送DESCRIBE指令,海康和大华rtsp指令交互的区别在于,大华在OPTIONS阶段就会请求认证信息RTSP/1.0 401 Unauthorized
int ff_sdp_parse(AVFormatContext *s, const char *content) 解析SDK中的内容,实际上这里就已经完全知道码流的数据格式以及所有的流信息,根本不需要探测码流格式
sdp_parse_rtpmap函数分析出h364码流格式,保存在AVFormatContext中的stream流中
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。