Hi all. I'm developing an app for video editing and i need to pause the player just after play. libvlc_media_player_play(myPlayer); libvlc_media_player_set_pause(myPlayer,1); this code doesn't work for some reason, then i tried to do register a callback to pausableChanged and emit a signal from it (...