3gp video and AVPlayer in iPhone
I have an iPhone app that plays videos from the Camera Roll using AVPlayer. I have a 3gp video on my iPhone that I cannot play with AVPlayer, but can be played in the Photos app.
Can anyone help me achieve this:
- Videos that do not match the AVFoundation classes should not appear in my views that show video from a Roll Roll camera using the ALAsset library.
- Is there any API related to AVURLAsset, AVAssetTrack, etc. that determines if the video is played or not.
I've tried the following:
- The reproducible property AVURLAsset indicates that it is reproducible.
- The duration of this video can be obtained
+3
source to share
No one has answered this question yet
Check out similar questions: