Page 1 of 1

Can't Connect Popup Message (RTSP)

Posted: 29 Apr 2014 01:41
by auztin100
Hi,

Is there a way of suppressing the message popup when a connection fails on an rtsp call (using wifi, so occasionally I'm just out of range) ideally I'd like to catch the error, and give some other options. I'm using the MobileVLCKit API for my project, built and running on iOS iPhone 5.

Thanks.
Austin.

Re: Can't Connect Popup Message (RTSP)

Posted: 30 Apr 2014 21:24
by fkuehne
Hey,

yes, remove the --extraintf option from VLCLibrary.m if you compile MobileVLCKit yourself. If you prefer to use one of our binaries, initialize your VLCMediaPlayer objects with the @"extraintf=dummy" option.