Skip to content

wireshark plugin to extract h264 or opus stream from rtp packets

License

Notifications You must be signed in to change notification settings

feixiao/h264extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

h264extractor

wireshark plugin to extract h264 stream from rtp packets, support Single NAL Unit Mode(RTP Packetization Mode 0), FU-A and STAP-A. In addition, opus stream is supported as well.

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

TODO

  • H265 extractor

Reference

About

wireshark plugin to extract h264 or opus stream from rtp packets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%