Wireshark RTP包中提取H264和H265视频数据

发布时间 2023-09-20 14:51:00作者: petercao

wireshark提取视频数据之RTP包中提取H264和H265
https://blog.csdn.net/jingjiankai5228/article/details/130477949

Linux里截取网络包并解析成H.264
https://blog.csdn.net/qq_38750519/article/details/121969721


 

H264extractor

https://github.com/volvet/h264extractor

 

How to use h264extractor

  • Copy rtp_h264_extractor.lua to the directory where wireshark was installed
  • edit init.lua, make sure "disable_lua = false" and add "dofile(DATA_DIR.."rtp_h264_extractor.lua")"
  • when open pcap file in wireshark, decode as RTP and configure the H264 dynamic payload types.
  • Menu - Tools - Extract h264 stream from RTP

How to use opus extractor

  • Copy rtp_opus_extractor.lua to the directory where wireshark was installed
  • edit init.lua, make sure "disable_lua = false" and add "dofile(DATA_DIR.."rtp_opus_extractor.lua")"
  • when open pcap file in wireshark, decode as RTP.
  • Menu - Tools - Extract opus stream from RTP