ffmpeg - iOS Playing Video from memorystream -
my ios app downloading encrypted mp4 file server document folder.
i'll decrypt mp4 memory , play video memory.
for security, app should not make decrypted mp4 file doc folder.
how can play video memorystream?
i'm trying ffmpeg..or there other solutions?
can customize avio_open2() , avformat_open_input()?
please me....
set avformatcontext->pb self-created aviocontext wraps memory stream. important read_packet() , seek() function callbacks, application should implement actual packet reading , seeking (mp4) demuxer. can @ earlier questions along same path.