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.
在我的应用程序中,通过 NSURL 使用 AVQueuePlayer 播放多首歌曲。一切正常,当我使用 wifi 播放歌曲时。如果我使用移动数据,歌曲不会播放,有时应用程序会崩溃。请帮帮我。
终于找到了解决方案,问题出在服务器端而不是代码中。上传的歌曲通过 wifi 播放,但如果我们使用移动数据,则无法播放。这是因为服务器带宽问题。将所有歌曲移至另一台服务器,现在歌曲可以通过 wifi 和移动数据完美播放。