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

Test: Add republish regression test, should fail

This commit is contained in:
winlin 2021-03-23 19:32:59 +08:00
parent bb37a5550c
commit 3fea5c0ec3
4 changed files with 397 additions and 373 deletions

View file

@ -605,7 +605,7 @@ srs_error_t SrsRtcPlayStream::send_packet(SrsRtpPacket2*& pkt)
// TODO: FIXME: Maybe refine for performance issue.
if (!audio_tracks_.count(pkt->header.get_ssrc()) && !video_tracks_.count(pkt->header.get_ssrc())) {
srs_warn("ssrc %u not found", pkt->header.get_ssrc());
srs_warn("RTC: Drop for ssrc %u not found", pkt->header.get_ssrc());
return err;
}