Replay Service slow rate don't work

4 posts / 0 new
Last post
Mister CommandRequest's picture
Offline
Last seen: 1 month 1 week ago
Joined: 07/30/2025
Posts: 5
Replay Service slow rate don't work

Hello everyone!

I am adding buttons for replay controls in my app and I’d like to add the ability to speed up or slow down the replay.

Increasing the speed (x2, x4, etc.) works fine, but when I try to slow it down, I need to send non-integer values (x0.25 or x0.5) and it doesn’t work.

I get this error on RTI DDS Spy.

Replay Service slow rate don't work

However, when I change the replay speed through the XML config file and set it to "0.5", it works without any issue.

Does anyone have a solution to suggest, please?

Mister CommandRequest's picture
Offline
Last seen: 1 month 1 week ago
Joined: 07/30/2025
Posts: 5

 

The documentation is really minimal on this topic, and I honestly don’t see how to send it a decimal value ...

4.4. Remote Administration — RTI Recording Service 6.1.0 documentation

Offline
Last seen: 1 month 1 week ago
Joined: 01/15/2013
Posts: 95

Hi Mister CommandRequest, I think you're hitting an issue (Issue ID RECORD-1276) that was fixed in version 6.1.1. I recommend updating at least to that version. Thanks!

Mister CommandRequest's picture
Offline
Last seen: 1 month 1 week ago
Joined: 07/30/2025
Posts: 5

We switched to 6.1.2 LTS and indeed it seems to be working!

Thanks a lot Juan!