mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 13:05:59 +08:00
支持bitrate
This commit is contained in:
@@ -55,7 +55,7 @@ Sdp::Ptr H265Track::getSdp() {
|
||||
WarnL << getCodecName() << " Track未准备好";
|
||||
return nullptr;
|
||||
}
|
||||
return std::make_shared<H265Sdp>(getVps(),getSps(),getPps());
|
||||
return std::make_shared<H265Sdp>(getVps(), getSps(), getPps(), getBitRate() / 1024);
|
||||
}
|
||||
}//namespace mediakit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user