Even more documentation, RTMP Connector compiles again, but still extremely buggy. Will create RTMP debugging tool soon. Something wrong with RTMP Connector reading FLV::Tags... needs more investigation.
This commit is contained in:
parent
b592442d6b
commit
6db6829545
29 changed files with 1451 additions and 1437 deletions
|
@ -1,9 +1,12 @@
|
|||
/// \file Connector_HTTP/main.cpp
|
||||
/// Contains the main code for the HTTP Connector
|
||||
|
||||
/// Sets the global debugging level.
|
||||
/// debugging level 0 = nothing
|
||||
/// debugging level 1 = critical errors
|
||||
/// debugging level 2 = errors
|
||||
/// debugging level 3 = status information
|
||||
/// debugging level 4 = extremely verbose status information
|
||||
// debugging level 0 = nothing
|
||||
// debugging level 1 = critical errors
|
||||
// debugging level 2 = errors
|
||||
// debugging level 3 = status information
|
||||
// debugging level 4 = extremely verbose status information
|
||||
#define DEBUG 4
|
||||
|
||||
#include <iostream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue