Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hissinger/wireshark-rtp-h264-extractor
https://github.com/hissinger/wireshark-rtp-h264-extractor
h264 lua wireshark-dissector
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hissinger/wireshark-rtp-h264-extractor
- Owner: hissinger
- Created: 2017-09-06T14:53:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T02:20:01.000Z (over 6 years ago)
- Last Synced: 2024-04-16T15:01:26.665Z (10 months ago)
- Topics: h264, lua, wireshark-dissector
- Language: Lua
- Size: 4.88 KB
- Stars: 19
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rtp_h264_extractor
Dump RTP h.264 payload to raw h.264 file (*.264)
According to RFC3984 to dissector H264 payload of RTP to NALU, and write it to fromto.264 file. By now, we support single NALU, STAP-A and FU-A format RTP payload for H.264.
You can access this feature by menu "Tools->Export H264 to file [HQX's plugins]"Author: Huang Qiangxiong ([email protected])