Post not yet marked as solved
Android App Resource Priority scheme: System app (higher) > Foreground status app > Background status app (lower).
What is the priority scheme for iOS apps in above context?
Post not yet marked as solved
If multiple apps or single app attempts to decode multiple video files, what is the maximum limit of files a decoder can decode simultaneously?
Post not yet marked as solved
When my video player app goes to background, is there any way to preserve decoder session so that I can resume the player Item whenever I want?
Post not yet marked as solved
How can we use iOS system "software encoder" API?
We leveraged ffmpeg software encoder. Also used iOS videotoolbox hardware encoder. How can we use software encoder API of iOS system?
Post not yet marked as solved
Does iOS camera app use VideoToolBox framework's method e.g. VTCompressionSessionEncodeFrame() for encoding? Or has apple their own separate APIs apart from open APIs available for 3rd party developers in VideoToolBox?
Post not yet marked as solved
Can ffmpeg leverage iphone's hardware enocder/decoder? Not talking about gpu acceleration which ffmpeg can already acheive. We all know that apple's VideoToolBox leverages iphone's hardware codec.