开发者

Can MPMoviePlayerController play SMI files?

开发者 https://www.devze.com 2023-02-28 10:40 出处:网络
Can a MPMoviePlayerView play a .smi file? 开发者_运维问答If not, is there any other way to play this type of file?Unfortunaly, there\'s no way to play that format on iOS. It only supports mp4/m4v (h26

Can a MPMoviePlayerView play a .smi file? 开发者_运维问答If not, is there any other way to play this type of file?


Unfortunaly, there's no way to play that format on iOS. It only supports mp4/m4v (h264) video format with AAC audio codec.

You should try to convert it into those supported formats.

Also, take a look at HTTP Live Streaming.

HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3

0

精彩评论

暂无评论...
验证码 换一张
取 消