Can't play a video: ERROR: CMMALRenderer::Configure - format:2 not supported

Hello,

I cannot play a video which is stored on my NAS, I am using SMB protocol for network file sharing. I am using OSMC on raspberry pi 3.

I read other threads and try to:
disable: Settings / system / Display (Expert) / Enable higher colour depth artwork
I also reduce the refresh rate from 50 to 24
Resolution is 1920x1080p

I saw this on the log:

15:35:42.868 T:1925995008   ERROR: CMMALRenderer::Configure - format:2 not supported
15:35:42.868 T:1194656512 WARNING: CRenderManager::Configure - failed to configure
15:35:42.868 T:1194656512   ERROR: OutputPicture - failed to configure renderer

I was guessing that it is a format problem. That is why I attached the mediainfo file. But I never had any problems with HD file before. Or is there some special format not supported?

Any suggestions?

Thanks.

Log (/home/osmc/.kodi/temp/kodi.log):
https://paste.kodi.tv/dujamolepo.kodi

Media Info:

General
Complete name : …
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom)
File size : 1.42 GiB
Duration : 58 min 55 s
Overall bit rate mode : Variable
Overall bit rate : 3 439 kb/s
Movie name : …
Encoded date : UTC 2016-12-14 11:55:48
Tagged date : UTC 2016-12-14 11:55:48

Video
ID : 1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L4@Main
Codec ID : hvc1
Codec ID/Info : High Efficiency Video Coding
Duration : 58 min 55 s
Bit rate : 3 303 kb/s
Maximum bit rate : 26.2 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 25.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.064
Stream size : 1.36 GiB (96%)
Title : …
Writing library : x265 2.1+70-[MVGroup]:[Windows][GCC 5.3.1][64 bit] 10bit
Encoding settings : cpuid=1310975 / frame-threads=1 / numa-pools=2 / wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=1920x1080 / interlace=0 / total-frames=88394 / level-idc=0 / high-tier=1 / uhd-bd=0 / ref=3 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-hrd / info / hash=0 / no-temporal-layers / no-open-gop / min-keyint=25 / keyint=250 / bframes=5 / b-adapt=2 / b-pyramid / bframe-bias=0 / rc-lookahead=20 / lookahead-slices=6 / scenecut=40 / no-intra-refresh / ctu=64 / min-cu-size=8 / no-rect / no-amp / max-tu-size=32 / tu-inter-depth=1 / tu-intra-depth=1 / limit-tu=0 / rdoq-level=0 / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / strong-intra-smoothing / max-merge=2 / limit-refs=3 / no-limit-modes / me=1 / subme=2 / merange=57 / temporal-mvp / weightp / weightb / no-analyze-src-pics / deblock=0:0 / sao / no-sao-non-deblock / rd=3 / no-early-skip / rskip / no-fast-intra / no-tskip-fast / no-cu-lossless / no-b-intra / rdpenalty=0 / psy-rd=2.00 / psy-rdoq=0.00 / no-rd-refine / analysis-mode=0 / no-lossless / cbqpoffs=0 / crqpoffs=0 / rc=crf / crf=22.0 / qcomp=0.60 / qpstep=4 / stats-write=0 / stats-read=0 / ipratio=1.40 / pbratio=1.30 / aq-mode=1 / aq-strength=1.00 / cutree / zone-count=0 / no-strict-cbr / qg-size=32 / no-rc-grain / qpmax=69 / qpmin=0 / sar=0 / overscan=0 / videoformat=5 / range=0 / colorprim=2 / transfer=2 / colormatrix=2 / chromaloc=0 / display-window=0 / max-cll=0,0 / min-luma=0 / max-luma=1023 / log2-max-poc-lsb=8 / vui-timing-info / vui-hrd-info / slices=1 / opt-qp-pps / opt-ref-list-length-pps / no-multi-pass-opt-rps / scenecut-bias=0.05
Encoded date : UTC 2016-12-14 11:01:15
Tagged date : UTC 2016-12-14 11:56:43
Codec configuration box : hvcC

Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 58 min 55 s
Source duration : 58 min 55 s
Bit rate mode : Variable
Bit rate : 132 kb/s
Maximum bit rate : 169 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 55.5 MiB (4%)
Source stream size : 55.5 MiB (4%)
Title : English
Language : English
Encoded date : UTC 2016-12-14 11:27:53
Tagged date : UTC 2016-12-14 11:56:43

Text
ID : 3
Format : Timed Text
Codec ID : tx3g
Duration : 58 min 15 s
Bit rate mode : Variable
Bit rate : 62 b/s
Stream size : 26.5 KiB (0%)
Title : English
Language : English
Default : No
Forced : No
Encoded date : UTC 2016-12-14 11:56:43
Tagged date : UTC 2016-12-14 11:56:43

HEVC is not supported by hardware decoding on RasPi. Higher bitrate type files will fail. If you need consistent playback of HEVC files then you should be looking into a device like the Vero 4k+ where hardware decoding is supported.

Ok, thanks.