samsung profile not working as in v1.5

Posted:
Sat Jan 30, 2016 2:36 am
by slash
Ive just upgraded to latest serviio version 1.6 and the profile for Samsung TV / player (C/D-series) doesn't seem to be working as it should.
With the profile chosen, when I play an mp4 video it doesn't show the correct duration and I can not skip forward or back.
I change the profile to generic and it shows the time correctly and allows me to skip forward or back.
my tv is UA55D7000
There was no problem with earlier versions.
Thanks for looking into this issue.
Re: samsung profile not working as in v1.5

Posted:
Sat Jan 30, 2016 4:32 am
by jhb50
It obviously is playing natively under generic, but being transcoded by the C/D profile. That indicates if the file is an avc/aac, it is probably encoded showing a false avc level > 4.2 which forces transcoding. To confirm this you need to post the ffmpeg output for the file or you can edit the level and if so change it to 4.1 with this tool
http://wiki.serviio.org/doku.php?id=avceditor
Re: samsung profile not working as in v1.5

Posted:
Sat Jan 30, 2016 5:32 am
by slash
I ran the utility but errors out (Can't find any AVC profile!)
here is the output of ffmpeg as requested:
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '5136.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
title :
encoder : Lavf56.40.101
comment :
Duration: 00:20:19.80, start: 0.000000, bitrate: 4143 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080
[SAR 1:1 DAR 16:9], 4009 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, flt
p, 127 kb/s (default)
Metadata:
handler_name : SoundHandler
Re: samsung profile not working as in v1.5

Posted:
Sat Jan 30, 2016 3:28 pm
by jhb50
You need to use the latest version 1.5 from the authors site, not the old 1.1 link in the wiki.
Re: samsung profile not working as in v1.5

Posted:
Sat Jan 30, 2016 7:57 pm
by slash
jhb50 wrote:You need to use the latest version 1.5 from the authors site, not the old 1.1 link in the wiki.
yes I tried the latest version 1.5.2 and get the same error.
Re: samsung profile not working as in v1.5

Posted:
Sat Jan 30, 2016 11:02 pm
by zip
It might be related to a bug, which will be fixed in 1.6.1
viewtopic.php?f=5&t=21480#p106662
Re: samsung profile not working as in v1.5

Posted:
Sun Jan 31, 2016 4:46 pm
by jhb50
If the utility errs out, there must be something wrong with how the leve was encoded in the file, so serviio must be assuming it is > 4.2 and so is transcoding. You would need to look at the
debug log to see what it is doing.
Re: samsung profile not working as in v1.5

Posted:
Sun Jan 31, 2016 9:20 pm
by slash
I just noticed that serviio is transcoding the file even if the transcoding option is off.
This never happened in 1.5. Everything played fine. Must be the bug that ZIP referred to.