iphone - Reliability of using FFMPEG in IOS application? -
iphone - Reliability of using FFMPEG in IOS application? -
what trying do:
trying develop enterprise level ios application ffmpeg video processing.
what have done far:
created linux based sample programme ffmpeg , made work. learnt how utilize ffmpeg. have found build instructions build ffmpeg packages ios.
what help need:
does apple allow place ffmpeg based application in ios application store?
as there no official back upwards ffmpeg community ios, how reliable "ffmpeg-ios" is, don't want problems in future when apple releases new version of os or problem of ffmpeg ios?
i believe several users here have apps in app store compiled , linked ffmpeg. going submit app within next month. anticipate accepted.
for ios, cannot dynamically link. must statically link. therefore, ffmpeg libraries part of app. highly unlikely future ios update break code. app more break other reason unrelated ffmpeg, e.g. ui change, apple makes.
the requirement static linking means must understand ffmpeg licensing situation carefully. not lawyer, , not legal advice. should consult lawyer real legal advice. people interpret lgpl mean static linking ok long not modify ffmpeg source code , distribute ffmpeg source code (e.g., provide download on server) static library (.a) files used in building app. must credit ffmpeg project utilize of code. more information: http://ffmpeg.org/legal.html
ios iphone ffmpeg app-store video-processing
Comments
Post a Comment