avbanalyse
— Audio
Video Bridging analysis tool.
avbanalyse |
command <arguments> |
The avbanalyse
executable is used for
analysis of PCAP network captures and test data for AVB testing.
The following commands are available:
- pcap
- Parse a pcapng file and extract the AVTP audio stream media clocking and
gPTP clocking for analysis.
- trace
- Parse an Apple Trace (atrc) file and extract AVB tracepoint data for
analysis.
The following options are available for the pcap command:
- --data pcap-path
- The path to the pcap file to be analysed.
- --output path
- Specifies the path to the directory to put all of the output data from the
analysis. Creates the directory if it does not exist.
- [--extract-payload]
- Extract the payload contents into a file for playback. Only applies to IEC
61883-6 AM824 and AAF PCM Audio streams.
- [--tdev-analysis]
- Run TDEV analysis on the extracted media clock of the stream.
The following options are available for the trace command:
- --data trace-path
- The path to the trace file to be analysed.
- --output path
- Specifies the path to the directory to put all of the output data from the
analysis. Creates the directory if it does not exist.