OStack程序员社区-中国程序员成长平台

标题: ios - MPMoviePlayerController 不播放 .wmv [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 00:48
标题: ios - MPMoviePlayerController 不播放 .wmv

我以非常标准的方式使用 MPMoviePlayerController。

MPMoviePlayerController *player = [self.movieController moviePlayer];        
player.shouldAutoplay = YES;
player.scalingMode = MPMovieControlModeVolumeOnly;
player.controlStyle = MPMovieControlStyleDefault;
[player play]

我正在播放视频,它可以正常工作。但是,我无法播放 wmv 视频。它一直在说“正在加载”。该视频在我的 OSX 上运行良好。

是否支持 wmv 格式?这里有什么问题?



Best Answer-推荐答案


iOS 仅支持以下视频容器:

所以 .wmv 文件无法播放。如果他们可以的话,我会感到惊讶,因为这是微软的发明。

更多信息请访问 http://developer.apple.com/library/ios/ipad/#documentation/miscellaneous/conceptual/iphoneostechoverview/MediaLayer/MediaLayer.html

关于ios - MPMoviePlayerController 不播放 .wmv,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14655722/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4