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

Merge remote-tracking branch 'john/rtc' into feature/rtc

This commit is contained in:
winlin 2020-04-07 17:30:06 +08:00
commit e22d1dffc1
3 changed files with 41 additions and 43 deletions

View file

@ -579,6 +579,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()) {