瀏覽代碼

默认启用jrtplib

huihui 5 年之前
父節點
當前提交
69a0d16b48
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      bin32/ScreenSender.exe
  2. 1 1
      src/RtpSender/RtpSender.cpp
  3. 1 1
      src/RtpSender/RtpSender.h

二進制
bin32/ScreenSender.exe


+ 1 - 1
src/RtpSender/RtpSender.cpp

@@ -139,7 +139,7 @@ void RtpSender::sendAnNalu(T_NALU *n, uint32_t pts)
 void RtpSender::sendAAC(uint8_t * buffer, int len, uint32_t pts)
 {
 
-fprintf(stderr, "%s size=%d pts=%d\n", __FUNCTION__, len, pts);
+//fprintf(stderr, "%s size=%d pts=%d\n", __FUNCTION__, len, pts);
 
     bool isSucceed = false;
 

+ 1 - 1
src/RtpSender/RtpSender.h

@@ -10,7 +10,7 @@
 #include "rtp.h"
 #include "NALU/nalu.h"
 
-#define USE_JRTPLIB 0
+#define USE_JRTPLIB 1
 
 #if USE_JRTPLIB
     #include "rtpsession.h"