Hi, I'm looking for a solution to create a global variable to store the handle : "fd" when I create a socket fd = vlc.net.connect_tcp("localhost",54293) I've made an event which fire every input_changed , I need to send the player state. PlayerState = vlc.var.get(vlc.object.input...