doc:appunti:software:kodi_send_packet_failed
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doc:appunti:software:kodi_send_packet_failed [2024/05/08 17:56] – niccolo | doc:appunti:software:kodi_send_packet_failed [2024/05/08 18:06] (current) – niccolo | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Kodi ERROR: send packet failed: End of file ====== | ====== Kodi ERROR: send packet failed: End of file ====== | ||
- | I got a very strange problem with some video files ripped from DVD. The files contain one video track and several other audio and subtitle tracks. | + | I got a very strange problem with some MKV video files ripped from DVD. The files contain one video track and several other audio and subtitle tracks. |
During playback, at about 00:02:00, the video got stuck and only the audio continued to play. Into the kodi.log we can read the following error message: | During playback, at about 00:02:00, the video got stuck and only the audio continued to play. Into the kodi.log we can read the following error message: | ||
Line 15: | Line 15: | ||
< | < | ||
+ | Possibly bad interleaving detected. | ||
+ | Use -ni option if this causes playback issues and avoid or fix the program that created the file. | ||
</ | </ | ||
+ | |||
+ | This was quite surprising because the encoding and muxing were done with **ffmpeg**. | ||
+ | |||
+ | Fortunately enugh it was possibile to fix the file files without re-encoding them. It was necessary to extract all the streams as single files and then re-mux them all together. | ||
+ | |||
+ | |||
doc/appunti/software/kodi_send_packet_failed.1715183818.txt.gz · Last modified: 2024/05/08 17:56 by niccolo