MSGQ_NOT_INITIALIZED – MSGQ_ABORT – MSGO_IS_ERROR

Hi all,

I am developing addon that enable multiple videos on one screen. To do that, I am using ffmpeg to build one video out of many video streams.

In general it works fine, but there is still a problem that I cannot find the reason ….

sometimes, after starting to playthe video (xbmc.Player.play(….) the video stops. whenever it start happening, it always happen (on any video) and just restarting Kodi fix the problem.

In the log, I always find the following lines:

WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED

and when the video stops, kodi print out:

ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true

Can someone explain the error and what can cause it?

I will appreciate any assistance.

Thx,
Yohay