1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Add annotation about rtp packet. Remove no need verbose log.

This commit is contained in:
xiaozhihong 2020-04-03 16:35:47 +08:00
parent 0ff3ce7464
commit 22fe799649
3 changed files with 41 additions and 43 deletions

View file

@ -567,6 +567,7 @@ void SrsRtcSenderThread::send_and_free_messages(SrsSharedPtrMessage** msgs, int
if (msg->is_video()) {
pkt->set_payload_type(video_payload_type);
pkt->set_ssrc(video_ssrc);
srs_verbose("send video, ssrc=%u, seq=%u, timestamp=%u", video_ssrc, pkt->sequence, pkt->timestamp);
}
if (msg->is_audio()) {