10052 MCC_SET_SUBTITLES int nIndex (-1 toggles forward, -2 toggles backwards)
10053 MCC_SET_AUDIO_STREAM int nIndex (-1 toggles forward, -2 toggles backwards)
10054 MCC_SET_VIDEO_STREAM int nIndex (-1 toggles forward, -2 toggles backwards)
28032 MCC_PLAYBACK_ENGINE_SET_SUBTITLES int nIndex (-1 toggles forward, -2 toggles backwards)
28033 MCC_PLAYBACK_ENGINE_SET_AUDIO_STREAM int nIndex (-1 toggles forward, -2 toggles backwards)
28034 MCC_PLAYBACK_ENGINE_SET_VIDEO_STREAM int nIndex (-1 toggles forward, -2 toggles backwards)
These commands bring the menu OSD up (when sending through MCWS) but toggling doesn't work, should the parameter not toggle through subtitles or audio or video streams?
ie sending the commands severaltimes toggles through available subtitles for example? In some cases it changes the audio track but any following command is ignored.
Actually controlling over MCC (ie for ex. mc21.exe /MCC 10053,-1) correctly toggles available audio tracks and overall : MCC work BUT the same over MCWS http://localhost:52199/MCWS/v1/Control/MCC?Command=10053,-1 will work only once.So it looks like passing MCC commands over MCWS seem broken.