There is a bug when seeking or jumping using the uPnP server when file is > than 2,147,483,647 bytes (2Gb)
(reposted in this thread)
Using uPnP server, with video files > 2Gb (which almost all feature length movies are, has the following bug:
The media player (in my case, D-Link DSM-520) displays the current position and the total length of the video. When you direct it to "jump" to a position more than 2Gb from the start of the video, the timer displays correctly but the video jumps back to position 0, the very beginning.
I believe there is a 32 bit integer variable being used in MC12, which would have a range of -2,147,483,648 to +2,147,483,647. When the upnp server is told to jump to a position > than 2,147,483,647 bytes into the media file, it overflows, and instead jumps back to position 0. I think it should be an easy fix to use a 64 bit integer variable instead.
I really hope this bug gets fixed quickly, because I really like virtually everything else about this product and want to be able to use it for my home media system.