---------------------------------
[EDIT]:
in [Sdk\play_control.h] it reads:
QUOTE
//important: you should call api commands declared in this header ONLY from main thread !!
//do not call them from a database_lock section, some commands (eg. those stopping playback) will deadlock if you do !
//do not call them from a database_lock section, some commands (eg. those stopping playback) will deadlock if you do !
yes, i was calling from another thread. so i guess i got to find another solution...
i know, reading is not that easy sometimes...