Kodi crashes trying to play back specific video on i.MX6

Hi,

I am running Kodi on an Arch ARM OS running on a Wandboard (i.MX 6 Quad). Generally it works just fine. However, I have come across a certain kind of video file that causes Kodi to crash. Specifically, I am trying to play back a stream through the ZDF Mediathek 2016 plugin. This plugin goes ahead and downloads a *.m3u8 file which starts with the file

Code:
https://zdfvoddach-vh.akamaihd.net/i/meta-files/zdf/smil/m3u8/300/16/06/160612_hiroshima_inf/6/160612_hiroshima_inf.smil/segment1_3256000_av.ts

When I download that *.ts file separately and try to play it back, Kodi crashes as well, so I am suspecting that the crash is related to the video file. Now I am not sure whether the problem could be caused by a bug in the graphics driver or not. Unfortunately, the crash log doesn’t give much insight. How can I tackle this problem?

EDIT: From the systemd journal I found that Kodi crashed in the method

Code:
CDVDVideoCodecIMX::Open(CDVDStreamInfo&, CDVDCodecOptions&)

Thanks,
Sven