[feat] add network controller into video send channel

This commit is contained in:
dijunkun
2025-02-06 17:36:35 +08:00
parent 3accdf2192
commit 316a0220a8
4 changed files with 50 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ int RtpVideoSender::SendRtpPacket(RtpPacket& rtp_packet) {
if (0 != data_send_func_((const char*)rtp_packet.Buffer().data(),
rtp_packet.Size())) {
LOG_ERROR("Send rtp packet failed");
// LOG_ERROR("Send rtp packet failed");
return -1;
}