Holds everything unique to the analysers.
More...
Holds everything unique to the analysers.
- Todo:
- rewrite this analyser.
int Analysers::analyseAMF |
( |
| ) |
|
Debugging tool for AMF data.
Expects AMF data through stdin, outputs human-readable information to stderr.
- Returns
- The return code of the analyser.
Debugging tool for DTSC data.
Expects DTSC data in a file given on the command line, outputs human-readable information to stderr.
- Parameters
-
conf | The configuration parsed from the commandline. |
- Returns
- The return code of the analyser.
int Analysers::analyseMP4 |
( |
| ) |
|
Debugging tool for MP4 data.
Expects MP4 data through stdin, outputs human-readable information to stderr.
- Returns
- The return code of the analyser.
int Analysers::analyseOGG |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Debugging tool for RTMP data.
Expects RTMP data of one side of the conversation through stdin, outputs human-readable information to stderr.
Will output FLV file to stdout, if available.
Automatically skips the handshake data.
- Parameters
-
conf | The configuration parsed from the commandline. |
- Returns
- The return code of the analyser.
int Analysers::analyseRTP |
( |
| ) |
|
int Analysers::analyseTS |
( |
bool |
validate, |
|
|
bool |
analyse, |
|
|
int |
detailLevel |
|
) |
| |
Debugging tool for TS data.
Expects TS data through stdin, outputs human-readable information to stderr.
- Returns
- The return code of the analyser.
std::string Analysers::Opus_prettyPacket |
( |
const char * |
part, |
|
|
int |
len |
|
) |
| |
std::string Analysers::printPES |
( |
const std::string & |
d, |
|
|
unsigned long |
PID, |
|
|
int |
detailLevel |
|
) |
| |
- Todo:
- Implement this. Complicated field, bah.