How can I playback video with audio in SC 2016 R2?
I’ve checked SCIndependentPlayback and SCWorkSpace but it throws an exception on
_audioPlayerControl = ClientControl.Instance.GenerateAudioPlayerControl(WindowInformation);
_audioPlayerControl.PlaybackControllerFQID = _playbackFQID;
_audioPlayerControl.PlaybackControllerFQID throw
The method or operation is not implemented. (VideoOS.RemoteClient.Application)
------------------------------
Program location
at VideoOS.RemoteClient.Application.MIP.PlatformAudioControl.set_PlaybackControllerFQID(FQID value)
at SCIndependentPlayback.Client2.SCIndependentPlayback2ViewItemUserControl.Init()
at VideoOS.RemoteClient.Application.MIP.PlatformContentHolder.Init(String state)
For this version of SC is a different approach then _audioPlayerControl.PlaybackControllerFQID ?