Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wireshark 抓包RTSP AAC流. 如何提取出AAC文件 #10

Open
lion117 opened this issue Sep 26, 2023 · 0 comments
Open

Wireshark 抓包RTSP AAC流. 如何提取出AAC文件 #10

lion117 opened this issue Sep 26, 2023 · 0 comments

Comments

@lion117
Copy link

lion117 commented Sep 26, 2023

背景

  1. RTSP拉流, 流里面仅有一条48K-2的AAC-LC音频流
  2. 使用wireshark抓包捕获拉流的全过程
  3. 希望能够从wireshark中导出AAC音频流

操作

  1. decodec as rtp
  2. 选择protocol AAC 为pt-type 96
  3. 使用lua脚本导出AAC
  4. 观察导出AAC. 发现导出的AAC无法正常播放, 解析ADTS头不正常
  5. 直接使用VLC拉流RTSP是可以正常播放音频流的

问题

  1. 如何正常的导出AAC流. 并保障AAC文件能够被正常解析

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant