Hi Rie Kito,
I have noticed one more similar issue in 2023 R1 version. Playbackcommand is not working on Main window, but it is working on other windows. When I use the below command on multi window
PlaybackCommandData pcdDT = new PlaybackCommandData() { Command = PlaybackData.Goto, DateTime = setDate };
PlaybackCommandData pcdPF = new PlaybackCommandData() { Command = PlaybackData.PlayForward, Speed = 1 };
ClientControl.Instance.CallOnUiThread(() => EnvironmentManager.Instance.SendMessage(new VideoOS.Platform.Messaging.Message(MessageId.SmartClient.PlaybackCommand, pcdDT), windows[wIndex].FQID));
ClientControl.Instance.CallOnUiThread(() => EnvironmentManager.Instance.SendMessage(new VideoOS.Platform.Messaging.Message(MessageId.SmartClient.PlaybackCommand, pcdPF), windows\[wIndex\].FQID));
If it is Main window, it has changed to playback mode but video is not displaying on specific time.
Reagards,
Priyanka