MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Namespaces | Macros | Functions
rtmp_analyser.cpp File Reference

Debugging tool for RTMP data. More...

#include <iostream>
#include <fstream>
#include <string>
#include <cstdlib>
#include <mist/flv_tag.h>
#include <mist/amf.h>
#include <mist/rtmpchunks.h>
#include <mist/config.h>
#include <mist/socket.h>

Namespaces

 Analysers
 Holds everything unique to the analysers.
 

Macros

#define DETAIL_EXPLICIT   2
 
#define DETAIL_RECONSTRUCT   1
 
#define DETAIL_VERBOSE   4
 

Functions

int Analysers::analyseRTMP (Util::Config conf)
 Debugging tool for RTMP data. More...
 
int main (int argc, char **argv)
 

Detailed Description

Debugging tool for RTMP data.

Macro Definition Documentation

#define DETAIL_EXPLICIT   2
#define DETAIL_RECONSTRUCT   1
#define DETAIL_VERBOSE   4

Function Documentation

int main ( int  argc,
char **  argv 
)