<div dir="ltr"><div>Hi all. I use ffmpeg libs with Unity3D game dev platform as native plugins for ios and android, for rendering video into textures. So simply I make animations by such strange way =) </div><div>Everything works like a charm. But, for Android platform Unity packs my video sources into .jar archive which is simply zip archive. </div><div><br></div><div>So, my question is: Is there way to open video by avformat_open_input from JAR archive? </div><div>I can get the file path from Unity in that fromat "jar:file://pathToMyApp/MyApp.apk!/assets/" which is obviously not working. Only one way I see it's to unpack file and load it to memory, but maybe someone knows the trick? </div><div><br></div><div>Hope on your response.</div><div>Best regards, Alex</div></div>