1. avformat_find_stream_info接口延迟
不论是减少预读的数据量,还是设置flag不写缓存,我这边都不实用,前者有风险,后者会丢帧,可能我还没找到好姿势,记录在此,参考:https://blog.csdn.net/xiaota00/article/details/60144270
2. avformat_open_input av_read_frame 阻塞
在线视频解码会遇到这样的问题,我这没需求,没深究,记录相关资料:
https://blog.csdn.net/u014436243/article/details/78216027
https://www.cnblogs.com/wainiwann/p/4218341.html
https://blog.csdn.net/zhouyongku/article/details/44978817
http://blog.chinaunix.net/uid-27091949-id-4186640.html