Re: Playback on Samsung JS7200
Posted: Fri Mar 17, 2017 7:25 am
4)
5) A short text to describe your forum
https://www.universalmediaserver.com/forum/
https://www.universalmediaserver.com/forum/viewtopic.php?t=9261
Hi,squadjot wrote:Yea fortunately the TV can play a lot of formats directly (no encoding). It basically supports all common file types/codecs so it's very likely that you have never needed transcoding until now.busyguy wrote:Hi,squadjot wrote:Afaik transcoding never worked on the j model
I've not had an issue with other older files. I seem to have issues with the newer files (circa past 3 months or so), and especially with 4K files.
If you have #--transcode--# folders enabled, can you play the file called [No encoding]?
Hi,Sami32 wrote:Create the video manually with this command, and play it from a USB/HDD plugged in your TV.Is that work ?Code: Select all
/home/ums-user/ums-6.6.0/linux/ffmpeg64 -i "/data/ums-user/Media/English/Doctor Strange (2016).mkv" -map 0:v -map 0:a:0 -bufsize 1000000k -maxrate 999000k -crf 19 -ac 6 -ab 640k -ar 48000 -c:a ac3 -c:v libx264 -tune zerolatency -preset ultrafast -level 31 -pix_fmt yuv420p -f mpegts DrStrange_1.ts
If it doesn't, try that:After having tested that these videos work, or not, from your USB's TV, try to play the working one with UMS, and report your results here.Code: Select all
ffmpeg64 -i "/data/ums-user/Media/English/Doctor Strange (2016).mkv" -map 0:v -map 0:a:0 -bufsize 31000k -maxrate 30000k -crf 19 -ac 2 -ab 448k -ar 48000 -c:a ac3 -c:v libx264 -tune zerolatency -preset ultrafast -level 41 -pix_fmt yuv420p -f mpegts DrStrange_2.ts
Code: Select all
Supported = f:avi|mkv m:video/x-matroska
Can you please explain how to force the renderer so I can test?Sami32 wrote:Actually, you are using an inappropriate renderer configuration file.
Did you already tried forcing the Samsung J6200 renderer from UMS ?
I've tested the various configs you sent. Here's what I found:Sami32 wrote: If you feel happy with your, just use this slighty modified one:(that's said all your videos bitrate are wrong and all the images size specifications are unecessary as the next UMS version will automatically take care of that, because they outpass the DLNA specifications)
1) 2) 3) 4)
And take time to report back
After that we should know better what work best for your renderer.
Yes, it works by having the above as the 1st line. So it seems it's the configuration file that is wrong?squadjot wrote:Just curious.. does it work if you put the following: first line after "Supported Formats" in the conf file.Code: Select all
Supported = f:avi|mkv m:video/x-matroska
Thanks for testing. I have a J5515 which is a low price model, but as i expected the software interface is the same in all models.busyguy wrote:Hi,
Yes, it works by having the above as the 1st line. So it seems it's the configuration file that is wrong?squadjot wrote:Just curious.. does it work if you put the following: first line after "Supported Formats" in the conf file.Code: Select all
Supported = f:avi|mkv m:video/x-matroska
Sure do you have a test file? =)Sami32 wrote:if you haven't tried yet you should try to play a video with DTS Master without transcoding and see if your TV have a DTS core fallback as well.