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:
parent
bb37a5550c
commit
3fea5c0ec3
4 changed files with 397 additions and 373 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue