修复#247

This commit is contained in:
xiongziliang
2020-03-26 17:12:21 +08:00
parent 402d5f83e5
commit c145f5f8ba
3 changed files with 106 additions and 9 deletions

View File

@@ -88,8 +88,7 @@ Track::Ptr Factory::getTrackBySdp(const SdpTrack::Ptr &track) {
return std::make_shared<H265Track>(vps,sps,pps,0,0,0);
}
WarnL << "暂不支持该sdp:" << track->_codec << " " << track->_fmtp;
WarnL << "暂不支持该sdp:" << track->getName();
return nullptr;
}