Large/huge files not playing

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
nightmare1942
Posts: 4
Joined: Tue Apr 14, 2015 5:46 am

Large/huge files not playing

Post by nightmare1942 »

Hello,

I do have a problem while playing large files (~8GB and up). Most of them are in a .mkv container.
As far as I could see, UMS might have some troubles with the subs, but I'm not sure.

I added the debug.log (ALL) for one of these files.
debug.log
(45.89 KiB) Downloaded 518 times
What is the problem?

Regards
nightmare1942
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: Large/huge files not playing

Post by ExSport »

There is no attempt to play file.
Make logs again with reproducing problem and post full zip here (logs in TRACE mode)
nightmare1942
Posts: 4
Joined: Tue Apr 14, 2015 5:46 am

Re: Large/huge files not playing

Post by nightmare1942 »

Well, exactly that's the problem. It doesn't even start playing.
It shows a size of ~976KB on the tv (even so its 10GB).

I tried to force specific renderes but then it stopped directly. Otherwise (withoud forcing renderer) it seems to try to start it but then breaks with an the error: "The chosen file is not supported".

I did a new TRACE Log.
ums_dbg.zip
(42.92 KiB) Downloaded 394 times
lordzork
Posts: 1
Joined: Sat Aug 15, 2015 8:48 am

Re: Large/huge files not playing

Post by lordzork »

Hi,

I have exactly the same problem. However, I found out that the issue started after ums 5.1.0 (that version is working perfectly, except for mp4 playback - which has been fixed with ums 5.2.2).

I have been downloading every new version since then to see if the problem has been corrected but the issue persists. Large files are detected as 800-900 kb files and are unplayable. Not all large files mind you, only really big ones.

Thank you for all your hard work. UMS helped me take my home movie watching experience to the next technological level!

Best,

Steve
TVS08
Posts: 1
Joined: Sat Oct 24, 2015 6:56 am

Re: Large/huge files not playing

Post by TVS08 »

I have the same problem with Samsung SmartTV, and I've found a solution (workaround). The problem of such files is high bitrate. See debug log:

Code: Select all

DEBUG 16:42:36.027 [nioEventLoopGroup-3-6] Starting transcode/remux of mortde.RMX-pate.mkv with media info: container: mkv, bitrate: 28746289, size: 23005809260, video codec: h264, duration: 01:46:42.00, width: 1920, height: 1080, frame rate: , thumb size: 1963, mime type: video/avi, matrix coefficients: BT.709, attached fonts: false, video track title from metadata: Remux Pate

Code: Select all

DEBUG 16:42:36.050 [nioEventLoopGroup-3-6] Reading maximum_bitrate: "0" (default: "90")
TRACE 16:42:36.050 [nioEventLoopGroup-3-6] Using the video bitrate limit from the renderer config (25) which is lower than the one from the program settings (25)
TRACE 16:42:36.050 [nioEventLoopGroup-3-6] Halving the video bitrate limit to 12500

Code: Select all

TRACE 16:42:33.550 [nioEventLoopGroup-3-2] File "mortde.RMX-pate.mkv" will not be streamed because the bitrate is too high.
So bitrate of your file is about 28 MBps, and it is higher than 25 MBps from renderer config (MaxVideoBitrateMbps = 25). Actually the bitrate is being compared to 12,5 MBps, not 25 MBps. The workaround is to change renderer config - try setting MaxVideoBitrateMbps = 100 and be prepared that your SmartTV won't be able to play streamed file anyway (or maybe it will).
In my case video file has birate about 14 MBps, and setting MaxVideoBitrateMbps = 50 solved the problem, and I could view video without transcoding.

This workaround works for tle latest version of UMS 5.2.3
edipoReboucas
Posts: 1
Joined: Sun May 01, 2016 4:26 am

Re: Large/huge files not playing

Post by edipoReboucas »

Works great for me too. In my Samsung SmartTV broke the list of videos in folder.
imamic
Posts: 2
Joined: Sat May 18, 2019 5:16 am

Re: Large/huge files not playing

Post by imamic »

Hi.

Can anyone help me with playing big ( UHD ) mkv files ( over 20-25 gb ).

I can normally play files around 10-12 gigs ... I tried to play with MaxBitrate option in tv.conf ... and nothing works.
I have CAT7 cables, network is gigabit, router is gigabit.

Log in attach.
Windows 10 - 16 gb ram - SSD drive - JAVA64

Thank you for helping me out
Attachments
ums_dbg.zip
(68.8 KiB) Downloaded 343 times
imamic
Posts: 2
Joined: Sat May 18, 2019 5:16 am

Re: Large/huge files not playing

Post by imamic »

Anyone please?:)

Thank ypou
Post Reply