FFmpeg rtsp交互代码剖析

ffplayd.exe !sdp_parse_line (AVFormatContext * s, SDPParseState * s1, int信,const char * buf)行576 C
ffplayd.exe !ff_sdp_parse (AVFormatContext * s, const char *内容)行721 C
ffplayd.exe !ff_rtsp_setup_input_streams (AVFormatContext * s, RTSPMessageHeader *回复)行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 *文件名,AVInputFormat * fmt, AVDictionary * *选项)行631 C
ffplayd.exe !read_thread (void * arg)行2780 C
ffplayd.exe !SDL_RunThread (void *数据)行283 C
ffplayd.exe !RunThread (void *数据)行91 C
ffplayd.exe !RunThreadViaBeginThreadEx (void *数据)行106 C
[外部代码)



FFmpeg rtsp交互代码剖析