INTERACT FORUM
More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: eddyshere on June 12, 2016, 10:41:59 am
-
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.
-
further two MCC Commands are also not working for me :
28020 MCC_PLAYBACK_ENGINE_OSD_VIDEO_PROC_AMP
10051 MCC_SHOW_ON_SCREEN_DISPLAY
-
I just tried:
MC21.exe /MCC 10053,-1
And it switched the audio language fine.
-
Please do the same with //localhost:52199/MCWS/v1/Control/MCC?Command=10053,-1.
submit it twice or three time to toggle...it stops working after the first time.
see my first post : 10053 works if i type MC21.exe /MCC 10053,-1 but not if i use it through MCWS: //localhost:52199/MCWS/v1/Control/MCC?Command=10053,-1
the same is true for 10052-10054 or 28032-28034
MCC 28020 and 10051 even don't work if entered MC21.exe /MCC XXXXX
-
And please also regard provided zone params whereever possbile when it comes to MCC commands invoked via MCWS.
So when an "enter" key is received (command 27000, parameter 13) and it implicitly leads to a "PLAY" inside the playback engine then the provided zone params shall be used for this derived play command. Only when no zone params are specified the target zone for the derived command shall be the current zone.
-
Please do the same with //localhost:52199/MCWS/v1/Control/MCC?Command=10053,-1.
submit it twice or three time to toggle...it stops working after the first time.
That's not the right syntax.
This is:
http://localhost:52199/MCWS/v1/Control/MCC?Command=10053&Parameter=-1
And that works just fine for me.
-
:D :D AAAHHH
Sorry for wasting your time I didn't come on the idea that the syntax might be wrong as even with the wrong syntax it worked .....once...
THANKS