MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Data Structures | Namespaces | Functions | Variables
flv_tag.h File Reference
#include "socket.h"
#include "dtsc.h"
#include "json.h"
#include "amf.h"
#include <string>

Go to the source code of this file.

Data Structures

class  FLV::Tag
 This class is used to hold, work with and get information about a single FLV tag. More...
 

Namespaces

 FLV
 This namespace holds all FLV-parsing related functionality.
 
 RTMPStream
 Contains all functions and classes needed for RTMP connections.
 

Functions

bool FLV::check_header (char *header)
 Checks a FLV Header for validness. More...
 
bool FLV::is_header (char *header)
 Checks the first 3 bytes for the string "FLV". More...
 

Variables

std::string FLV::Error_Str = ""
 This variable is set if a problem is encountered while parsing the FLV. More...
 
char FLV::Header [13] = {'F', 'L', 'V', 0x01, 0x05, 0, 0, 0, 0x09, 0, 0, 0, 0}
 Holds the last FLV header parsed. More...
 
bool FLV::Parse_Error = false
 This variable is set to true if a problem is encountered while parsing the FLV. More...