#465 closed enhancement (fixed)
New utility to read RTP packets/payload from PCAP file
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Included in this package:
- new pcap.[hc] file in PJLIB-UTIL to parse and read packets from PCAP file.
- new application (pcaputil.c) in samples collection to read RTP packets from PCAP file, decode the payload, and write the PCM samples to WAV file.
Change History (3)
comment:1 Changed 17 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 years ago by bennylp
- updated VS8 and WinCE projects
comment:3 Changed 17 years ago by bennylp
- Changed pj_pcap_read_udp() API to optionally return UDP header (useful for examining the source IP address).
- More robust RTP packet filtering/handling in pcaputil sample. Now it will skip bad RTP packets (out of order, bad PT, etc.).
Note: See
TracTickets for help on using
tickets.
Done in r1765