Kodi Community Forum
some files kodi arent able to skip in (repairable with mkvmerge) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: some files kodi arent able to skip in (repairable with mkvmerge) (/showthread.php?tid=367502)



some files kodi arent able to skip in (repairable with mkvmerge) - marantz - 2022-03-17

Hello, sometimes kodi cant skip within a file, what I do then is use mkvmerge to recreate the mkv and then it works.
Anyways my question is if I can find out what makes kodi not being able to skip(jump) in certain files so I can create a script and find them.
below is example of a file I found, showing output from ffprobe and mkvinfo


working -> https://dumpinen.com/ecLR-6UTq-4

broke -> https://dumpinen.com/mRqdI3qzL2t

best regards
m


RE: some files kodi arent able to skip in (repairable with mkvmerge) - scott967 - 2022-03-18

Debug log might show why not but also run ffprobe with -show_streams option

scott s.
.


RE: some files kodi arent able to skip in (repairable with mkvmerge) - marantz - 2022-03-18

thanks, i will supply.
When I was going to fix the kodi debug log I noticed that I could skip in the file if it was local, I usually use webdav/http.
Anyways when using http again it stopped being skipable, so I guess real issue is some files arent skipable if played over http.

kodi debug log -> https://dumpinen.com/BmpcBAgUFIa

ffprobe --show-streams 

broke -> https://dumpinen.com/NDE106ow7Ov

fixed -> https://dumpinen.com/GWFvfDZnpBx


RE: some files kodi arent able to skip in (repairable with mkvmerge) - Klojum - 2022-03-18

Tags are a problem?


RE: some files kodi arent able to skip in (repairable with mkvmerge) - marantz - 2022-03-18

Tags? What do you mean?

edit: ah, in the subtitles. No idea.. 
disabling subtitles didnt help atleast.


RE: some files kodi arent able to skip in (repairable with mkvmerge) - jjd-uk - 2022-03-18

I vaguely recall something about playback issues being caused by the header part of the mkv being corrupted which running through mkvmerge could fix, I haven't got the time to do any searching just mentioning it in case it helps with any searches you're doing to identify issue.


RE: some files kodi arent able to skip in (repairable with mkvmerge) - marantz - 2022-03-18

didnt find anything useful Sad


RE: some files kodi arent able to skip in (repairable with mkvmerge) - wsnipex - 2022-03-19

any errors in the webserver logs? You could also enable curl debug logging