# rtsp-aac-264封包解包 **Repository Path**: opencv265560/rtsp-aac-264-packet-unpacking ## Basic Information - **Project Name**: rtsp-aac-264封包解包 - **Description**: rtsp-aac-264封包解包示例代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-10 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 4-rtp rtp封包解包h264代码示例 rtp-h264.xml vs 2022调试断点配置 ffplay 播放 ffplay h264.sdp -protocol_whitelist "file,http,https,rtp,udp,tcp,tls" # 5-rtp-aac rtp封包解包aac代码示例 ffplay 播放 ffplay test.sdp -protocol_whitelist "file,http,https,rtp,udp,tcp,tls" -loglevel 58 # 博客链接 [RTP H264 AAC封包和解包分析-CSDN博客](https://blog.csdn.net/weixin_50873490/article/details/142819388?spm=1001.2014.3001.5501)