Samsung qe65q7f
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Samsung qe65q7f
Hello
need some help to create a renderer for this model
Thx a lot!
need some help to create a renderer for this model
Thx a lot!
- Attachments
-
- ums_dbg.zip
- (356.46 KiB) Downloaded 683 times
Re: Samsung qe65q7f
I have your same model. How can I help?
P.S. Does the playback controls work for you?
P.S. Does the playback controls work for you?
Re: Samsung qe65q7f
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
Thx for help

Re: Samsung qe65q7f
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
https://www.samsung.com/us/support/answer/ANS00062218/
Now... how can write conf file?
Thx a lot
Re: Samsung qe65q7f
Same problem here... Same Samsung TV plays anything but not UHD files...
Re: Samsung qe65q7f
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:
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...
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
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...
Re: Samsung qe65q7f
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
instead other are read as :MPG even if on pc are all .mkv
how to solve?
thx
Re: Samsung qe65q7f
@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.
Re: Samsung qe65q7f
thx for your patience
i created a new log i'm using this conf file 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
i created a new log i'm using this conf file 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 (460.46 KiB) Viewed 11469 times
Re: Samsung qe65q7f
@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.
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...
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