I've come to the exact same point. While I haven't come up with a complete solution, I do have something. //The player must be started; the RTSP connection won't be attempted until the player_play is called! libvlc_media_player_play(vlcMediaPlayer); //check the media state. libvlc_state_t state = li...