![]() |
Kodi crashes on start of MPEGTS playback - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: Kodi crashes on start of MPEGTS playback (/showthread.php?tid=218804) |
Kodi crashes on start of MPEGTS playback - dteirney - 2015-02-18 Hello, I've got at least one MythTV recording that is causing Kodi to crash when playback starts. Crashlog located at http://paste.ubuntu.com/10286470/ Looks like it's related to extracting header information out of the AAC stream. Code: Program terminated with signal SIGFPE, Arithmetic exception. I can provide the core file or possibly part of the MPEGTS file if that will help diagnose the problem. I'm not sure what that demuxer source is from. ffmpeg? RE: Kodi crashes on start of MPEGTS playback - FernetMenta - 2015-02-18 it crashes in the pvr addon mythtv. not our demuxer RE: Kodi crashes on start of MPEGTS playback - dteirney - 2015-02-19 Thread moved from Linux and Live support after crash identified to be in the PVR addon demuxer rather than the Kodi demuxer. RE: Kodi crashes on start of MPEGTS playback - dteirney - 2015-02-19 I don't have the addon configured to use the PVR demuxer for MPEG-TS streams so I'm not sure why it's being used. RE: Kodi crashes on start of MPEGTS playback - janbar - 2015-03-06 Hi, in this case the demuxer is used to parse video stream and gather the framerate. Framerate is used to convert framecount to time when your recording has EDL list. But here seems the audio framerate equal to zero and throw the exception. Never seen before ! Could you post me the stream ? Also to avoid this situation just disable edl in setting using flag 'nerver' . Edit: framerate equal zero --> samplerRate equal zero RE: Kodi crashes on start of MPEGTS playback - janbar - 2015-03-06 @dteirney, i will add some check in code to avoid exception. @FernetMenta , the parser code is same as vnsi. Probably it could throw exception for same stream type ? RE: Kodi crashes on start of MPEGTS playback - janbar - 2015-03-06 @dteirney , fixed in version 1.12.9 RE: Kodi crashes on start of MPEGTS playback - janbar - 2015-03-09 @dteirney , please could you post a sample file for testing ? The crash is fixed but probably your stream is not readable now. RE: Kodi crashes on start of MPEGTS playback - dteirney - 2015-03-19 We accidentally deleted all our recordings the other night when my wife tried delete a folder of recordings but was accidentally on the ".." folder (which pointed to the "Default" recordings directory rather than the top folder in the list (or something like that, I wasn't in the room). When we find another recording that doesn't work I'll truncate the start of it and send it through. RE: Kodi crashes on start of MPEGTS playback - janbar - 2015-03-19 (2015-03-19, 11:52)dteirney Wrote: We accidentally deleted all our recordings the other night when my wife tried delete a folder of recordings but was accidentally on the ".." folder (which pointed to the "Default" recordings directory rather than the top folder in the list (or something like that, I wasn't in the room). Like i said always still behind the wife ... ![]() |