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
MediaPortal 1
MediaPortal 1 Plugins
HTPCInfo plugin v1.15.0 for MediaPortal 1.3.0 and higher
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="tourettes" data-source="post: 572335" data-attributes="member: 10858"><p><strong>Re: HTPCInfo plugin for MediaPortal v0.9.0</strong></p><p></p><p>hi Micropolis,</p><p></p><p>first I would like to thank for a nice plugin (althou I personally dont use it, but lot of our users use). And 2nd I would like to tell some results we have been lately receiving. Seems that the HTPCInfo plugin is source for lot of frame dropping / juddering issues on multiple HTPCs. Here are few pointers that should be taken into consideration for future versions of this plugin (I havent checked the code, so some of these might not be valid)</p><p></p><p>1) Process() method overloading should be done as less as possible (only handle messaging between MP and the plugin there). On every single video frame rendering the Process() is run thru and if there is some code paths that cause few ms delays it could already cause dropped frame(s). We have only 20ms per frame time for the video decoding, running process() code, trying to match the v-sync, rendering the video frame and on top of that OSD etc. So, use as less code that runs in MPMain thread (easy to see if you put logging into every method, MP will log the used thread)</p><p></p><p>2) All non-critical background processing should be halted when MP is palying a video (g_player should give this info)</p><p></p><p>3) All background threads should be running lower priority that the MP itself, this will give smoother GUI animations etc.</p><p></p><p>After solving those, the frame dropping / juddering issues the MP users have been reporting should be much more rare than thay are now.</p></blockquote><p></p>
[QUOTE="tourettes, post: 572335, member: 10858"] [b]Re: HTPCInfo plugin for MediaPortal v0.9.0[/b] hi Micropolis, first I would like to thank for a nice plugin (althou I personally dont use it, but lot of our users use). And 2nd I would like to tell some results we have been lately receiving. Seems that the HTPCInfo plugin is source for lot of frame dropping / juddering issues on multiple HTPCs. Here are few pointers that should be taken into consideration for future versions of this plugin (I havent checked the code, so some of these might not be valid) 1) Process() method overloading should be done as less as possible (only handle messaging between MP and the plugin there). On every single video frame rendering the Process() is run thru and if there is some code paths that cause few ms delays it could already cause dropped frame(s). We have only 20ms per frame time for the video decoding, running process() code, trying to match the v-sync, rendering the video frame and on top of that OSD etc. So, use as less code that runs in MPMain thread (easy to see if you put logging into every method, MP will log the used thread) 2) All non-critical background processing should be halted when MP is palying a video (g_player should give this info) 3) All background threads should be running lower priority that the MP itself, this will give smoother GUI animations etc. After solving those, the frame dropping / juddering issues the MP users have been reporting should be much more rare than thay are now. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
HTPCInfo plugin v1.15.0 for MediaPortal 1.3.0 and higher
Contact us
RSS
Top
Bottom