#include "socket.h"
#include "dtsc.h"
#include "json.h"
#include "amf.h"
#include <string>
Go to the source code of this file.
|
| class | FLV::Tag |
| | This class is used to hold, work with and get information about a single FLV tag. More...
|
| |
|
| | FLV |
| | This namespace holds all FLV-parsing related functionality.
|
| |
| | RTMPStream |
| | Contains all functions and classes needed for RTMP connections.
|
| |
|
| 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...
|
| |