Skip to content

Commit

Permalink
rtsp player control
Browse files Browse the repository at this point in the history
  • Loading branch information
newbeeAirfeeen committed Dec 14, 2024
1 parent c50ec9b commit e0ee4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rtsp/RtspPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ void RtspPlayer::sendPause(int type , uint32_t seekMS){
case type_play:
//sendRtspRequest("PLAY", _content_base);
sendRtspRequest(
"PLAY", _control_url,
"PLAY", _content_base,
{ "Range", StrPrinter << "clock=20241213T141034Z-20241213T141529Z", "Scale", StrPrinter << "1.000000", "Speed", StrPrinter << "1.000000" });


Expand Down

0 comments on commit e0ee4e5

Please sign in to comment.