Samsung qe65q7f

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
Erfico
Posts: 5
Joined: Wed Nov 29, 2017 5:54 am

Samsung qe65q7f

Post by Erfico »

Hello
need some help to create a renderer for this model
Thx a lot!
Attachments
ums_dbg.zip
(356.46 KiB) Downloaded 379 times
bodom
Posts: 24
Joined: Wed Nov 29, 2017 9:18 am

Re: Samsung qe65q7f

Post by bodom »

I have your same model. How can I help?

P.S. Does the playback controls work for you?
Erfico
Posts: 5
Joined: Wed Nov 29, 2017 5:54 am

Re: Samsung qe65q7f

Post by Erfico »

Hello copying from other confs i managed to have 1920x1080 mkvs to work fine.. Still got issues with UHD mkvs.. a couple working.. But most part got a connection time out error
Thx for help :)
Erfico
Posts: 5
Joined: Wed Nov 29, 2017 5:54 am

Re: Samsung qe65q7f

Post by Erfico »

I found a List of What the tv can play
https://www.samsung.com/us/support/answer/ANS00062218/

Now... how can write conf file?
Thx a lot
limbodfl
Posts: 3
Joined: Fri Nov 04, 2016 8:11 am

Re: Samsung qe65q7f

Post by limbodfl »

Same problem here... Same Samsung TV plays anything but not UHD files...
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: Samsung qe65q7f

Post by Sami32 »

Hello Erfico,

Forcing the Samsung 9 Series renderer will solve your issue.
But don't forget to edit these lines inside the renderer's configuration file as following:

Code: Select all

MaxVideoWidth = 3840
MaxVideoHeight = 2160
H264Level41Limited = false
Help for creating your own renderer:
http://www.universalmediaserver.com/faq ... erSupport1
https://github.com/UniversalMediaServer ... -my-device

Note: For sure, your CPU do not have suffisant power to handle UHD transcoding, again less to MPEG2, so better to avoid unecessary transcoding...
Erfico
Posts: 5
Joined: Wed Nov 29, 2017 5:54 am

Re: Samsung qe65q7f

Post by Erfico »

hello i just noticed that the movies that work are read as MKV on tv
instead other are read as :MPG even if on pc are all .mkv
how to solve?
thx
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: Samsung qe65q7f

Post by Sami32 »

@Erfico Sorry, i do not understand you, so consider posting a new trace log reproducing the problem and with one media that work, it should be more easy for non english native people.
Erfico
Posts: 5
Joined: Wed Nov 29, 2017 5:54 am

Re: Samsung qe65q7f

Post by Erfico »

thx for your patience
i created a new log
ums_dbg.zip
(197.11 KiB) Downloaded 371 times
i'm using this conf file
[TV]SamsungQ7Series.conf
(3.84 KiB) Downloaded 396 times
i first played kong (that works fine, languages and subtitles ok)
then i played indipendence day (that works slow, ok languages but no subtitle selection avaible)

I had indipendence day (and other films) working (bad) putting this line
Supported = f:mpegts v:h264|h265|mp4|mpeg2 a:aac-lc|he-aac|ac3|dts|dtshd|eac3|lpcm|mp3|mpa|wma m:video/vnd.dlna.mpeg-tts
before this one
Supported = f:mpegps v:mpeg1|mpeg2 a:aac-lc|he-aac|ac3|lpcm|mp3|mpa m:video/mpeg


both files on hard disk are named filename.mkv
01/11/2017 10:22 51.566.979.339 Kong - Skull Island.mkv
24/11/2017 13:21 43.870.697.725 Independence_Day_t01.mkv


Kong was downloaded as it is
indipendence day was done with mkv from a uhd-bluray
Attachments
Immagine3.png
Immagine3.png (460.46 KiB) Viewed 9537 times
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: Samsung qe65q7f

Post by Sami32 »

@Erfico This issue is solved, as you can now play UHD media.

Your other issue is related to media transcoding, and in your case it is a no way, as your I3 CPU doesn't have the suffisant power to trancode 4K HEVC 10-bit...With a CPU 4x more powerful, you would be able to do that without any hipcup, stuttering.

So, try to modify these lines as following and see if things get better: it'll transcode all UHD media though.

Code: Select all

MaxVideoWidth = 1920
MaxVideoHeight = 1080
I did make fixes to avoid many kind of unecessary transcoding but i still didn't finished the work on picture subtitles so it cannot be tested right now...
Post Reply