How to add and run FLV videos in iphone apps code? Is there any conversion code for this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You'll probably want to convert your videos to .mp4 files, Flash, FLVs included, don't work on iOS devices. |
|||
|
|
|
You can't, FLV is Flash video, and iOS doesn't support Flash at all. You need to convert it to a format the iPhone understands - mp4, mov, etc. You can use ffmpeg to do it yourself, or have a service like Zencoder handle it. |
|||
|
|