I need MobileVLCKit player and live555 streamer both in same ios project.
I successfully build library and merge into same iOS project. But VLC player getting crashed at below line on code in live555.cpp
error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=1, address=0xbadd9b286bcebea0).
The process has been returned to the state before expression evaluation.
At source code in file live555.cpp
p_sys->rtsp->sendOptionsCommand( &continueAfterOPTIONS, &authenticator );
live555.cpp file path in MobileVLCKit MobileVLCKit/ImportedSources/vlc/modules/access/live555.cpp
Please help me. I am struct here from last 2-3 days.