Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshevach committed Sep 16, 2024
1 parent a55e641 commit bab813b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions transcoder/receiver_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,7 @@ int clientLoop(receiver_server_t *server,receiver_server_session_t *session,tran
_S(KMP_send_ack(&session->kmpClient,&current_position));
}
break;
} else if(!autoAckMode) {
received_frame_id++;
kmp_frame_position_t media_info_position = { received_frame_id, received_frame_id, 0 };
LOGGER(CATEGORY_RECEIVER,AV_LOG_INFO,"[%s] sending ack for media packet # : %lld",
session->stream_name, media_info_position.frame_id);
_S(KMP_send_ack(&session->kmpClient,&media_info_position));
}

}
if (header.packet_type==KMP_PACKET_FRAME)
{
Expand Down

0 comments on commit bab813b

Please sign in to comment.