simple rtsp client support TCP/UDP、H264/H265、AAC/PCMA、支持鉴权。
- MD5依赖:https://github.com/talent518/md5
- 博客地址:https://blog.csdn.net/weixin_43147845/article/details/140851964
- mkdir build
- cd build
- cmake ..
- make -j
- ./rtsp_client rtsp_url
- H264/H265写入到test_out.h26x,AAC写入到test_out.aac,PCMA写入到test_out.pcma