Im want to use VLC to live stream IPCameras
i followed tutorial here : https://wiki.videolan.org/VLCKit/
I build static framework using this command : ./buildMobileVLCKit.sh -f
but when i drag the MobileVLCKit.framework to my project and run i get error when i play video
malloc: *** error for object 0xffffff9d: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Im using Swift, with deployment target "8.2"