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