mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-27 04:22:20 +08:00
合并pr:#1025
This commit is contained in:
@@ -419,9 +419,8 @@ void RtspPlayer::pause(bool bPause) {
|
||||
sendPause(bPause ? type_pause : type_seek, getProgressMilliSecond());
|
||||
}
|
||||
|
||||
void RtspPlayer::speed(float speed)
|
||||
{
|
||||
sendRtspRequest("PLAY", _content_base, { "Scale",StrPrinter << speed });
|
||||
void RtspPlayer::speed(float speed) {
|
||||
sendRtspRequest("PLAY", _content_base, {"Scale", StrPrinter << speed});
|
||||
}
|
||||
|
||||
void RtspPlayer::handleResPAUSE(const Parser& parser,int type) {
|
||||
|
||||
Reference in New Issue
Block a user