XProtect Smart Client - Change Playback speed exception.Hey,I'm trying to control the speed of Smart client plays the playback.This is the message I send to client (attached photo) and get exception at player.What am I doing wrong?

playback

What the exception says is that this should be on the UI thread but is not.

Please try using –

virtual void VideoOS.Platform.ClientControl.CallOnUiThread (Action actionToBeInvoked)

-when using this message.