Page 1 of 1

Trouble streaming UHD Media to Samsung UDH TV

Posted: Sun May 19, 2019 7:26 am
by Hicks89
Hi All

I've have some UHD mkv files i want to stream to my Samsung Smart TV (Model UE43NU7400).

When i attempt to do this, the tv throw up a generic error message (no option for further detail)

I have attempted to stream the same file on my computer via the web interface in google chrome, edge, firefox and opera and there are no issues.

I have attached the debug log as requested.

Any help much appreciated

Re: Trouble streaming UHD Media to Samsung UDH TV

Posted: Sun May 19, 2019 10:00 am
by valib
Did you try to use TRANSCODE folder and stream that video to your TV? If it not works than your TV doesn't support this audio format via DLNA. If it works add "truehd" to .conf in the line

Code: Select all

Supported = f:mkv  v:h265|mjpeg  a:ac3|lpcm|adpcm|aac-lc|he-aac|wma|eac3|mp3|dts	m:video/x-matroska	w:4096	h:2160	b:640000000
like

Code: Select all

Supported = f:mkv  v:h265|mjpeg  a:ac3|lpcm|adpcm|aac-lc|he-aac|wma|eac3|mp3|dts|truehd  m:video/x-matroska	w:4096	h:2160	b:640000000

Re: Trouble streaming UHD Media to Samsung UDH TV

Posted: Sun May 19, 2019 7:28 pm
by Hicks89
Adding truehd to the samsung-uhd.conf fixed it!

Many Thanks