I'm going to add the record feature to VLCKit,
I modified the file 'vlc >> extras >> packages >> ios >>rules.mak'
removed the 'stream-filter-record' and 'stream_out' from blacklist,
and modified the '--disable-sout' to '--enabled-sout',
then I patched the patch 606(https://patches.videolan.org/patch/606/),
but it didn't work, compile fails, it returns the message like 'no configure or dependencies found for sout'.
while I disabled the sout module, compile finished successfully, but the record feature didn't works,
may someone has a solution for it, thanks