mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
优化完善代码
This commit is contained in:
@@ -782,7 +782,7 @@ void RtspSession::handleReq_Play(const Parser &parser) {
|
||||
//这是设置播放速度
|
||||
auto speed = atof(strScale.data());
|
||||
play_src->speed(speed);
|
||||
InfoP(this) << "rtp set play speed:" << speed;
|
||||
InfoP(this) << "rtsp set play speed:" << speed;
|
||||
}
|
||||
|
||||
if (!strRange.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user