mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine srs-librtmp log macro
This commit is contained in:
parent
f92303c764
commit
6de83db76e
4 changed files with 21 additions and 18 deletions
|
@ -30,6 +30,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
// undefine the log of librtmp for the srs use its log.
|
||||
#undef srs_trace
|
||||
#undef srs_verbose
|
||||
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_protocol_rtmp.hpp>
|
||||
#include <srs_lib_simple_socket.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue