Hey Guys, Using the C# wrapper in an application and i need to rapidly change from one piece of media to another. I *assumed* this could be done by re-initiating a libvlc_media object with a new file path. Then assign the libvlc_media_player the changed media object. When i do this i get an exceptio...