INTERACT FORUM
More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: DoubtingThomas on December 30, 2013, 06:53:23 pm
-
After rebooting there are no "Media Center 19 *32" processes running. After starting MC19, there are 2 of those processes running. When I shut MC down, one process remains.
I suspect one is the MediaServer. Is that right? I guess I don't get it. If the MediaServer should remain running after shutting MC down, shouldn't the MediaServer start with Windows?
Having 0, 1 or 2 "Media Center 19 *32" processes running makes it hard for my scripts to make decisions depending on if MC is running or not.
Would it be reasonable to assume.. is it a *RULE* that if there are 2 "Media Center 19 *32" processes running then the actual application is running?
-
I guess I don't get it. If the MediaServer should remain running after shutting MC down, shouldn't the MediaServer start with Windows?
From Standard View:
Tools > Options > Startup > Windows Startup
How MC starts up is user configurable with 4 options:
- Nothing
- MC
- Server
- MC + Server
Your choice.
-
From Standard View:
Tools > Options > Startup > Windows Startup
How MC starts up is user configurable with 4 options:
- Nothing
- MC
- Server
- MC + Server
Your choice.
Thanks, that explains why the MediaServer doesn't start till I start MediaCenter. Why would it continue to run after I shutdown the main application? I have it configured for "Nothing". I do have the media server configure to run since I make MCWS calls.
-
Thanks, that explains why the MediaServer doesn't start till I start MediaCenter. Why would it continue to run after I shutdown the main application? I have it configured for "Nothing". I do have the media server configure to run since I make MCWS calls.
To close Media Server:
- Navigate to the notification area on the Windows desktop (denoted by a small upward pointing triangle in the bottom right for a standard screen configuration).
- Left mouse click on the triangle and bring up the resident applications and look for the MC logo
- Right click on the MC logo (and I get 2 options): Show MC / Close Media Server
- Click Close Media Server
Note that if MC is open the above process won't shut it down but if you're working some Gizmo action, then streaming will die on you.
You can also work through Task Manager to achieve similar ends but the above is how I normally roll.
-
I guess I'm not explaining myself well. I'm looking for a absolute way to know if the MediaCenter application is running by using a DOS or UNIX shell program - no user interaction or gui involved.
For now I'll see if finding 2 "Media Center 19 *32" processes running works using the pslist utility from my script pgm.
-
I'm not seeing a pattern... now I have MC running and playing.... and I only see one "Media Center 19" processing and MCWS calls are working.
Can any MC developers shed some light on this for me?
Is there a way I can know from the process list if the MC app is running?
-
Can any MC developers shed some light on this for me?
I guess I'm not explaining myself well.
You are explaining it perfectly well; sorry can't help you - if it doesn't have a UI like procesexplorer.exe I'm lost. You have probably found the command line options in the Wiki I presume?
It is New Years day 4:30 where I am, but 10:30 in the US. JRiver hdq is closed and even if there were some developers lurking on line, they are probably in no condition to read and certainly not respond ;D
I'd give it til tomorrow to bump your post :)
-
Have you been to the DevZone (http://wiki.jriver.com/index.php/DevZone)?
Media Server is a small footprint version of MC. http://wiki.jriver.com/index.php/Media_Server
-
I worked around trying to determine if MC is running by looking at processes. Now if the MCWS call to "MCWS/v1/Playback/Info" fails, then my home automation system assumes the MediaCenter19 application is not running. So far it seems to be processing correctly.