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 2
General
HEVC playback stutter in MP2.3 and 2.3.1
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="morpheus_xx" data-source="post: 1290429" data-attributes="member: 48495"><p>If you are able to compile MP2 in VS, you might want to tweak these constants and re-compile: <a href="https://github.com/MediaPortal/MediaPortal-2/blob/2889496551204d55c5a3c84583b0fd6ab6bbd010/MediaPortal/Source/Core/MediaPortal.Common/Services/ResourceAccess/CachedMultiSegmentHttpStream.cs#L45-L47" target="_blank">MediaPortal-2/CachedMultiSegmentHttpStream.cs at 2889496551204d55c5a3c84583b0fd6ab6bbd010 · MediaPortal/MediaPortal-2</a></p><p></p><p>The stream class is used under the dokan layer to load parts ("chunks") from the remote server via HTTP. We formerly had bigger chunks, but this lead to very bad access times for random reads (i.e. like accessing a DVD file structure over network). </p><p></p><p>You could try to increase the buffer size, i.e. from 256 to 512 kb. This could help to provide a smoother playback.</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1290429, member: 48495"] If you are able to compile MP2 in VS, you might want to tweak these constants and re-compile: [URL="https://github.com/MediaPortal/MediaPortal-2/blob/2889496551204d55c5a3c84583b0fd6ab6bbd010/MediaPortal/Source/Core/MediaPortal.Common/Services/ResourceAccess/CachedMultiSegmentHttpStream.cs#L45-L47"]MediaPortal-2/CachedMultiSegmentHttpStream.cs at 2889496551204d55c5a3c84583b0fd6ab6bbd010 · MediaPortal/MediaPortal-2[/URL] The stream class is used under the dokan layer to load parts ("chunks") from the remote server via HTTP. We formerly had bigger chunks, but this lead to very bad access times for random reads (i.e. like accessing a DVD file structure over network). You could try to increase the buffer size, i.e. from 256 to 512 kb. This could help to provide a smoother playback. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
General
HEVC playback stutter in MP2.3 and 2.3.1
Contact us
RSS
Top
Bottom