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
Plugin Development
Featured Plugins
UPnP / DLNA Media Server
UPnP / DLNA Media Server for MediaPortal 2
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: 932688" data-attributes="member: 48495"><p>I added compression to the UPnP library: <a href="https://github.com/MediaPortal/MediaPortal-2/commits/FEAT_UPnP_Compression" target="_blank">https://github.com/MediaPortal/MediaPortal-2/commits/FEAT_UPnP_Compression</a></p><p> </p><p>Both gzip and deflate are supported (last commit prefers "deflate", I've read it should be faster).</p><p> </p><p>The compression level could be even better using .NET45 framework, there were new constructors added to GZipStream that allows to pass a CompressionLevel parameter.</p><p> </p><p>A sample loading 100 video MediaItems incl. binary thumbnails:</p><ul> <li data-xf-list-type="ul">Uncompressed: 2.4 MB</li> <li data-xf-list-type="ul">gzip/deflate (current implementation): 2.2 MB</li> <li data-xf-list-type="ul">fiddler gzip: 1.3 MB (applied in analysis window)</li> </ul><p>For text-only message the compression factor is already ~ 1: 10 !</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 932688, member: 48495"] I added compression to the UPnP library: [url]https://github.com/MediaPortal/MediaPortal-2/commits/FEAT_UPnP_Compression[/url] Both gzip and deflate are supported (last commit prefers "deflate", I've read it should be faster). The compression level could be even better using .NET45 framework, there were new constructors added to GZipStream that allows to pass a CompressionLevel parameter. A sample loading 100 video MediaItems incl. binary thumbnails: [LIST] [*]Uncompressed: 2.4 MB [*]gzip/deflate (current implementation): 2.2 MB [*]fiddler gzip: 1.3 MB (applied in analysis window) [/LIST] For text-only message the compression factor is already ~ 1: 10 ! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Featured Plugins
UPnP / DLNA Media Server
UPnP / DLNA Media Server for MediaPortal 2
Contact us
RSS
Top
Bottom