home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
PowerScheduler++ test versions
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="michael_t" data-source="post: 874738" data-attributes="member: 85139"><p>As a server plugin (the client plugin only informs the server plugin about the client status), PS++ does not do anything with the display/monitor. The display is solely handled by the MP client (if it is handled at all - I don't know). PS++ only handles standby, i.e prevents the PC from going to S3 or S4 while it is busy. This is done by calling SetThreadExecutionState (ES_SYSTEM_REQUIRED|ES_CONTINUOS) e.g. as long as a movie is beeing played. After the movie is finished, PS++ allows the system to go to standby by calling SetThreadExecutionState (ES_CONTINUOS). Then windows suspends the PC after the configured idle time has passed. This is the same behavior as any other media player (including Microsoft's own) shows. Why should MP be different?</p><p>This is only true if you manually stop the playback or do some other user action. If the movie playback terminates because it reaches the movie's end, this is no activity for Windows.</p><p> </p><p>Michael</p></blockquote><p></p>
[QUOTE="michael_t, post: 874738, member: 85139"] As a server plugin (the client plugin only informs the server plugin about the client status), PS++ does not do anything with the display/monitor. The display is solely handled by the MP client (if it is handled at all - I don't know). PS++ only handles standby, i.e prevents the PC from going to S3 or S4 while it is busy. This is done by calling SetThreadExecutionState (ES_SYSTEM_REQUIRED|ES_CONTINUOS) e.g. as long as a movie is beeing played. After the movie is finished, PS++ allows the system to go to standby by calling SetThreadExecutionState (ES_CONTINUOS). Then windows suspends the PC after the configured idle time has passed. This is the same behavior as any other media player (including Microsoft's own) shows. Why should MP be different? This is only true if you manually stop the playback or do some other user action. If the movie playback terminates because it reaches the movie's end, this is no activity for Windows. Michael [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
PowerScheduler++ test versions
Contact us
RSS
Top
Bottom