Im using VLC to live stream IPCameras
I used pod 'MobileVLCKit' ("MobileVLCKit 2.2.2")
I have problem with mp4 audio (AAC) :
So I removed cocoapod and 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 build i get errors :
So I removed my generated framework and i used a nightly version from here: http://nightlies.videolan.org/build/ios/
i got the same error as above ( when i drag my generated framework)
So i removed the nightly version and i used cocoapod ("MobileVLCKit-prod 2.7.2")
i got error ffmpeg_openCodec when i play the streaming :
I don't know what do to, to get vlc working
Im using Swift, with deployment target "8.2"
Thanks,