Playing audio from URL give me this log error and stuck .(Swift)

▼魔方 西西 提交于 2020-01-14 12:42:11

问题


I had audio playing through URL, it is working fine using Wifi network but when i change to 3G or Data, it would give this error and it stuck at loading.

>  CredStore - performQuery - Error copying matching creds.  Error=-25300, query={
    class = inet;
    "m_Limit" = "m_LimitAll";
    "r_Attributes" = 1;
    sync = syna;
}

<<<< AVOutputDeviceDiscoverySession (FigRouteDiscoverer) >>>> -[AVFigRouteDiscovererOutputDeviceDiscoverySessionImpl outputDeviceDiscoverySessionDidChangeDiscoveryMode:]: Setting device discovery mode to DiscoveryMode_None

How can i solve this issue ?


回答1:


Are you using iOS 11 ? I encountered the exact debug message on iOS 11.



来源:https://stackoverflow.com/questions/47132877/playing-audio-from-url-give-me-this-log-error-and-stuck-swift

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!