mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Show log when track not found
This commit is contained in:
parent
937167f311
commit
cf46779ad9
1 changed files with 1 additions and 0 deletions
|
@ -541,6 +541,7 @@ srs_error_t SrsRtcPlayStream::send_packets(SrsRtcStream* source, const vector<Sr
|
||||||
|
|
||||||
// TODO: FIXME: Maybe refine for performance issue.
|
// TODO: FIXME: Maybe refine for performance issue.
|
||||||
if (!audio_tracks_.count(pkt->header.get_ssrc()) && !video_tracks_.count(pkt->header.get_ssrc())) {
|
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());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue