Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨看过很多教程,但找不到正确的可行答案。我需要从我的网络服务播放音频和视频文件,为此我想下载文件并在应用程序中播放它,看到 avPlayer 的教程没有任何用处。请提供链接或指导如何执行此操作。
使用 MPMoviePlayer,因为它可以打开网络流,尽管名称适用于音频。唯一的事情是这会弹出带有控件的模态播放器。
首先使用 NSURLConnection 下载网络文件并存储在本地,然后使用 AVAudioPlayer 播放本地文件。