Hi
My application is using latest build of VLCKit for Camera streams ( RTSP, MJPG ) which are often password protected.
I'm aware that login dialog cancel crash will be fixed in next releases but due to limited language support and using custom authentication with one time input I have to modify the existing functionality.
Is there any way I can get connection url or hostname from within dialogProvider.m to provide authentication from my code ?
If not, is there a beter alternative then injecting my auth query directly into TCP socket authentication ( net_Connect @ vlc_network ) ?