2015-02-18, 09:35
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.
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?
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.
#0 0x00007f200440c66a in ES_AAC::FindHeaders (this=this@entry=0x7f201c00e420, buf=<optimized out>, buf_size=buf_size@entry=2027) at src/demuxer/ES_AAC.cpp:115
115 c_pts += 90000 * 1024 / m_SampleRate;
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?