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 Talk
Teletext subtitles
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="misterd" data-source="post: 171207" data-attributes="member: 19503"><p>The computing power isn't the only reason. I think that the main reason is the handling of the rendering in MP itself.</p><p>I will try to explain it. </p><p>Before my patch the rendering of the pages was done in one of the main threads of MP. Since the creation of the images needs a lot of cpu time, it blocked the rendering of the video.</p><p>Now the images were created in separated thread with lowest priority and only every 300 milliseconds. But there is an exclusion: All page updates (e.g. subtitles) are rendered in a third thread to get it sync.</p><p>So we have to differ between two scenarios. If you only get stuttering when the pages are updated, than I could transfer the image creation to my separated thread. But if you even get stuttering when you enter the teletext page number than we have to find another solution (e.g. filter solution).</p><p></p><p>MisterD</p></blockquote><p></p>
[QUOTE="misterd, post: 171207, member: 19503"] The computing power isn't the only reason. I think that the main reason is the handling of the rendering in MP itself. I will try to explain it. Before my patch the rendering of the pages was done in one of the main threads of MP. Since the creation of the images needs a lot of cpu time, it blocked the rendering of the video. Now the images were created in separated thread with lowest priority and only every 300 milliseconds. But there is an exclusion: All page updates (e.g. subtitles) are rendered in a third thread to get it sync. So we have to differ between two scenarios. If you only get stuttering when the pages are updated, than I could transfer the image creation to my separated thread. But if you even get stuttering when you enter the teletext page number than we have to find another solution (e.g. filter solution). MisterD [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Teletext subtitles
Contact us
RSS
Top
Bottom