注释,说明

注释,说明
This commit is contained in:
3503207480@qq.com
2019-08-30 11:17:27 +08:00
parent e3139134e8
commit 036b36f012
12 changed files with 37 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ RtspMuxer::RtspMuxer(const TitleSdp::Ptr &title){
}
void RtspMuxer::onTrackReady(const Track::Ptr &track) {
//根据track生sdp
//根据track生sdp
Sdp::Ptr sdp = track->getSdp();
if (!sdp) {
return;