Hi,
I am using VLCKit in my project to play a live video stream. I have successfully compiled the VLCKit with release build. But whenever the video stream link is not found, it will automatically show the UIAlertView saying "Your input can't be opened. VLC is unable to open the MRL 'XXXX'. Check the log for details.".
Is there any way to disable that alert? I've tried put --quite to initWithOptions but with no luck.