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:
parent
0ff3ce7464
commit
22fe799649
3 changed files with 41 additions and 43 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue