It would be good if we could find out more about the file you are having issues playing. Please see the mediainfo section in How to submit a useful support request - General - OSMC.
You can also create the mediainfo
-output of the affected media file on the OSMC device:
- login via SSH, user
osmc
, passwordosmc
- if not already installed:
sudo apt-get update && sudo apt-get install mediainfo
-
cd
to the directory containing the video/audio material in question - since
mediainfo
only needs to read the header information of the file data, copy the first 4 Mbytes of the media file to a new file:
dd if="<media file>" of=purgeme.bin bs=1024 count=4096
- upload the decoded media information using
mediainfo purgeme.bin|paste-log
- publish the returned URL here in this topic
- remove the created media file snippet
rm purgeme.bin
Thx for your help.
Please ignore darwindesign has just pointed out to me, mediainfo doesn’t have iso support.
Regards Tom.